@charset "UTF-8";
/**
 * version: 0.0.1
 * file:    main.css
 * author:  Squiz Australia
 * updated: Thu May 13 2021 16:35:46 GMT+1000 (AEST)
 *
 * Table of Contents
 *
 * - Reset
 * - Utilities
 * - General
 * - Content
 * - Modules
    S
 */
.visuallyhidden, .sr-only {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .focusable.sr-only:active,
.visuallyhidden.focusable:focus, .focusable.sr-only:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.highlight {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.clearfix, form .form, .utility-buttons {
  *zoom: 1;
}

.clearfix:before, form .form:before, .utility-buttons:before, .clearfix:after, form .form:after, .utility-buttons:after {
  content: '';
  display: table;
  line-height: 0;
}

.clearfix:after, form .form:after, .utility-buttons:after {
  clear: both;
}

/*
--------------------
Reset (normalize.css)
--------------------
*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */
article, aside, details, figcaption, figure, footer,
header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

h1 {
  font-size: 2em;
  margin: 0.9375rem 0 1.875rem 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

button, select {
  text-transform: none;
}

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

button[disabled], html input[disabled] {
  cursor: default;
}

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

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

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

/*
--------------------
Utilities
--------------------
*/
.hidden {
  display: none !important;
  visibility: hidden;
}

.invisible {
  visibility: hidden;
}

.pull-left {
  float: left;
}

img.pull-left {
  margin-right: 1em;
}

.pull-right {
  float: right;
}

img.pull-right {
  margin-left: 1em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-bottom: 1em;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
--------------------
General
--------------------
*/
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

html,
body {
  height: 100%;
}

body {
  overflow-y: scroll;
  font-size: 1em;
  line-height: 1.4;
  padding: 0;
  margin: 0;
  color: #354953;
  font-family: "proxima-nova";
  ‑webkit‑text‑size‑adjust: 100%;
}

#page-wrapper {
  position: relative;
}

img {
  max-width: 100%;
}

a:not([class]), a:not([class]):hover, a:not([class]):focus, a:not([class]):visited {
  color: #354953;
  text-decoration: none;
}

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

@-ms-viewport {
  width: device-width;
}

@page {
  margin: 0.5cm;
}

/*
--------------------
Content
--------------------
*/
/* Tables */
table {
  width: 100%;
  border-collapse: collapse;
  margin: .5em 0;
}

caption {
  font-size: 12.8px;
  font-size: 0.8rem;
  font-style: italic;
}

th {
  background: #354953;
  color: #cab6ac;
}

td {
  border: 1px solid #354953;
}

/* Buttons */
.button {
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  background-color: #354953;
  color: #ffffff;
  display: inline-block;
  border: 0;
  padding: .5em 1em;
}

.button, .button:visited {
  text-decoration: none;
}

.button:focus, .button:hover {
  background-color: #0d1215;
}

.button--large {
  font-size: 24px;
  font-size: 1.5rem;
}

.button--small {
  font-size: 12.8px;
  font-size: 0.8rem;
}

/* Quotes */
blockquote {
  position: relative;
  padding-left: 3em;
  margin: 2em 0;
}

blockquote:before {
  font-size: 80px;
  font-size: 5rem;
  color: #354953;
  content: "\201C";
  position: absolute;
  top: 0;
  left: 0;
  line-height: 1em;
}

.pull-quote {
  border-top: 1px solid #354953;
  padding: 1em .5em 0 .5em;
  margin: 1em;
}

/* Highlight */
.highlight {
  background: #cccccc;
  padding: .1em .5em;
}

/*
--------------------
Modules
--------------------
*/
.svg-icon {
  width: 100%;
  height: 100%;
}

.compat-object-fit {
  background-position: center center;
  background-size: cover;
}

.compat-object-fit img {
  opacity: 0;
}

.ui-autocomplete {
  max-width: 600px;
  max-height: 250px;
  background-color: #f8f8f8;
  list-style-type: none;
  padding: 0;
  overflow: hidden;
}

.ui-autocomplete li {
  padding: 16px;
  border-bottom: solid 1px #e1e0e0;
  font-size: 16px;
  font-weight: normal;
  line-height: 1.5;
  color: #354953;
  cursor: pointer;
}

.ui-autocomplete li:hover {
  background-color: #e1e0e0;
}

/* Module: S */
.home-search__form .twitter-typeahead {
  display: block;
  width: calc(100% - 20px);
}

.twitter-typeahead .home-search__input {
  width: 100%;
}

.quick-search__form .twitter-typeahead {
  order: 2;
  display: block;
  width: 100%;
}

.tt-menu {
  border: 1px solid #eaebec;
  width: 100%;
  background-color: #ffffff;
  padding: 1.875rem;
}

.search-suggest-result__container,
.search-suggest-result-large__container {
  display: block;
  border-bottom: 1px solid #eaebec;
  padding: 0.75rem 0;
  text-align: left;
  width: 100%;
  color: #000000;
  text-decoration: none;
}

.search-suggest-result__container:first-child,
.search-suggest-result-large__container:first-child {
  padding-top: 0;
}

.search-suggest-result__container span,
.search-suggest-result-large__container span {
  display: inline-block;
}

.search-suggest-result__container.tt-cursor, .search-suggest-result__container:hover, .search-suggest-result__container:focus,
.search-suggest-result-large__container.tt-cursor,
.search-suggest-result-large__container:hover,
.search-suggest-result-large__container:focus {
  text-decoration: underline;
  cursor: pointer;
}

.search-suggest-result-large__title {
  margin: 0;
  color: #000000;
  font-size: 1.25rem;
  line-height: 1.625rem;
}

.search-suggest-result-large__summary {
  margin: 0.5em 0 0;
  color: #354953;
}

.quick-search__form .tt-dataset {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.quick-search__form .tt-dataset h3 {
  display: none;
}

.quick-search__form .tt-dataset .search-suggest-result-large__container {
  display: none;
}

.quick-search__form .tt-dataset.active .search-suggest-result-large__container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.icon-arrow-right {
  display: inline-block;
  width: 0.75rem;
  height: 0.75rem;
}

.icon-arrow-external {
  display: inline-block;
  width: 1.125rem;
  height: 1.125rem;
}

.search-collection-name {
  display: inline-block;
  color: #354953;
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.36;
  padding: 0.75rem 1.5rem;
}

.search-collection-name:hover {
  cursor: pointer;
}

.search-collection-name.active {
  background-color: #eaebec;
  position: relative;
}

.search-collection-name.active::after {
  display: block;
  position: absolute;
  content: '';
  width: 100%;
  height: 0.625rem;
  background-color: #324852;
  left: 0;
  bottom: 0;
}

.search-collection {
  text-align: left;
  border-bottom: solid 1px #324852;
  margin-bottom: 0.5rem;
}

/* Module: S */
.breadcrumbs {
  display: none;
}

/* Module: S */
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}

.overlay__wrapper {
  position: initial;
  top: 9.375rem;
  right: 0;
  bottom: 0;
  left: 0;
  max-height: fit-content;
  background: #eaebec;
  z-index: 5000;
  padding: 1.875rem 1.875rem 1.875rem 2.1875rem;
  border-radius: 0.4375rem;
}

.overlay__header {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.36;
  letter-spacing: normal;
  color: #354953;
  display: inline-block;
}

.overlay__tag-remove {
  position: absolute;
  top: 1.4375rem;
  right: 1.9375rem;
}

.overlay__tag-remove:after {
  content: 'X';
  color: #354953;
  font-weight: 600;
  font-size: 1.375rem;
}

.overlay__tag-remove:hover, .overlay__tag-remove:focus {
  cursor: pointer;
}

.overlay__content {
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  letter-spacing: normal;
  color: #354953;
  margin: 0.9375rem 0;
}

.overlay__content-inner-title {
  font-weight: bold;
}

.course-help {
  font-size: 0.875rem;
  font-weight: 600;
  padding-bottom: 0.875rem;
}

/* Module: S */
.cta-button__link {
  text-decoration: none;
}

.cta-button__header {
  display: none;
}

.cta-button__wrapper {
  display: none;
}

.home .cta-button__wrapper {
  display: block;
}

.cta-button {
  background-image: linear-gradient(to top, #eaebec, #fbfbfb);
  border-radius: 0.4375rem;
  height: 5.3125rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 1.875rem;
  margin: 1.25rem 0 0;
  border-bottom: 3px solid #b4c6cf;
}

.home .cta-button {
  margin: 1.25rem 0;
}

.content .cta-button p {
  margin: 0;
  line-height: normal;
}

.cta-button:focus, .cta-button:hover {
  border-bottom: 3px solid #354953;
}

.cta-button__icon-wrapper {
  width: 2.5rem;
}

.cta-button__content {
  padding-left: 30px;
}

.cta-button__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #354953;
  margin: 0;
}

.cta-button__link--online-test .cta-button {
  background-color: #8bcf90;
  background-image: none;
  border-bottom-color: #41ad49;
}

.cta-button__link--online-test .svg-icon {
  fill: #ffffff;
}

.cta-button__link--online-test .cta-button__title {
  font-size: 1.25rem;
}

.cta-button__text {
  font-size: 1.125rem;
  color: #354953;
  margin: 0;
}

.home .cta-button__text,
.home .cta-button__title {
  margin: 1.625rem 0;
}

.tooltip .tooltiptext {
  display: none;
  visibility: hidden;
  width: 100%;
  background-color: #B9C5CF;
  color: #354953;
  text-decoration: none;
  border-radius: 0.75rem 0.75rem 0.75rem 0;
  padding: 0.75rem;
  line-height: 1.2;
  position: absolute;
  left: 0;
  bottom: 80px;
  z-index: 1;
}

.tooltip .tooltiptext.active {
  display: block;
  visibility: visible;
}

@media screen and (min-width: 600px) {
  .tooltip .tooltiptext {
    width: 12.5rem;
  }
}

.tooltip .tooltiptext:after {
  content: "";
  position: absolute;
  bottom: -13px;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border-top: 14px solid #B9C5CF;
  border-right: 14px solid transparent;
}

.icon-leader {
  width: 49px;
  height: 48px;
}

.icon-worker {
  width: 26px;
  height: 48px;
}

/* Module: S */
.footer-bottom-links {
  font-size: 0.9375rem;
  margin: 0;
  padding: 2.5rem 0.9375rem 0.3125rem;
  list-style-type: none;
  line-height: 1.8;
}

.footer-bottom-links__link {
  color: #495961;
  text-decoration: none;
}

.footer-bottom__foot-note {
  padding: 0rem 0.9375rem;
  color: #495961;
  font-size: 0.9375rem;
}

.footer-logo {
  background-color: #000000;
  display: block;
  padding: 0.9375rem;
}

.footer-logo .icon-safework-logo-white {
  width: 9.75rem;
  height: 2.625rem;
}

.footer-logo__wrapper {
  display: inline-block;
  width: 100%;
  padding: 0.625rem 0.9375rem 0.9375rem;
}

.footer-logo__link {
  height: auto;
  width: auto;
  display: inline-block;
}

.footer-logo__nsw {
  height: 2.42875rem;
}

.footer-logo__safework {
  width: 8rem;
}

/* Module: S */
.footer-contact__list {
  font-size: 0.9375rem;
}

.footer-contact__item {
  border: 0.0625rem solid #495961;
  padding-left: 1.375rem;
  padding-right: 1.375rem;
  min-height: 3.4375rem;
  display: block;
  margin-bottom: 0.375rem;
  text-decoration: none;
  color: #000000;
}

.footer-contact__item--phone {
  font-size: 1.125rem;
}

.footer-contact__item .svg-icon {
  position: relative;
}

.footer-contact__item-text {
  padding-left: 0.6875rem;
}

.footer-contact__item.footer-contact__item--social {
  border: 0;
  display: block;
  padding-left: 0;
  padding-right: 0;
  height: 1.25rem;
  line-height: 1.25rem;
  margin: 0.75rem 0 0.375rem;
  text-decoration: none;
  color: #000000;
  white-space: nowrap;
}

.footer-contact__item.footer-contact__item--social span {
  padding: 0;
}

.footer-contact__item-text--follow {
  font-size: 1.125rem;
  line-height: 2;
  color: #000000;
  font-weight: bold;
  display: block;
  margin-top: 30px;
}

.footer-contact__item--social-wrapper {
  display: flex;
  align-items: baseline;
}

.footer-contact__item-text.footer-contact__item-text--email {
  line-height: 1;
}

.icon-contact-phone {
  width: 1.3125rem;
  height: 1.3125rem;
  top: 3px;
}

.icon-contact-mail {
  width: 1.375rem;
  height: 1rem;
  top: 3px;
}

.icon-contact-feedback {
  width: 1.3125rem;
  height: 1.3125rem;
  top: 6px;
}

.icon-social-facebook {
  width: 1.875rem;
  height: 1.25rem;
}

.icon-social-instagram {
  width: 1.125rem;
  height: 1.125rem;
  margin-left: 26px;
}

.icon-social-twitter {
  width: 1.3125rem;
  height: 1.0625rem;
  margin-left: 26px;
}

.icon-social-youtube {
  width: 1.5rem;
  height: 1.0625rem;
  margin-left: 26px;
}

.icon-social-linkedin {
  width: 1.375rem;
  height: 1.3125rem;
  margin-left: 26px;
}

.icon-social:hover {
  fill: #4f9989;
}

.footer-col__link:hover {
  text-decoration: none;
}

.footer-contact__item-text:hover {
  border-bottom: 1px solid #495961;
}

.footer-contact__item.footer-contact__item--phone,
.footer-contact__item.footer-contact__item--feedback {
  line-height: 3.4375rem;
}

.footer-contact__item.footer-contact__item--email {
  padding-top: 0.8125rem;
  padding-bottom: 0.8125rem;
  position: relative;
}

.footer-contact__item .svg-icon.icon-contact-mail {
  position: absolute;
  top: 1.0625rem;
  left: 1.25rem;
}

.footer-contact__item-text.footer-contact__item-text--follow:hover {
  border-bottom: 0;
}

.footer-contact__item-text.footer-contact__item-text--email {
  padding-left: 0;
}

.footer-contact__item.footer-contact__item--email {
  padding-left: 3.4375rem;
}

/* Module: S */
.footer-col__header {
  font-size: 1.125rem;
  line-height: 2;
  color: #181818;
  cursor: pointer;
}

.footer-col__toggle {
  text-decoration: none;
  border-bottom: 0.0625rem solid black;
  width: 100%;
  display: flex;
  margin-top: 0.625rem;
  justify-content: space-between;
  align-items: center;
  padding-right: 0.625rem;
}

.footer-col__toggle .icon-toggle {
  width: 0.875rem;
  height: 0.5625rem;
  transform: rotate(180deg);
}

.footer-col__header[aria-expanded='false'] + .footer-col__list {
  display: none;
}

.footer-col__expanded .icon-toggle {
  transform: rotate(0);
}

.footer-col__list {
  font-size: 0.9375rem;
  line-height: 2.33;
  margin: 0;
  padding: 0.875rem 0 0 0.875rem;
  list-style-type: none;
}

.footer-col__item {
  line-height: 1.3;
  padding-bottom: 17px;
}

.footer-col__link {
  color: #494949;
  text-decoration: none;
}

.footer-col__link:hover {
  text-decoration: underline;
}

/* Module: S */
.footer-wrapper {
  background-color: #faf8f8;
}

.footer-main {
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  padding-top: 0.625rem;
}

/* Module: S */
.form-summary {
  border: solid 0.125rem #8bcf90;
  border-radius: 0.4375rem;
  padding: 1.25rem;
  color: #354953;
  min-width: 17.5rem;
  overflow: visible;
}

.form-summary h4 + h4 {
  margin-top: 0.3125rem;
}

.form-summary--dual-columns {
  border-top: solid 0.125rem #b4c6cf;
  padding: 0.625rem 0;
}

.form-summary--dual-columns .summary-row {
  padding: 0.3125rem 0;
  margin-bottom: 0.75rem;
}

.form-summary--dual-columns .summary-row div {
  display: block;
  line-height: 1.33;
}

.form-summary--dual-columns .summary-row div:first-of-type {
  font-size: 1rem;
  font-weight: 600;
}

.form-summary--dual-columns .summary-row div:last-of-type {
  font-size: 1.125rem;
  font-weight: bold;
}

.form-summary--course {
  margin-bottom: 1.25rem;
}

.form-summary--course + .form-summary--course + .form-summary--course {
  margin-bottom: 0;
}

.form-summary--course-summary {
  border-top: solid 0.125rem #495961;
  min-width: 37.5rem;
  overflow: auto;
}

.form-summary--course-summary .summary-row {
  border-bottom: solid 0.125rem #b4c6cf;
  background-color: #ffffff;
  padding: 0.625rem 1.25rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.form-summary--course-summary .summary-row.summary-row--header {
  background-color: #f8f8f8;
}

.form-summary--course-summary .summary-row.summary-row--header .summary-row__col {
  font-size: 1rem;
  font-weight: bold;
  line-height: 1.25;
}

.form-summary--course-summary .summary-row .summary-row__col {
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.43;
}

.form-summary--course-summary .summary-row .summary-row__col span {
  display: block;
  margin-bottom: 0.625rem;
}

.form-summary--course-summary .summary-row .summary-row__col span:last-of-type {
  margin-bottom: 0;
}

.form-summary--course-summary .summary-row .summary-row__col .registered {
  width: 1.25rem;
  height: 1.25rem;
  font-size: 0;
  background-image: url(mysource_files/icon-tick.svg);
  background-repeat: no-repeat;
}

.form-summary--course-summary .summary-row .summary-row__col .table-header--mobile {
  display: none;
}

.form-summary--course-summary .summary-row .summary-row__col:nth-child(1) {
  padding-right: 1.125rem;
}

.form-summary--course-summary .summary-row .summary-row__col1,
.form-summary--course-summary .summary-row .summary-row__col4 {
  width: 31%;
}

.form-summary--course-summary .summary-row .summary-row__col2 {
  width: 16%;
}

.form-summary--course-summary .summary-row .summary-row__col3 {
  width: 22%;
}

.form-summary--course-summary .summary-row .summary-row__col--31 {
  width: 31%;
}

.form-summary--course-summary .summary-row .summary-row__col--69 {
  width: 69%;
}

.form-summary--add-info {
  background-color: #f8f8f8;
  padding: 0.625rem;
  margin-bottom: 1.25rem;
  min-width: 37.5rem;
  overflow: auto;
}

.form-summary--add-info h5,
.form-summary--add-info p {
  margin: 0 !important;
}

.form-summary--add-info h5 {
  margin-bottom: 0.3125rem !important;
}

.form-summary--newsletter {
  padding-right: 0.875rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.form-summary--checkbox-checked {
  padding-left: 2.0625rem;
  position: relative;
  line-height: normal;
  font-weight: normal;
  font-size: 1rem;
}

.form-summary--checkbox-checked:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #8bcf90;
  border: solid 0.0625rem #354953;
  border-radius: 0.125rem;
}

.form-summary--checkbox-checked:after {
  content: url(mysource_files/icon-tick.svg);
  display: block;
  position: absolute;
  top: 0.0625rem;
  left: 0.1875rem;
  width: 0.5rem;
  height: 0.875rem;
}

.form-summary .summary-row .form-summary--checkbox-checked {
  margin-top: 0.625rem;
  margin-bottom: 0;
}

.form-summary .summary-text-light {
  font-weight: 400;
}

/* Module: S */
form .form {
  border: solid 0.125rem #8bcf90;
  border-radius: 0.4375rem;
  padding: 1.25rem;
  color: #354953;
}

form .form fieldset {
  margin-bottom: 1.75rem;
}

form .form fieldset:first-of-type {
  margin-top: 1.75rem;
}

form .form legend,
form .form .sq-form-section-title {
  font-size: 1.375rem;
  font-weight: 600;
  line-height: 1.36;
  margin-bottom: 1.25rem;
}

form .form .sq-form-question-option-list {
  margin-bottom: 0 !important;
}

form .form .sq-form-question-option-list fieldset {
  margin: 0;
  padding: 0;
}

form .form .sq-form-question-option-list ul {
  padding: 0;
}

form .form .sq-form-question-option-list ul li {
  margin: 0;
  margin-bottom: 0.625rem;
}

form .form .sq-form-question-option-list ul li:last-of-type {
  margin: 0;
}

form .form .sq-form-question-option-list input[type="radio"] {
  position: absolute;
  opacity: 0;
}

form .form .sq-form-question-option-list input[type="radio"] + label {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.06;
  border: solid 0.0625rem #8bcf90;
  border-radius: 0.4375rem;
  padding: 0.875rem 2.375rem 0.9375rem 2.8125rem;
}

form .form .sq-form-question-option-list input[type="radio"] + label:before, form .form .sq-form-question-option-list input[type="radio"] + label:after {
  content: '';
  display: block;
  position: absolute;
}

form .form .sq-form-question-option-list input[type="radio"] + label:before {
  width: 1rem;
  height: 1rem;
  border: solid 0.0625rem #354953;
  border-radius: 50%;
  left: 1.1875rem;
  top: 50%;
  transform: translateY(-50%);
}

form .form .sq-form-question-option-list input[type="radio"]:checked + label {
  background-color: #354953;
  color: #ffffff;
}

form .form .sq-form-question-option-list input[type="radio"]:checked + label:before {
  border: solid 0.125rem #8bcf90;
}

form .form .sq-form-question-option-list input[type="radio"]:checked + label:after {
  width: 0.375rem;
  height: 0.375rem;
  background-color: #8bcf90;
  border-radius: 0.4375rem;
  left: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

form .form .sq-form-question-option-list input[type="radio"]:focus + label:before {
  outline: auto 5px -webkit-focus-ring-color;
}

form .form .sq-form-question {
  margin-bottom: 0.625rem;
}

form .form .sq-form-question label {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.33;
}

form .form .sq-form-question input,
form .form .sq-form-question select {
  border: solid 0.0625rem #354953;
  border-radius: 0.4375rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.85;
}

form .form .sq-form-question input:focus, form .form .sq-form-question input:active,
form .form .sq-form-question select:focus,
form .form .sq-form-question select:active {
  border-width: 0.125rem;
  margin: 0.5625rem 0;
}

form .form .sq-form-question select {
  height: auto;
}

form .form .sq-form-question select::-ms-expand {
  display: none;
}

form .form .sq-form-question select:focus, form .form .sq-form-question select:active {
  margin: 0.625rem 0 0 0 !important;
  padding: 0.4375rem 0.4375rem 0.4375rem 1.1875rem !important;
}

form .form .sq-form-question input[type=number]::-webkit-inner-spin-button,
form .form .sq-form-question input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

form .form .sq-form-question.sq-form-question-select {
  position: relative;
}

form .form .sq-form-question.sq-form-question-select select {
  background-color: transparent;
  padding-left: 1.25rem;
  margin-bottom: 0;
}

form .form .sq-form-question.sq-form-question-select:before, form .form .sq-form-question.sq-form-question-select:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 1.25rem;
  z-index: 1;
  width: 0.4375rem;
  height: 0.125rem;
  background-color: #354953;
}

form .form .sq-form-question.sq-form-question-select:before {
  right: 1.5625rem;
  transform: rotate(45deg);
}

form .form .sq-form-question.sq-form-question-select:after {
  right: 1.25rem;
  transform: rotate(135deg);
}

form .form .form-field--conditional {
  opacity: 0;
  width: 100%;
  height: 0;
  transition: all 0.5s;
  margin-top: 0.625rem;
}

form .form .form-field--conditional input {
  display: none;
}

form .form .form-field--conditional.visible--conditionally {
  opacity: 1;
  height: 5.1875rem;
}

form .form .form-field--conditional.visible--conditionally input {
  display: block;
}

form .form input[type="submit"] {
  float: right;
  border: none;
  padding-right: 3.125rem;
  background-image: url(mysource_files/arrow-right--small.svg);
  background-repeat: no-repeat;
  background-position: right 1.375rem center;
  text-transform: none;
  line-height: 1.25rem;
  border: solid 0.125rem #8bcf90;
  border-radius: 0.4375rem;
}

form .form input[type="submit"]:focus, form .form input[type="submit"]:hover {
  border: none;
}

form .form input[type="submit"][name$="submit"] {
  padding-left: 1.1875rem;
  font-size: 1.125rem;
}

form .form input[type="submit"][name$="submit"]:hover, form .form input[type="submit"][name$="submit"]:focus {
  border: solid 0.125rem #4f9989;
}

form .form input[type="submit"][name$="previous_page"] {
  float: left;
  width: 3rem;
  height: 3rem;
  font-size: 0;
  padding-right: 1.25rem;
  background-image: url(mysource_files/arrow-left--small.svg);
  background-position: left 1rem center;
  background-color: #ffffff;
}

form .form input[type="submit"][name$="previous_page"]:hover, form .form input[type="submit"][name$="previous_page"]:focus {
  background-color: #4f9989;
}

form .form .sq-form-question-tickbox-list fieldset {
  margin: 0;
  padding: 0;
}

form .form .sq-form-question-tickbox-list ul li {
  position: relative;
}

form .form .sq-form-question-tickbox-list input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}

form .form .sq-form-question-tickbox-list input[type="checkbox"] + label {
  display: inline-block;
  font-size: 1rem;
  font-weight: normal;
  padding-left: 2.125rem;
  cursor: pointer;
  position: relative;
}

form .form .sq-form-question-tickbox-list input[type="checkbox"] + label:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1.25rem;
  height: 1.25rem;
  border: solid 0.0625rem #495961;
  border-radius: 0.125rem;
}

form .form .sq-form-question-tickbox-list input[type="checkbox"]:checked + label {
  font-weight: bold;
  letter-spacing: -0.2px;
}

form .form .sq-form-question-tickbox-list input[type="checkbox"]:checked + label:before {
  background-color: #8bcf90;
  border-color: #354953;
}

form .form .sq-form-question-tickbox-list input[type="checkbox"]:checked + label:after {
  content: url(mysource_files/icon-tick.svg);
  display: block;
  position: absolute;
  top: 0.125rem;
  left: 0.1875rem;
  width: 0.5rem;
  height: 0.875rem;
}

form .form .sq-form-question-tickbox-list input[type="checkbox"]:focus + label:before {
  outline: auto 5px -webkit-focus-ring-color;
}

form .form .subscription {
  background-color: #f4f4f5;
  padding: 1.375rem;
}

form .form .subscription ul {
  padding: 0;
}

form .form .subscription ul li {
  margin: 0;
}

form .form .subscription legend {
  margin: 0 0 1.25rem 0;
}

form .form .field__text-box p {
  border-radius: 0.4375rem;
  margin: 0;
  line-height: 1.44;
  background-color: #E1E7EB;
  padding: 0.625rem;
}

form .form .field__text-box--dark p {
  background-color: #495961;
  color: #ffffff;
  margin-bottom: 1.25rem;
  font-weight: 600;
}

form .form .field__text-box--dark p span {
  display: block;
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1.25;
}

form .form .form-section--single-columns .sq-form-question,
form .form .form-section--dual-columns .sq-form-question,
form .form .field-options--dual-columns .sq-form-question {
  margin-bottom: 1.25rem;
}

form .form .form-section--single-columns .sq-form-question-title,
form .form .form-section--single-columns .sq-form-question-note,
form .form .field-options--dual-columns .sq-form-question-title,
form .form .field-options--dual-columns .sq-form-question-note {
  display: block;
  margin: 0;
  margin-bottom: 0.3125rem;
}

form .form__inner-msg {
  background-color: #8bcf90;
  border-radius: 0.4375rem;
  padding: 0.9375rem;
  margin-top: 1.25rem;
}

form .form__inner-msg h4 {
  margin-top: 0;
}

form .form__inner-msg p:last-of-type {
  margin: 0;
}

form .form__inner-msg a {
  color: #354953 !important;
}

form .form-section--table {
  margin-bottom: 1.25rem;
}

form .form-section--table > h4 {
  display: inline-block;
}

form .form-section--table .table-wrapper {
  border-top: solid 2px #495961;
}

form .form-section--table .table-header {
  display: none;
}

form .form-section--table .table-header--popup {
  width: 1.3125rem;
  height: 1.3125rem;
  display: inline-block;
  background: #354953;
  border-radius: 50%;
  margin-left: 0.5rem;
  color: #ffffff;
  text-align: center;
}

form .form-section--table .table-header--popup:hover, form .form-section--table .table-header--popup:focus {
  cursor: pointer;
}

form .form-section--table .table-header--mobile {
  display: block;
  font-weight: bold;
  padding: 0.625rem 0;
}

form .form-section--table .table-header--mobile + .sq-form-question-tickbox-list {
  margin-top: 0.125rem;
}

form .form-section--table .table-row {
  padding-bottom: 0.9375rem;
  border-bottom: solid 2px #b4c6cf;
}

form .form-section--table .table-row h5 {
  margin: 0;
  margin-bottom: 0.625rem;
}

form .form-section--table .table-row p {
  margin: 0;
}

form .form-section--table .table-row h5 + p {
  padding-right: 1.25rem;
  line-height: 1.29;
}

form .form-section--table .table-row--conditional {
  background-color: #f8f8f8;
  margin-top: -0.125rem;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
}

form .form-section--table .table-row--conditional.visible--conditionally {
  position: static;
  opacity: 1;
  visibility: visible;
}

form .form-section--table .table-cell--checkbox .sq-form-question-tickbox-list ul,
form .form-section--table .table-cell--checkbox .sq-form-question-tickbox-list li {
  padding: 0;
  margin: 0;
}

form .form-section--table .table-cell--checkbox .sq-form-question-tickbox-list input[type="checkbox"] + label {
  font-size: 0;
}

form .form-section--table .table-cell--checkbox .sq-form-question-tickbox-list input[type="checkbox"] + label:before, form .form-section--table .table-cell--checkbox .sq-form-question-tickbox-list input[type="checkbox"] + label:after {
  top: 50%;
  transform: translateY(-50%);
}

form .form-section--table .table-cell--input .sq-form-question-text {
  margin: 0;
}

form .form-section--table .table-cell--input .sq-form-question-text label {
  display: none;
  font-size: 0;
}

form .form-section--table .table-cell--input .sq-form-question-text input {
  width: 75%;
  margin: 0;
  padding: 0.125rem;
  border: solid 0.0625rem #495961;
  border-radius: 0.125rem;
  height: 1.25rem;
  line-height: 1.25rem;
}

form .form-section--table .table-cell--input .sq-form-question-text input[type=date] {
  height: auto;
  width: 85%;
  padding: 0.5rem;
}

form .form-section--table .table-cell--input .sq-form-question-text select#time-input {
  width: 85%;
  border-radius: 0.125rem;
  padding: 0.5rem;
}

form .form-section--table .table-cell--input .sq-form-question-text select#time-input:focus {
  padding: 0.5rem !important;
}

form .form-section--table .table-cell--input .sq-form-question-text textarea {
  border: solid 0.0625rem #354953;
  border-radius: 0.125rem;
}

form .form-section--table .table-cell--input .sq-form-question-text.sq-form-question-select:before {
  right: 2.5625rem;
}

form .form-section--table .table-cell--input .sq-form-question-text.sq-form-question-select:after {
  right: 2.25rem;
}

form .form-section--table .table-cell--radio .sq-form-question-option-list {
  margin: 0;
}

form .form-section--table .table-cell--radio .sq-form-question-option-list ul {
  display: block;
  padding: 0;
}

form .form-section--table .table-cell--radio .sq-form-question-option-list ul li {
  width: 100%;
  margin: 0;
}

form .form-section--table .table-cell--radio .sq-form-question-option-list ul li:last-of-type input[type="radio"] + label {
  margin: 0;
}

form .form-section--table .table-cell--radio .sq-form-question-option-list input[type="radio"] + label {
  border: none;
  padding: 0;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 0.625rem;
}

form .form-section--table .table-cell--radio .sq-form-question-option-list input[type="radio"] + label:before {
  left: 0;
}

form .form-section--table .table-cell--radio .sq-form-question-option-list input[type="radio"] + label:after {
  left: 0.3125rem;
}

form .form-section--table .table-cell--radio .sq-form-question-option-list input[type="radio"]:checked + label {
  color: #354953;
  font-weight: bold;
  background-color: transparent;
}

form .form-section--table .table-cell--textarea .sq-form-question-text {
  margin: 0;
}

form .form-section--table .table-cell--textarea label {
  display: none;
}

form .form-section--table .table-cell--textarea textarea {
  width: 100%;
  height: 4.5rem;
  margin: 0;
  border: solid 0.0625rem #495961;
  border-radius: 0.4375rem;
  background: #ffffff;
}

form .form-section--additional {
  border-bottom: solid 0.125rem #b4c6cf;
  margin-bottom: 1.25rem;
}

form .form-section--additional .sq-form-question-text textarea {
  border: solid 0.0625rem #495961;
  border-radius: 0.4375rem;
}

form .form-section--additional .sq-form-question-text .sq-form-question-note {
  float: right;
}

form .form-section--additional .sq-form-question-tickbox-list {
  margin-bottom: 0;
}

form .form-section--additional .sq-form-question-tickbox-list legend {
  font-size: 1.375rem;
  font-weight: bold;
  line-height: 1.33;
}

form .form-section--additional input[type="checkbox"] + label > a {
  font-weight: 600;
  color: #267463;
}

form .form .sq-form-question-note a {
  color: #267463;
  text-decoration: underline;
  font-size: 1rem;
  font-weight: 600;
}

form .form .note--style1 .sq-form-question-note {
  font-size: 0.6875rem;
  font-style: normal;
  line-height: 2.18;
}

form .form .note--style2 .sq-form-question-note {
  font-size: 0.75rem;
  font-style: normal;
  line-height: 1.58;
}

form .form .note--align-right .sq-form-question-note {
  float: right;
}

form .form .input--typeahead .twitter-typeahead {
  display: block !important;
}

form .form .input--typeahead .twitter-typeahead .tt-menu {
  border: none;
  background-color: #f8f8f8;
  max-height: 16.5rem;
  overflow-y: auto;
  padding: 0;
}

form .form .input--typeahead .twitter-typeahead .tt-menu .typeahead--option {
  padding: 0.9375rem 1.1875rem;
  border-bottom: solid 0.0625rem #e1e0e0;
}

form .form .input--typeahead .twitter-typeahead .tt-menu .typeahead--option:hover, form .form .input--typeahead .twitter-typeahead .tt-menu .typeahead--option:focus {
  cursor: pointer;
  text-decoration: underline;
  background-color: #8bcf90;
}

form .form .input--typeahead .twitter-typeahead .tt-menu .typeahead--option.tt-cursor {
  text-decoration: underline;
  background-color: #8bcf90;
}

form .form .input--typeahead .twitter-typeahead .tt-menu .typeahead--option:last-of-type {
  border-bottom: none;
}

form .form .input--typeahead input {
  width: 100%;
}

form .form input:disabled {
  pointer-events: none;
  background-color: #f8f8f8;
}

form .form abbr[title] {
  text-decoration: none;
  border: none;
}

form .form .abn-input--conditional-control .sq-form-question-answer ul {
  padding-bottom: 0;
}

form .form .abn-input--conditional-control .sq-form-question-answer ul li {
  margin: 0;
}

form .form .sq-form-errors-message,
form .form .sq-form-error {
  font-size: 0.9375rem;
  line-height: 1.6;
  color: #d0021b;
}

form .form .sq-form-errors-message {
  margin: 1.5rem 0;
}

form .form .summary-text-light {
  font-weight: 400;
}

form .form .workplace-type {
  margin-bottom: 0.75rem;
}

form .form .workplace-type .sq-form-question-option-list input[type="radio"] + label {
  border: none;
}

form .form .workplace-type .sq-form-question-option-list ul li {
  width: 100%;
}

form .form .workplace-type .sq-form-question-option-list ul li:nth-of-type(odd) {
  padding: 0;
  margin: 0;
}

/* Module: S */
.header-nav {
  width: 100%;
  order: 1;
}

.header-nav__list {
  margin: 0;
  padding: 0.9375rem 0.4375rem;
  list-style-type: none;
  font-size: 1rem;
  line-height: 2.25;
}

.header-nav__link {
  text-decoration: none;
  color: #354953;
}

.header-nav__link br {
  display: none;
}

.header-nav__item {
  padding: 0.625rem 0;
}

/* Module: S */
.header-quick-links {
  border-top: 0.0625rem solid #888;
  border-bottom: 0.0625rem solid #888;
  width: 100%;
  order: 2;
}

.header-quick-links__list {
  margin: 0;
  padding: 0.9375rem 0.4375rem;
  list-style-type: none;
  font-size: 0.9375rem;
  line-height: 2.25;
}

.header-quick-links__link {
  text-decoration: none;
  color: #495961;
}

/* Module: S */
.quick-search__toggle {
  width: 1.875rem;
  height: 2.8125rem;
  border: none;
  padding: 0;
  position: absolute;
  right: 3.375rem;
  top: -3.375rem;
  background-color: transparent;
  z-index: 1;
  padding-bottom: 8px;
  padding-left: 5px;
  padding-right: 5px;
}

.quick-search__toggle[aria-expanded='false'] + .quick-search__form {
  display: none;
}

.quick-search__toggle .icon-toggle-cross {
  display: block;
  width: 20px;
  height: 18px;
}

.quick-search__toggle[aria-expanded='false'] .icon-toggle-cross {
  display: none;
}

.quick-search__toggle .icon-search-mobile {
  display: none;
}

.quick-search__toggle[aria-expanded='false'] .icon-search-mobile {
  display: block;
}

.quick-search__form {
  background: #ffffff;
  position: absolute;
  top: 0;
  width: 100%;
  height: 41.25rem;
  left: 0;
  border-top: 0.0625rem solid #888;
  padding: 6rem 0.9375rem 18.75rem;
  text-align: center;
  z-index: 3;
}

.quick-search__submit {
  background-color: #8bcf90;
  color: #000000;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  padding: 0.625rem 1.375rem;
  border-radius: 0.4375rem;
  border-bottom: 2px solid #4f9989;
}

.quick-search__input[type="text"] {
  font-size: 1.375rem;
  line-height: 1.64;
  width: 100%;
  text-align: left;
  border-bottom: 0.125rem solid #000000;
  border-top: none;
  border-left: none;
  border-right: none;
}

.quick-search__input[type="text"]::-ms-clear, .quick-search__input[type="text"]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

.quick-search__input::placeholder {
  color: #757575;
}

.quick-search__submit {
  margin: 2rem auto 0;
}

.quick-search__submit .icon-quick-search {
  display: none;
}

/* Module: S */
.header-wrapper {
  height: 4.375rem;
}

.header-main {
  height: 4.375rem;
  width: 100%;
  background: #ffffff;
}

.header-content {
  position: relative;
  z-index: 2;
  height: 4.375rem;
}

.header-logo-text__wrapper,
.header-logo__wrapper {
  text-decoration: none;
}

.header-logo-text__wrapper img,
.header-logo__wrapper img {
  margin: 1.0625rem 0 1.0625rem 1.25rem;
  height: 2.25rem;
  width: auto;
}

.header-logo-text__wrapper img {
  width: 6.0625rem;
  margin-left: 0.375rem;
}

.header-logo__wrapper {
  max-width: 2.9375rem;
}

.header-logo__wrapper {
  display: inline-block;
}

.home .header-logo-text__wrapper,
.home .header-wrapper__hidden .header-logo-text__wrapper {
  display: none;
}

.header-chevron {
  display: inline-block;
  position: relative;
  margin-top: 0.3125rem;
}

.header-chevron__wrapper {
  text-decoration: none;
  display: flex;
  align-items: center;
}

.header-logo__chevron {
  transform: rotate(180deg);
  margin-top: 1.25rem;
  margin-left: 0.3125rem;
  margin-right: 0.3125rem;
  padding-right: 5px;
  padding-left: 5px;
  width: 28px;
  height: 10px;
}

.header-wrapper__expanded .header-logo__chevron {
  transform: rotate(0deg);
}

.header-links__toggle[aria-expanded='false'] .header-logo__chevron {
  transform: rotate(180deg);
}

.header-logo__image-text {
  display: none;
}

.header-links__toggle {
  border: none;
  padding: 0;
  background-color: transparent;
  position: relative;
  top: -1.125rem;
}

.header-links__toggle[aria-expanded='false'] + .header-content .header-quick-links {
  display: none;
}

.header-links__toggle[aria-expanded='false'] + .header-content .header-nav {
  display: none;
}

.header-links__toggle[aria-expanded='false'] + .header-content .quick-search {
  display: none;
}

.header-links__toggle[aria-expanded='false'] + .header-content .header-google-translate {
  display: none;
}

@media (min-width: 1200px) {
  .header-links__toggle[aria-expanded='false'] + .header-content .header-google-translate {
    display: block;
  }
}

.header-links__toggle .icon-toggle-cross {
  display: block;
}

.header-links__toggle[aria-expanded='false'] .icon-toggle-cross {
  display: none;
}

.header-links__toggle .icon-toggle-burger {
  display: none;
}

.header-links__toggle[aria-expanded='false'] .icon-toggle-burger {
  display: block;
}

.header-links__wrapper {
  background: #ffffff;
  width: calc(100% + 17px);
  border-top: 0.0625rem solid #888;
  display: flex;
  flex-wrap: wrap;
  padding: 0 0.9375rem;
  z-index: 4;
  margin-top: -0.375rem;
}

.header-google-translate {
  width: 100%;
  order: 3;
  padding-top: 1.4375rem;
  padding-bottom: 1.4375rem;
}

.header-google-translate .goog-te-combo {
  border: 0;
  padding: 0.2rem 0.2rem !important;
}

.header-google-translate .goog-te-gadget-simple {
  border: 0;
  font-weight: 600;
}

.icon-hamburger {
  width: 20px;
  height: 18px;
}

.icon-cross {
  width: 20px;
  height: 18px;
}

.header-site-menu__toggle {
  position: absolute;
  top: 0;
  right: 0.625rem;
  height: 4.375rem;
  padding: 1.625rem 0.625rem;
  border: 0;
  background-color: transparent;
}

.header-site-menu__toggle[aria-expanded='true'] {
  border-bottom: 3px solid #8bcf90;
}

.header-site-menu__toggle[aria-expanded='false'] + .header-site-menu__content {
  display: none;
}

.header-site-menu__toggle[aria-expanded='false'] .icon-cross {
  display: none;
}

.header-site-menu__toggle[aria-expanded='true'] .icon-hamburger {
  display: none;
}

.header-site-menu__content {
  width: 100%;
  border-top: 0.0625rem solid #888;
  display: flex;
  flex-wrap: wrap;
  z-index: 4;
  margin-top: -0.375rem;
}

/* Module: S */
.home-banner__wrapper {
  line-height: 0;
}

.home-banner__image-wrapper {
  position: relative;
  overflow: hidden;
  height: 13.125rem;
  background-size: cover;
  background-position: center;
}

.home-banner__image-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), #000000);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0.6;
  top: 0;
  left: 0;
}

.home-banner__content {
  background-color: #495961;
  padding: 1.5625rem 0.9375rem;
  border-bottom: 10px solid #4f9989;
}

.home-banner__header {
  color: #ffffff;
  font-size: 2.375rem;
  font-weight: 600;
  line-height: 0.89;
  margin: 0.625rem 0 1.875rem;
}

.home-banner__get-help-wrapper {
  display: none;
}

.home-banner__get-help-button {
  background-color: #8bcf90;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 1.25rem 1.375rem;
  border-radius: 0.4375rem;
  border-bottom: 2px solid #4f9989;
}

.home-banner__get-help-button:hover, .home-banner__get-help-button:focus {
  background-color: #4f9989;
  border-bottom: 2px solid #8bcf90;
}

.home-banner__scroll {
  display: none;
}

.tooltip .tooltiptext {
  display: none;
}

.icon-mouse {
  width: 20px;
  height: 46px;
}

.home-banner__video {
  pointer-events: none;
  position: absolute;
  margin: auto;
  min-width: 100vw;
  min-height: 56.25vw;
  width: 22.25rem;
  height: 12.5rem;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.home-banner__video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  opacity: 0;
}

.tooltip {
  position: relative;
}

.home-banner__video-controls {
  position: absolute;
  bottom: 1.25rem;
  left: 1.25rem;
  z-index: 1;
}

.home-banner__video-controls svg {
  fill: white;
}

.icon-play, .icon-pause {
  width: 30px;
  height: 30px;
}

.icon-play {
  display: none;
}

.icon-pause {
  display: block;
}

/* Module: S */
.home-flags {
  background-color: #8bcf90;
}

.home-flags__mobile-img {
  margin-left: -15px;
  margin-right: -15px;
}

.home-flags__mobile-img img {
  width: 100%;
}

.home-flags__header {
  font-size: 1.875rem;
  font-weight: 600;
}

.home-flags__content {
  padding: 0.4375rem 0.9375rem 1.875rem;
}

.home-flags__description {
  line-height: 1.5625rem;
}

.home-flags__button {
  background-color: #ffffff;
  border-bottom: 2px solid #b4c6cf;
  border-radius: 0.4375rem;
  width: 100%;
  text-transform: uppercase;
  text-decoration: none;
  color: #495961;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.6875rem;
  display: block;
  margin-top: 1.875rem;
  text-align: center;
}

.home-flags__button:hover, .home-flags__button:focus {
  background-color: #b4c6cf;
  border-bottom: 2px solid #ffffff;
}

/* Module: S */
.icon-blocks {
  margin-bottom: 1.25rem;
}

.icon-blocks .icon-block {
  border-bottom: solid 0.125rem #8bcf90;
  padding: 1.25rem 0 1.5625rem 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

.icon-blocks .icon-block__icon {
  width: 4.4375rem;
  height: 4.4375rem;
  border-radius: 50%;
  border: solid 0.125rem #8bcf90;
  margin-right: 0.75rem;
  background-repeat: no-repeat;
  background-position: center;
}

.icon-blocks .icon-block__icon.icon-confidential {
  background-image: url(mysource_files/icon-confidential.svg);
}

.icon-blocks .icon-block__icon.icon-convos {
  background-image: url(mysource_files/icon-convos.svg);
}

.icon-blocks .icon-block__icon.icon-disclosure {
  background-image: url(mysource_files/icon-disclosure.svg);
}

.icon-blocks .icon-block__icon.icon-stigmatisation {
  background-image: url(mysource_files/icon-stigmatisation.svg);
}

.icon-blocks .icon-block__icon.icon-mental {
  background-image: url(mysource_files/icon-mental.svg);
}

.icon-blocks .icon-block__icon.icon-wellbeing {
  background-image: url(mysource_files/icon-wellbeing.svg);
}

.icon-blocks .icon-block__icon.icon-flexible {
  background-image: url(mysource_files/icon-flexible.svg);
}

.icon-blocks .icon-block__icon.icon-manage {
  background-image: url(mysource_files/icon-manage.svg);
}

.icon-blocks .icon-block__icon.icon-confidence {
  background-image: url(mysource_files/icon-confidence.svg);
}

.icon-blocks .icon-block__icon.icon-reporting {
  background-image: url(mysource_files/icon-reporting.svg);
}

.icon-blocks .icon-block__icon.icon-assistance {
  background-image: url(mysource_files/icon-assistance.svg);
}

.icon-blocks .icon-block__icon.icon-support {
  background-image: url(mysource_files/icon-support.svg);
}

.icon-blocks .icon-block__icon.icon-plan {
  background-image: url(mysource_files/icon-plan.svg);
}

.icon-blocks .icon-block__text {
  width: calc(100% - 83px);
  color: #354953;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.63;
}

/* Module: S */
.image-block {
  border: 0.125rem solid #8bcf90;
  border-radius: 0.4375rem;
  padding: 1.875rem;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 0rem;
}

.image-block__img--mobile {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-bottom: -0.5rem;
}

.image-block__img--mobile img {
  width: 100%;
}

.image-block__img--desktop {
  display: none;
}

.image-block__title, .image-block__description {
  color: #354953;
}

.image-block__title {
  font-size: 1.375rem;
  font-weight: 600;
  color: #354953;
  margin-bottom: 1.5625rem;
}

.image-block__description {
  font-size: 1rem;
  margin-bottom: 1.25rem;
}

.image-block__description p:last-of-type {
  margin-bottom: 0 !important;
}

/* Module: S */
.accordion {
  margin: 0 -0.9375rem 1.25rem;
}

.accordion__item-name {
  position: relative;
  margin: 1.25rem 0.625rem;
  border-radius: 0.4375rem;
  background-color: #eaebec;
  border-bottom: 0.125rem solid #748b96;
}

.accordion__item-name .icon-arrow-bottom {
  width: 0.875rem;
  height: 1.3125rem;
  fill: #354953;
  position: absolute;
  top: calc(50% - 9px);
  right: 1.5625rem;
}

.accordion__item-name:hover, .accordion__item-name:focus {
  text-decoration: underline;
}

.accordion__item--active {
  margin-bottom: 0;
  border-bottom: 0;
  border-radius: 0.4375rem 0.4375rem 0 0;
}

.accordion__item--active + .accordion__item-content {
  display: block;
}

.accordion__item--active .icon-arrow-bottom {
  transform: rotate(180deg);
}

.accordion__item-link {
  color: #354953;
  text-decoration: none;
  display: block;
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0.9375rem 3.75rem 0.625rem 1.25rem;
}

.accordion__item-content {
  margin: 0 0.625rem;
  color: #354953;
  background-color: #eaebec;
  border-radius: 0 0 0.4375rem 0.4375rem;
  border-bottom: 0.125rem solid #748b96;
  display: none;
  line-height: 1.5;
  font-size: 1rem;
  padding: 0.9375rem 2.5rem 0.9375rem 1.0625rem;
}

/* Module: S */
.back-to-link {
  position: relative;
  text-decoration: none;
}

.back-to-link span {
  display: none;
}

.back-to-link:before {
  content: url(mysource_files/reply.svg) " Back";
  color: #354953;
  float: left;
  width: 4.75rem;
  line-height: 1.375rem;
  display: block;
}

.back-to-link::after {
  content: "";
  display: block;
  clear: both;
}

/* Module: S */
.inside-banner {
  position: relative;
  line-height: 0;
  height: 110px;
  width: 100vw;
  overflow: hidden;
}

.inside-banner::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0.94;
  background-blend-mode: multiply;
  background-image: radial-gradient(circle at 50% 39%, rgba(0, 0, 0, 0.87), rgba(0, 0, 0, 0));
  top: 0;
  left: 0;
}

.inside-banner__img {
  min-width: 100vw;
  min-height: 110px;
  max-width: initial;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.inside-banner__content {
  display: none;
}

.inside-banner__content-header {
  font-size: 50px;
  font-weight: 600;
  line-height: 0.88;
}

.inside-banner__content-description {
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  max-width: 500px;
  margin: 0;
}

/* Module: S */
.benchmark-tab__toggle {
  text-decoration: none;
  width: 94%;
  height: 3.8125rem;
  margin-top: 1.25rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0.9375rem;
  color: #ffffff;
  border-radius: 0.4375rem;
  position: relative;
}

.benchmark-tab__toggle-number {
  font-size: 2.375rem;
  font-weight: bold;
}

.benchmark-tab__toggle-text {
  font-size: 1.125rem;
  font-weight: 600;
  padding: 0 0.9375rem;
  line-height: 1.06;
}

.benchmark-tab__toggle::before {
  content: url(../mysource_files/chevron-bench.svg);
  display: block;
  position: absolute;
  top: 20px;
  right: 7px;
  width: 13px;
  height: 8px;
}

.benchmark-tab__toggle--cloudy-blue.benchmark-tab__toggle::before {
  content: url(../mysource_files/chevron-bench-dark.svg);
}

.benchmark-tab__header[aria-expanded='true'].benchmark-tab__toggle::before {
  transform: rotate(180deg);
  top: 33px;
}

.benchmark-tab__description-wrapper {
  background-image: linear-gradient(321deg, #eaebec, #fbfbfb), linear-gradient(321deg, #eaebec, #fbfbfb);
  padding: 1.25rem;
  padding-top: 40px;
  margin-top: -28px;
  border-radius: 0 0 0.4375rem 0.4375rem;
}

.content p.benchmark-tab__description-content {
  margin: 0;
}

.benchmark-tab__percentage-wrapper {
  display: block;
  background-color: #eaebec;
  padding: 1.25rem;
  margin-top: -5px;
  border-radius: 0 0 0.4375rem 0.4375rem;
}

.benchmark-tab__percentage-number {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 0.95;
  padding-right: 5px;
}

.benchmark-tab__percentage-text {
  font-size: 0.875rem;
  line-height: 0.86;
}

.benchmark-tab__toggle--medium-green:after {
  content: url(../mysource_files/triangle-green.svg);
  position: absolute;
  right: -1.125rem;
  top: 0;
  width: 24px;
  height: 60px;
}

.benchmark-tab__toggle--dark-grey-blue:after {
  content: url(../mysource_files/triangle-dark.svg);
  position: absolute;
  right: -1.125rem;
  top: 0;
  width: 24px;
  height: 60px;
}

.benchmark-tab__toggle--dark-green-blue:after {
  content: url(../mysource_files/triangle-grey-blue.svg);
  position: absolute;
  right: -1.125rem;
  top: 0;
  width: 24px;
  height: 60px;
}

.benchmark-tab__toggle--cloudy-blue:after {
  content: url(../mysource_files/triangle-silver.svg);
  position: absolute;
  right: -1.125rem;
  top: 0;
  width: 24px;
  height: 60px;
}

.benchmark-tab__toggle--gunmetal:after {
  content: url(../mysource_files/triangle-grey.svg);
  position: absolute;
  right: -1.125rem;
  top: 0;
  width: 24px;
  height: 60px;
}

.benchmark-tab__toggle--medium-green {
  background-image: linear-gradient(269deg, #207f27, #1a6622);
}

.benchmark-tab__toggle--dark-green-blue {
  background-image: linear-gradient(269deg, #267463, #1d6253);
}

.benchmark-tab__toggle--cloudy-blue {
  background-image: linear-gradient(103deg, #b4c6cf, #abb9c0);
  color: #354953;
}

.benchmark-tab__toggle--gunmetal {
  background-image: linear-gradient(269deg, #495961, #536670);
}

.benchmark-tab__toggle--dark-grey-blue {
  background-image: linear-gradient(269deg, #354953, #1f2f37);
}

.benchmark-tab__header[aria-expanded='false'] + .benchmark-tab__content-wrapper {
  display: none;
}

.benchmark-note {
  font-size: 0.875rem;
  color: #495961;
  font-style: italic;
  margin-top: 1.25rem;
  display: block;
}

/* Module: S */
.c-summary-box {
  background-color: #eaebec;
  border-radius: 0.4375rem;
  border-bottom: 2px solid #b4c6cf;
  padding: 0.9375rem;
  position: relative;
  margin: 0 0 1.25rem;
  min-height: 11.25rem;
  z-index: 1;
  overflow: hidden;
}

.c-summary-box:last-of-type {
  margin-bottom: 1.875rem;
}

.c-summary-box img {
  top: 0;
  left: 0;
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  max-width: 1000%;
  z-index: -2;
}

.c-summary-box h1,
.c-summary-box h2,
.c-summary-box h3,
.c-summary-box h4,
.c-summary-box h5,
.c-summary-box h6, .c-summary-box__container h1,
.c-summary-box__container h2,
.c-summary-box__container h3,
.c-summary-box__container h4,
.c-summary-box__container h5,
.c-summary-box__container h6,
.c-summary-box__container .c-summary-box h1,
.c-summary-box__container .c-summary-box h2,
.c-summary-box__container .c-summary-box h3,
.c-summary-box__container .c-summary-box h4,
.c-summary-box__container .c-summary-box h5,
.c-summary-box__container .c-summary-box h6 {
  line-height: initial;
  font-size: 1.25rem;
  font-weight: 600;
  margin: 0 0 0.9375rem;
}

.c-summary-box p, .c-summary-box__container p,
.c-summary-box__container .c-summary-box p {
  line-height: 1.5rem;
  margin: 0 0 3.1875rem;
}

.c-summary-box a, .c-summary-box__container a,
.c-summary-box__container .c-summary-box a {
  padding: 0 1rem 0 0;
  position: absolute;
  right: -0.25rem;
  bottom: 0.875rem;
}

.c-summary-box a:focus, .c-summary-box a:hover, .c-summary-box__container a:focus, .c-summary-box__container a:hover,
.c-summary-box__container .c-summary-box a:focus,
.c-summary-box__container .c-summary-box a:hover {
  text-decoration: underline;
}

.c-summary-box--has-image {
  color: #ffffff;
}

.c-summary-box--has-image a {
  color: #ffffff !important;
}

.c-summary-box--has-image::after {
  background: rgba(24, 24, 24, 0.7);
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.c-summary-box--has-image a,
.c-summary-box--has-image h1,
.c-summary-box--has-image h2,
.c-summary-box--has-image h3,
.c-summary-box--has-image h4,
.c-summary-box--has-image h5,
.c-summary-box--has-image h6,
.c-summary-box--has-image p,
.c-summary-box--has-image span {
  -webkit-font-smoothing: antialiased;
}

.icon-arrow-short-right {
  fill: #8bcf90;
  height: 0.875rem;
  width: 0.875rem;
  position: relative;
  top: 0.1875rem;
  left: -0.125rem;
}

/* Module: S */
.content form {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

.content fieldset {
  margin: 0.625rem 0 0;
  padding: 0;
  border: 0;
  display: block;
}

.content legend {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 1.25rem 0 0.625rem;
}

.content input[type="text"],
.content input[type="email"],
.content input[type="password"],
.content input[type="number"],
.content select,
.content textarea {
  border: 0.0625rem solid #e3e3e3;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  max-width: 100%;
  width: 100%;
  padding: 0.5rem;
}

.content input[type="submit"],
.content button {
  background-color: #8bcf90;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  padding: 0.75rem 1rem;
  border-radius: 0.4375rem;
  border-bottom: 0.125rem solid #4f9989;
  margin-bottom: 0.625rem;
  margin-top: 0.625rem;
}

.content input[type="submit"]:hover, .content input[type="submit"]:focus,
.content button:hover,
.content button:focus {
  background-color: #4f9989;
  border-bottom: 0.125rem solid #8bcf90;
}

.content select {
  height: 2.5rem;
}

.content .sq-form-question-datetime select {
  height: auto;
}

.content fieldset ul {
  margin: 0;
  padding: 0 0 0.625rem;
  list-style-type: none;
}

.content fieldset ul li {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.content fieldset ul li::before {
  content: '';
  display: none;
}

.content input[type="checkbox"] + label,
.content input[type="radio"] + label {
  padding-left: 0.3125rem;
}

/* Module: S */
.social-links__container {
  display: none;
  margin-top: 1.1875rem;
  border-bottom: 2px solid #748b96;
  /* AddThis icon overrides */
}

.social-links__container::after {
  content: "";
  display: block;
  clear: both;
}

.social-links__container .at-label {
  display: none;
}

.social-links__container .at-icon-wrapper {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0) !important;
  background-repeat: no-repeat;
  background-size: 1.0625rem 1.0625rem;
  height: 1.0625rem;
  width: 1.0625rem;
}

.social-links__container .at-share-btn-elements {
  float: right;
}

.social-links__container .at-share-btn-elements .at-share-btn {
  margin-left: 0.625rem;
  margin-bottom: 0.5rem;
}

.social-links__container a .at-icon-wrapper {
  display: none;
}

.social-links__container .at-share-btn.at-svc-print {
  background-image: url("../mysource_files/print.svg");
  width: 1.1875rem;
  background-size: 1.1875rem 1.0625rem;
}

.social-links__container .at-share-btn.at-svc-email {
  background-image: url("../mysource_files/envelope-outline.svg");
  width: 1.25rem;
  background-size: 1.25rem 1.0625rem;
}

.social-links__container .at-share-btn.at-svc-facebook {
  background-image: url("../mysource_files/facebook-square.svg");
}

.social-links__container .at-share-btn.at-svc-twitter {
  background-image: url("../mysource_files/twitter-square.svg");
}

.social-links__container .at-share-btn.at-svc-linkedin {
  background-image: url("../mysource_files/linkedin-square.svg");
}

/* Module: S */
.tabs__tabs {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0.625rem;
}

.tabs__item {
  border-bottom: 2px solid #495961;
  line-height: 2.9375rem;
  margin-right: 0.625rem;
  width: 100%;
}

.tabs__item:last-of-type {
  margin-right: 0;
}

.tabs__item--active {
  border-bottom-color: #41ad49;
}

.tabs__item-link {
  text-decoration: none;
  font-size: 1rem;
  font-weight: 500;
  color: #000000;
  display: inline-block;
  line-height: 22px;
}

.tabs__item--active .tabs__item-link {
  font-weight: 600;
}

.tabs__content {
  display: none;
}

.tabs__content--active {
  display: block;
}

/* Module: S */
main {
  position: relative;
}

.home main.main {
  padding-bottom: 0;
}

.content-wrapper {
  margin-top: 2.25rem;
  padding: 0 1.25rem;
  display: flex;
  flex-flow: column;
}

.content__top-bar {
  margin: 0 -1.25rem 1.25rem -1.25rem;
  padding: 1.25rem 1.25rem 0.9375rem 1.25rem;
  border-bottom: 0.125rem solid #000000;
}

.content-wrapper {
  margin-bottom: 1.875rem;
  position: relative;
}

.content__body {
  background-color: #ffffff;
}

.content p {
  margin: 0 0 1.875rem;
  line-height: 1.5;
}

.content p.intro {
  font-size: 1.25rem;
}

.content p a:not([class]), .content p a:not([class]):hover,
.content p a:not([class]):focus, .content p a:not([class]):visited {
  cursor: pointer;
  color: #267463;
  text-decoration: underline;
  font-weight: 600;
}

.content p a:not([class]):hover,
.content p a:not([class]):focus {
  cursor: pointer;
  color: #267463;
  text-decoration: none;
  font-weight: 600;
}

.content .flag-box__wrapper {
  display: flex;
  flex-direction: column;
}

.content .flag-box {
  width: 100%;
  min-height: 11.8125rem;
  border-radius: 7px;
  margin: 0.625rem 0;
  padding: 23px;
  color: #ffffff;
}

.content .flag-box__content {
  padding-top: 2.1875rem;
  position: relative;
}

.content .flag-box__title, .content .flag-box__number {
  font-size: 1.875rem;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

.content .flag-box__number {
  font-weight: bold;
  line-height: 1.8;
}

.content .flag-box__title {
  line-height: 0.93;
}

.content .flag-box__content::before {
  content: "";
  display: block;
  width: 1.5625rem;
  height: 1.8125rem;
  background-image: url("mysource_files/flag.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}

.content .flag-box--red {
  background-color: #da2128;
}

.content .flag-box--green {
  background-color: #3da945;
}

.content blockquote {
  font-weight: normal;
  color: #495961;
  position: relative;
  padding-left: 4.375rem;
  font-size: 1.125rem;
  line-height: normal;
  margin: 1.875rem 0;
  display: flex;
  flex-direction: column;
}

.content blockquote::before {
  content: "";
  display: block;
  width: 3.375rem;
  height: 2.8125rem;
  background-image: url("mysource_files/quote-left-font-awesome.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
}

.content .blockquote__wrapper {
  border-left: 2px solid #8bcf90;
  padding-left: 0.9375rem;
}

.content .blockquote__quote {
  font-family: "proxima-nova";
  line-height: 1.35;
  margin: 0 0 0.625rem;
  font-style: italic;
}

.content .blockquote__author {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0;
  font-weight: 600;
  font-style: normal;
}

.content .blockquote__creditentials {
  font-size: 1.125rem;
  line-height: 1.6;
  margin: 0;
  font-weight: normal;
  font-style: normal;
}

.content h1 {
  font-size: 2.3125rem;
  font-weight: 600;
  line-height: 2.5rem;
}

.content h2 {
  font-size: 1.5625rem;
  font-weight: 600;
  line-height: normal;
}

.content h3 {
  font-size: 1.25rem;
  font-weight: 600;
}

.content h4 {
  font-size: 1.125rem;
  font-weight: 600;
  margin: 1.25rem 0 0.625rem;
}

.content h5 {
  font-size: 1rem;
  font-weight: 600;
}

.content .table-wrapper {
  overflow-x: auto;
}

.content table {
  width: 100%;
  text-align: left;
  overflow-x: auto;
}

.content th {
  border: 0.0625rem solid #e3e3e3;
  padding-left: 0.75rem;
  padding-top: 0.9375rem;
  padding-bottom: 1.125rem;
  font-size: 1rem;
  background-color: #267463;
  color: #ffffff;
  font-weight: normal;
}

.content td {
  border: 0.0625rem solid #e3e3e3;
  padding-left: 0.75rem;
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
  font-size: 1rem;
  line-height: 1.38;
  font-weight: 300;
}

.content td:first-child {
  font-weight: normal;
}

.content td, .content th {
  min-width: 200px;
}

.content ul {
  list-style-type: none;
}

.content ul li {
  line-height: normal;
}

.content ul li::before {
  content: "•";
  color: #41ad49;
  font-size: 1.5625rem;
  width: 1.5625rem;
  display: inline-block;
  margin-left: -1.5em;
  margin-right: 12px;
  text-align: left;
}

.content ul li ul {
  padding-left: 0rem;
}

.content ul li ul ul {
  padding-left: 2.1875rem;
}

.content ul li ul li {
  padding: 0.3125rem 1.875rem;
}

.content ul li ul li::before {
  content: "◦";
  color: #41ad49;
  font-size: 0.9375rem;
  width: 1.5625rem;
  margin-right: 1.25rem;
  margin-left: -45px;
}

.content ul li ul li ul li {
  padding: 0.1875rem 0;
}

.content ul li ul li ul li::before {
  content: "-";
  color: #41ad49;
  font-size: 1.4375rem;
  width: 0.9375rem;
  margin-right: 1.875rem;
}

.content ul li a {
  text-decoration: underline;
}

.content ol {
  counter-reset: section;
  list-style-type: none;
  padding-left: 0;
}

.content ol li::before {
  counter-increment: section;
  content: counters(section, ".") ". ";
  margin-right: 1.5625rem;
  margin-left: -2.8125rem;
  text-align: right;
  direction: rtl;
  font-weight: 600;
  color: #267463;
  font-size: 1rem;
}

.content ol li {
  line-height: normal;
  padding: 0.3125rem 0;
  padding-left: 45px;
}

.content ol li ol {
  padding: 0.3125rem 0;
}

.content ol li ol li {
  padding-left: 30px;
}

.content ol li ol li:before {
  font-style: italic;
  margin-right: 0.9375rem;
}

.content ol li ol li ol {
  padding: 0.3125rem 0;
}

.content ol li ol li ol li {
  padding-left: 20px;
}

.content ol li ol li ol li:before {
  font-weight: normal;
  margin-right: 0.625rem;
}

.content__image {
  margin-bottom: 1.875rem;
  display: table;
}

.content__image--full {
  width: 100%;
}

.content__image figcaption,
.content__video figcaption {
  display: table-caption;
  caption-side: bottom;
  font-size: 0.75rem;
  line-height: 1.67;
  color: #495961;
}

.content__video {
  width: 100%;
  margin-bottom: 1.875rem;
  display: table;
}

.content__video--left figcaption, .content__video--right figcaption, .content__video--centre figcaption {
  display: block;
}

.content__video-col-content {
  margin-top: 0.9375rem;
}

.documents__icon-wrapper .svg-icon {
  float: left;
  display: block;
  width: 3.125rem;
  height: 3.125rem;
  border-bottom: 0.125rem solid #000000;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  margin-right: 0.875rem;
  fill: #ffffff;
  background: #ffffff;
}

.documents__item {
  display: flex;
  align-items: center;
  padding: 0.625rem 0;
}

.documents__link {
  color: #267463;
}

.documents__item--ms_word_document .documents__icon-wrapper .svg-icon {
  background-color: #007ac9;
}

.documents__item--ms_powerpoint_document .documents__icon-wrapper .svg-icon {
  background-color: #d52b1e;
}

.documents__item--ms_excel_document .documents__icon-wrapper .svg-icon {
  background-color: #41ad49;
}

.documents__item--pdf_file .documents__icon-wrapper .svg-icon {
  background-color: #d52b1e;
}

.documents__item--link .documents__icon-wrapper .svg-icon,
.documents__item--standard_page .documents__icon-wrapper .svg-icon,
.documents__item--text_file .documents__icon-wrapper .svg-icon {
  background-color: #ffffff;
  fill: #007ac9;
  border-bottom-color: #007ac9;
}

.info-box {
  border: 0.0625rem solid #748b96;
  font-size: 16;
  line-height: 1.5;
  color: #000000;
  padding: 1.125rem 2.25rem 2.5rem 0rem;
  position: relative;
}

.info-box .icon-information {
  background-color: #ffdf00;
  width: 1.5625rem;
  height: 1.5625rem;
  border-radius: 1.5625rem;
  padding: 0.3125rem;
  position: absolute;
  top: 1.125rem;
  left: 0.9375rem;
}

.info-box__text {
  padding-left: 3.6875rem;
  margin: 0;
}

.infographic__wrapper {
  display: flex;
  align-items: center;
  padding: 1.25rem 0;
  flex-wrap: wrap;
  justify-content: center;
}

.infographic__wrapper img {
  max-width: 340px;
}

.landing .sidebar-nav {
  display: none;
}

.notification {
  font-size: 0.875rem;
  color: #354953;
  line-height: normal;
  font-weight: 600;
  clear: both;
  overflow: auto;
  padding-left: 3.75rem;
  margin: 30px 0;
}

.notification p {
  margin-bottom: 0;
}

.notification svg + h1,
.notification svg + h2,
.notification svg + h3,
.notification svg + h4,
.notification svg + h5,
.notification svg + ul,
.notification svg + p {
  margin-top: 0;
}

.notification .svg-icon {
  float: left;
  display: block;
  width: 3.125rem;
  height: 3.1875rem;
  border-bottom: 0.125rem solid #000000;
  padding-left: 0.6875rem;
  padding-right: 0.6875rem;
  margin-right: 0;
  margin-left: -3.75rem;
  fill: #000000;
}

.notification-error .svg-icon {
  fill: #ffffff;
  background-color: #d52b1e;
}

.notification-warning .svg-icon {
  background-color: #ffdf00;
}

.notification-ok .svg-icon {
  background-color: #41ad49;
}

/* Module: S */
/*light box css SDNSW-7223*/
.lightbox_wrapper {
  display: none;
}

.lightbox_background {
  width: 100%;
  height: 100%;
  background-color: #495961;
  opacity: 0.8;
  z-index: 5;
  position: fixed;
  left: 0;
  top: 0;
}

.lightbox_message--wrapper {
  position: fixed;
  z-index: 6;
  left: 50%;
  background-color: #ffffff;
  padding: 50px;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #354953;
  text-align: center;
  font-family: 'proxima-nova';
  border-radius: 0.4375rem;
}

.lightbox_message--title {
  font-weight: bold;
  font-size: 1.2em;
  padding-bottom: 10px;
}

.lightbox_message--subtitle {
  font-weight: bold;
}

.lightbox_message--button {
  border-radius: 0.4375rem;
  background-color: #8bcf90;
  padding: 10px;
  display: inline-block;
  margin-top: 20px;
  border-bottom: solid 2px #509a89;
  color: #354953;
  font-weight: bold;
  text-decoration: none;
}

.lightbox_message--button:hover {
  background-color: #509a89;
  color: #ffffff;
  border-bottom-color: #8bcf90;
}

.lightbox_message--close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #354953;
}

.lightbox_message--close > button {
  border: none;
  color: #354953;
}

@media only screen and (max-width: 600px) {
  .lightbox_message--wrapper {
    width: 80%;
    padding: 50px 20px;
  }
}

/*# sourceMappingURL=main.css.map */
/* Module: S */
.link-tile {
  padding: 2.125rem 1.875rem 1.5625rem 1.875rem;
  background-color: #495961;
  border-radius: 0.4375rem;
  margin-bottom: 1.25rem;
}

.link-tile__text {
  display: block;
  color: #ffffff;
  text-align: left;
}

.link-tile__cta {
  display: inline-block;
  position: relative;
  color: #354953;
  background-color: #8bcf90;
  transition: all 0.3s;
  border-radius: 0.4375rem;
  font-size: 1.125rem;
  font-weight: 600;
  text-decoration: none;
  line-height: 1.1875rem;
  padding: 0.875rem 2.9375rem 0.9375rem 1.375rem;
  margin-top: 1.25rem;
}

.link-tile__cta:hover, .link-tile__cta:focus {
  background-color: #b4c6cf;
}

.link-tile__cta:after {
  display: block;
  content: '';
  position: absolute;
  right: 1.375rem;
  top: calc(50%);
  width: 0.75rem;
  height: 0.8125rem;
  transform: translateY(-50%);
  background-image: url(mysource_files/arrow-right--small.svg);
}

.link-block {
  display: block;
  padding: 1.875rem;
  margin-bottom: 1.25rem;
  border-radius: 0.4375rem;
  border: 0.0625rem solid #eaebec;
  background: #eaebec;
  /* Old browsers */
  background: -moz-linear-gradient(291deg, #eaebec, #fbfbfb), -moz-linear-gradient(111deg, #eaebec, #fbfbfb);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(291deg, #eaebec, #fbfbfb), -webkit-linear-gradient(111deg, #eaebec, #fbfbfb);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(291deg, #eaebec, #fbfbfb), linear-gradient(111deg, #eaebec, #fbfbfb);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  text-decoration: none;
  color: #354953;
  text-align: right;
}

.link-block h2, .link-block p, .link-block .link-block__cta {
  margin: 0;
  text-align: left;
  text-decoration: none;
}

.link-block h2 {
  margin-bottom: 0.625rem;
  font-weight: 600;
}

.link-block p {
  font-size: 1.125rem;
  font-weight: 500;
}

.link-block .font600 {
  font-weight: 600;
}

.link-block .link-block__cta {
  display: inline-block;
  position: relative;
  padding-right: 1.25rem;
  font-weight: 600;
}

.link-block .link-block__cta:after {
  display: block;
  content: '';
  position: absolute;
  right: 0;
  top: calc(50%);
  width: 0.75rem;
  height: 0.8125rem;
  transform: translateY(-50%);
  background-image: url(mysource_files/arrow-right--small-grey.svg);
}

/* Module: S */
.links-table {
  margin-bottom: 1.25rem;
}

.links-table h2, .links-table h3 {
  margin: 0;
}

.links-table .link-row {
  display: block;
  text-decoration: none;
  color: #354953;
  border-bottom: 0.125rem solid #8bcf90;
  padding: 1.875rem 0;
}

/* Module: S */
.site-menu {
  width: 100%;
  background-color: #495961;
  color: #ffffff;
  border-bottom: 10px solid #4f9989;
  height: 4.6875rem;
}

.home .site-menu {
  display: none;
}

.site-menu__content {
  display: none;
}

.site-menu__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.site-menu__list-item {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.0625rem;
}

.site-menu__list-item-title {
  font-size: 0.9375rem;
  line-height: 1.07;
  margin-left: 0.625rem;
}

.site-menu__list-link {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4.0625rem;
}

.home .icon-good-mood-emoticon,
.home .icon-chat-bubble,
.home .icon-target {
  width: 3rem;
  height: 3rem;
  top: 0px;
  fill: #8bcf90;
}

.home .icon-waving-flag,
.home .icon-clipboard {
  width: 2.625rem;
  height: 3rem;
  top: 0px;
  fill: #8bcf90;
}

.icon-good-mood-emoticon,
.icon-chat-bubble,
.icon-target {
  width: 2.1875rem;
  height: 2.1875rem;
  top: 0px;
  fill: #8bcf90;
}

.icon-waving-flag,
.icon-clipboard {
  width: 1.9375rem;
  height: 2.1875rem;
  top: 0px;
  fill: #8bcf90;
}

.mobile-menu {
  background-color: #495961;
  padding-bottom: 0.9375rem;
  z-index: 4;
  width: 100%;
  margin-top: -1px;
}

.mobile-menu .site-menu__content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0.625rem 1.25rem;
}

.mobile-menu .site-menu__list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.mobile-menu .site-menu__header {
  font-size: 1.5rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.04;
  margin-bottom: 20px;
}

.mobile-menu .site-menu__list-wrapper {
  width: 100%;
}

.mobile-menu .site-menu__list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.25;
  height: auto;
  padding-bottom: 8px;
}

.mobile-menu .site-menu__list-item .svg-icon {
  fill: #8bcf90;
}

.mobile-menu .site-menu__list-link {
  color: #ffffff;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}

.mobile-menu .icon-good-mood-emoticon,
.mobile-menu .icon-chat-bubble,
.mobile-menu .icon-target,
.mobile-menu .icon-leader {
  width: 1.25rem;
  height: 1.25rem;
  top: 0px;
}

.mobile-menu .icon-waving-flag,
.mobile-menu .icon-clipboard {
  width: 1.25rem;
  height: 1.375rem;
  top: 0px;
}

.mobile-menu .icon-worker {
  width: 1.25rem;
  height: 1.25rem;
  top: 0px;
}

.mobile-menu .icon-exam {
  width: 1.01875rem;
  height: 1.25rem;
}

.mobile-menu .site-menu__line {
  width: 100%;
  border-bottom: 1px solid #748b96;
}

.mobile-menu .site-menu__list-link--nsw {
  font-size: 0.875rem;
  padding-top: 20px;
}

.mobile-menu .site-menu__get-help-button {
  background-color: #8bcf90;
  color: #000000;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  width: 100%;
  text-align: center;
  margin: 1.25rem 0;
  padding: 0.625rem 1.375rem;
  border-radius: 0.4375rem;
  border-bottom: 2px solid #4f9989;
}

.back-to-home {
  text-decoration: none;
  padding-left: 0.25rem;
  color: #354953;
  position: relative;
  top: 0.625rem;
}

.back-to-home:before {
  content: url(mysource_files/reply.svg);
  color: #354953;
  float: left;
  margin-left: 1.25rem;
  line-height: 1.375rem;
  display: block;
  margin-top: 0.625rem;
}

/* Module: S */
.progress-indicator {
  position: relative;
  margin-bottom: 1.25rem;
}

.progress-indicator .steps {
  display: none;
}

.progress-indicator .steps.step1--active .step:first-of-type .step__text {
  color: #495961;
}

.progress-indicator .steps.step2--active .step:nth-of-type(2) .step__text {
  color: #495961;
}

.progress-indicator .steps.step2--active .step:first-of-type .step__text {
  position: relative;
  color: #4f9989;
}

.progress-indicator .steps.step2--active .step:first-of-type .step__text:before, .progress-indicator .steps.step2--active .step:first-of-type .step__text:after {
  content: '';
  display: block;
  position: absolute;
}

.progress-indicator .steps.step2--active .step:first-of-type .step__text:before {
  left: -1.5625rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #4f9989;
  border-radius: 50%;
}

.progress-indicator .steps.step2--active .step:first-of-type .step__text:after {
  left: -1.3125rem;
  top: 0.1875rem;
  width: 0.625rem;
  height: 0.8125rem;
  background-image: url(mysource_files/icon-tick2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.progress-indicator .steps.step3--active .step .step__text {
  color: #495961;
}

.progress-indicator .steps.step3--active .step:first-of-type .step__text,
.progress-indicator .steps.step3--active .step:nth-of-type(2) .step__text {
  position: relative;
  color: #4f9989;
}

.progress-indicator .steps.step3--active .step:first-of-type .step__text:before, .progress-indicator .steps.step3--active .step:first-of-type .step__text:after,
.progress-indicator .steps.step3--active .step:nth-of-type(2) .step__text:before,
.progress-indicator .steps.step3--active .step:nth-of-type(2) .step__text:after {
  content: '';
  display: block;
  position: absolute;
}

.progress-indicator .steps.step3--active .step:first-of-type .step__text:before,
.progress-indicator .steps.step3--active .step:nth-of-type(2) .step__text:before {
  left: -1.5625rem;
  width: 1.125rem;
  height: 1.125rem;
  background-color: #4f9989;
  border-radius: 50%;
}

.progress-indicator .steps.step3--active .step:first-of-type .step__text:after,
.progress-indicator .steps.step3--active .step:nth-of-type(2) .step__text:after {
  left: -1.3125rem;
  top: 0.1875rem;
  width: 0.625rem;
  height: 0.8125rem;
  background-image: url(mysource_files/icon-tick2.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.progress-indicator .step {
  width: 33.333%;
  text-align: center;
}

.progress-indicator .step__text {
  display: inline-block;
  color: #748b96;
  font-size: 0.875rem;
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0.5625rem;
}

.progress-indicator .progress-bar__text {
  color: #495961;
  font-size: 0.875rem;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 2.14;
  margin-left: 0.3125rem;
}

.progress-indicator .progress-bar {
  width: 100%;
  height: 0.8125rem;
  background-color: #8bcf90;
  border-radius: 0.4375rem;
}

.progress-indicator .progress-bar .progress-bar--current {
  width: 0;
  height: inherit;
  background-color: #4f9989;
  border-radius: 0.4375rem;
}

.progress-indicator .step1--active + .progress-bar .progress-bar--current {
  width: 33.333%;
}

.progress-indicator .step2--active + .progress-bar .progress-bar--current {
  width: 66.666%;
}

.progress-indicator .step3--active + .progress-bar .progress-bar--current {
  width: 100%;
}

/* Module: S */
.content--search {
  margin: -1.25rem -1.25rem -3.125rem -1.25rem;
  padding: 0 1.25rem 1.875rem 1.25rem;
  display: flex;
  flex-flow: column;
}

.content--search form {
  padding: 0;
}

.content--search ul li::before {
  content: none;
}

.content--search ul li a {
  text-decoration: none;
}

.content--search p {
  margin-bottom: 1.25rem;
}

.form--site-search {
  display: flex;
  flex-flow: column;
  width: 100%;
}

.content .form--site-search {
  margin-bottom: 0;
}

.form--site-search .search {
  position: relative;
  text-align: center;
}

.form--site-search .search .twitter-typeahead {
  width: 100%;
}

.form--site-search .search input[type="text"] {
  background-color: #8bcf90;
  border-bottom: 5px solid #495962;
  padding: 1.1875rem 3.75rem 1.1875rem 1.25rem;
  margin: 0;
  font-size: 1.125rem;
  color: #181818;
}

.form--site-search .search button {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-appearance: none;
  border: 0;
  background-color: transparent;
  border-radius: 0;
}

.form--site-search .search button svg {
  width: 1.5625rem;
  height: 1.5625rem;
}

.search__header {
  font-size: 2.25rem;
  text-align: center;
  font-weight: 500;
}

.search__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  text-align: left;
}

.search__list .mb-display span {
  display: inline-block !important;
}

.search__item {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  border-bottom: 0.25rem solid #8bcf90;
  padding-top: 1.3125rem;
  padding-bottom: 1.3125rem;
  background-color: #f9f9f9;
  margin-bottom: 0.625rem;
}

.search__item.external {
  background-color: #eaebec;
  border-bottom: 0.25rem solid #4f9989;
}

.search__date {
  position: absolute;
  top: 1.3125rem;
  left: 0;
}

.search__day {
  font-size: 1.625rem;
  line-height: 1.15;
  font-weight: 600;
}

.search__month {
  font-size: 0.875rem;
  text-transform: uppercase;
  display: block;
}

.search__title {
  margin: 0;
}

.search__link {
  text-decoration: none;
  color: #354953;
}

.search__link:hover {
  text-decoration: underline;
}

.search__type {
  margin-top: 0.3125rem;
  margin-bottom: 0.625rem;
}

.search__desc {
  line-height: 1.27;
  font-size: 0.9375rem;
  margin: 0 0 0.625rem;
}

.search__meta {
  display: flex;
  justify-content: flex-end;
  position: relative;
}

.search__meta span {
  display: none;
}

.search__meta a {
  text-decoration: none;
  font-size: 0.8125rem;
  line-height: 1.875rem;
  font-weight: 600;
  display: block;
  min-width: 1.875rem;
  text-align: right;
  margin-left: 0.625rem;
}

.search__meta a.search__more {
  font-size: 0.875rem;
  line-height: 1.875rem;
  color: #181818;
  font-weight: normal;
  text-align: left;
  margin-left: 0;
  margin-right: 0.625rem;
  position: absolute;
  left: 0;
  top: 0;
}

.search__meta a.active span {
  display: inline;
}

.search__meta a svg {
  position: relative;
  top: 0.25rem;
}

.search__meta .icon-arrow-right {
  width: 1.0625rem;
  height: 0.6875rem;
  top: 0.125rem;
}

.search__meta .icon-link {
  width: 1.0625rem;
  height: 1rem;
}

.search__meta .icon-mail {
  width: 1.1875rem;
  height: 0.875rem;
}

.search__more-button {
  display: inline-block;
  margin: 1.6875rem auto;
  text-decoration: none;
  color: #354953;
  background-color: #8bcf90;
  padding: 0.875rem 1.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.06;
  border-radius: 0.4375rem;
}

.search__more-button .icon-arrow-right {
  width: 0.75rem;
  height: 0.75rem;
  margin-left: 0.3125rem;
}

.search__more-button:hover span {
  text-decoration: underline;
}

.external .icon-arrow-right {
  width: 0.9375rem;
  height: 0.875rem;
}

/* Module: S */
aside {
  background-color: transparent;
  order: 0;
  width: 100%;
}

.lhs-nav {
  margin-bottom: 1.25rem;
}

.lhs-nav:last-of-type {
  margin-bottom: 0;
}

.lhs-nav .icon-arrow-short-right {
  fill: #748b96;
  margin-right: 0.625rem;
  width: 1.25rem;
}

.lhs-nav .current {
  font-weight: bold;
}

.lhs-nav ul {
  margin: 0;
  padding: 0;
  border: 2px solid #8bcf90;
  border-radius: 0.4375rem;
  overflow: hidden;
}

.lhs-nav ul h1,
.lhs-nav ul h2 {
  margin: 0;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: normal;
  max-width: 90%;
}

.lhs-nav ul h3,
.lhs-nav ul h4,
.lhs-nav ul h5,
.lhs-nav ul h6 {
  margin: 0;
  font-size: 1rem;
  font-weight: normal;
  line-height: normal;
  max-width: 90%;
}

.lhs-nav ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  padding: 0.9375rem 1.3125rem;
}

.lhs-nav ul li:first-of-type {
  background-color: #8bcf90;
  margin-bottom: 0.3125rem;
}

.lhs-nav ul li:first-of-type a h3 {
  font-size: 1.125rem;
}

.lhs-nav ul li:first-of-type .icon-arrow-short-right {
  fill: #495961;
  margin-top: 0.125rem;
}

.lhs-nav ul li:last-of-type {
  margin-bottom: 0.625rem;
}

.lhs-nav ul li::before {
  display: none;
}

.lhs-nav ul li a {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
}

.lhs-nav ul li a h1:focus, .lhs-nav ul li a h1:hover,
.lhs-nav ul li a h2:focus,
.lhs-nav ul li a h2:hover,
.lhs-nav ul li a h3:focus,
.lhs-nav ul li a h3:hover,
.lhs-nav ul li a h4:focus,
.lhs-nav ul li a h4:hover,
.lhs-nav ul li a h5:focus,
.lhs-nav ul li a h5:hover,
.lhs-nav ul li a h6:focus,
.lhs-nav ul li a h6:hover {
  text-decoration: underline;
}

.lhs-nav--easy-access .icon-arrow-short-right {
  fill: #8bcf90;
}

.lhs-nav--easy-access ul {
  background: #495961;
  border: none;
}

.lhs-nav--easy-access li a h1,
.lhs-nav--easy-access li a h2,
.lhs-nav--easy-access li a h3,
.lhs-nav--easy-access li a h4,
.lhs-nav--easy-access li a h5,
.lhs-nav--easy-access li a h6 {
  color: #ffffff;
}

.lhs-nav--easy-access li a h1:focus, .lhs-nav--easy-access li a h1:hover,
.lhs-nav--easy-access li a h2:focus,
.lhs-nav--easy-access li a h2:hover,
.lhs-nav--easy-access li a h3:focus,
.lhs-nav--easy-access li a h3:hover,
.lhs-nav--easy-access li a h4:focus,
.lhs-nav--easy-access li a h4:hover,
.lhs-nav--easy-access li a h5:focus,
.lhs-nav--easy-access li a h5:hover,
.lhs-nav--easy-access li a h6:focus,
.lhs-nav--easy-access li a h6:hover {
  text-decoration: underline;
}

.lhs-nav--easy-access li:first-of-type {
  padding: 0.9375rem 1.25rem;
  border-bottom: 2px solid #4f9989;
}

.lhs-nav--easy-access li:first-of-type h1,
.lhs-nav--easy-access li:first-of-type h2 {
  font-weight: bold;
}

/* Module: S */
.styled-table {
  margin-bottom: 1.25rem;
}

.styled-table tr {
  border-bottom: solid 0.125rem #8bcf90;
}

.styled-table th,
.styled-table td {
  display: block;
  border: none;
  background-color: transparent;
  color: #354953;
  padding-left: 0;
}

.styled-table th {
  font-size: 1.875rem;
  font-weight: 600;
  padding-right: 1.25rem;
  text-align: left;
}

.styled-table td {
  font-weight: normal;
  padding-top: 0;
}

/* Module: S */
.tiles {
  background-color: #8bcf90;
  padding: 1.25rem;
  overflow: hidden;
}

.tiles__wrapper {
  overflow: visible;
}

.tiles .swiper-wrapper .tiles__item {
  margin-right: 0;
  width: calc(100% - 40px);
  height: auto;
  height: initial;
}

.tiles__item {
  display: block;
  position: relative;
  z-index: 1;
  min-width: 15rem;
  border-radius: 0.4375rem;
  overflow: hidden;
  padding: 1.25rem 1.25rem 2.5rem 1.25rem;
  margin-bottom: 1.25rem;
  text-decoration: none;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.tiles__item:after {
  background: #181818;
  opacity: 0.7;
  content: '';
  top: 0;
  left: 0;
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.tiles__item:hover:after, .tiles__item:focus:after {
  background: #181818;
  opacity: 0.8;
}

.tiles__item .tiles__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -2;
  min-height: 100%;
  min-width: 100%;
  max-width: 1000%;
}

.tiles__title {
  color: #ffffff;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 0.625rem;
}

.tiles__text {
  color: #ffffff;
  font-size: 1rem;
  letter-spacing: 1.44;
  margin-bottom: 1.875rem;
  height: 4.375rem;
  max-height: 4.375rem;
  overflow: hidden;
}

.tiles__cta-wrapper {
  position: absolute;
  bottom: 1.25rem;
  right: 1.25rem;
  text-align: right;
}

.tiles__cta {
  display: inline-block;
  color: #495961;
  background-color: #ffffff;
  transition: all 0.3s;
  border-radius: 0.4375rem;
  border-bottom: 0.125rem solid #b4c6cf;
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0.5rem 1.25rem;
}

.tiles__cta:hover, .tiles__cta:focus {
  color: #495961;
  background-color: #b4c6cf;
}

.tiles__control-wrapper {
  text-align: center;
}

.tiles__control {
  border: none;
  font-size: 0;
  padding: 0;
  width: 1.25rem;
  height: 1.875rem;
  background: none;
  position: relative;
  margin: 0.625rem 1.125rem;
}

.tiles__control.swiper-button-disabled {
  pointer-events: none;
}

.tiles__control.swiper-button-disabled svg {
  fill-opacity: 0.4;
}

/* Module: S */
.utility-buttons .btn {
  display: inline-block;
  font-size: 1.125rem;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: none;
  color: #354953;
  line-height: 1.06;
  border: solid 0.125rem #8bcf90;
  border-radius: 0.4375rem;
  padding: 0.75rem 1.4375rem 0.8125rem 1.5rem;
}

.utility-buttons .btn:hover, .utility-buttons .btn:active {
  background-color: #b4c6cf;
}

.utility-buttons .btn--green {
  background-color: #8bcf90;
}

.utility-buttons .btn--print {
  padding-left: 3.1875rem;
  position: relative;
}

.utility-buttons .btn--print:before {
  content: '';
  display: block;
  position: absolute;
  left: 1.1875rem;
  width: 1.3125rem;
  height: 1.1875rem;
  background-image: url(mysource_files/icon-print.svg);
  background-repeat: no-repeat;
}

.utility-buttons .btn--left {
  float: left;
}

.utility-buttons .btn--right {
  float: right;
}

@media (min-width: 48em) {
  /* Module: S */
  .icon-blocks {
    margin-bottom: 2.5rem;
  }
  .icon-blocks__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .icon-blocks .icon-block {
    width: 49%;
    padding-top: 1.875rem;
  }
  .icon-blocks .icon-block:nth-of-type(odd) {
    margin-right: 2%;
  }
  /* Module: S */
  .image-block {
    margin-right: 2rem;
    margin-bottom: 3.125rem;
    padding-bottom: 1.875rem;
  }
  .image-block__inner {
    min-height: 11.875rem;
  }
  .image-block__img--mobile {
    display: none;
  }
  .image-block__img--desktop {
    display: block;
    float: right;
    margin-left: 1.25rem;
    margin-right: -4.75rem;
    margin-bottom: 0.9375rem;
    max-width: 24rem;
    -webkit-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 5px 10px 0px rgba(0, 0, 0, 0.2);
  }
  .image-block__img--desktop img {
    display: block;
  }
  .image-block__description {
    margin-bottom: 0;
  }
  .image-block__description p:last-of-type {
    margin-bottom: 0;
  }
  /* Module: S */
  .tiles__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tiles__item {
    width: 48%;
  }
  .tiles__item:first-of-type {
    margin-right: 2%;
  }
}

@media (min-width: 60em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  /* Module: S */
  /* Module: S */
  .inside-banner__img {
    min-width: 100vw;
    min-height: 110px;
    max-width: initial;
    height: auto;
  }
}

@media (min-width: 75em) {
  /*
--------------------
Modules
--------------------
*/
  /* Module: S */
  .home-search__form .twitter-typeahead {
    width: 100%;
    flex: 1;
  }
  .twitter-typeahead .home-search__input {
    height: 100%;
  }
  /* Module: S */
  .breadcrumbs {
    display: block;
    margin: auto;
    padding: 1rem 1.25rem;
    list-style-type: none;
    font-size: 0.875rem;
    width: 71.25rem;
  }
  .breadcrumbs__wrapper {
    background-color: #eaebec;
  }
  .breadcrumbs__item {
    display: inline-block;
  }
  .breadcrumbs__link {
    text-decoration: none;
    color: #354953;
  }
  .breadcrumbs__link:hover, .breadcrumbs__link:focus {
    text-decoration: underline;
  }
  .breadcrumbs__item--active {
    font-weight: 600;
  }
  .breadcrumbs__item::after {
    content: '/';
    display: inline-block;
    padding-left: 0.625rem;
    padding-right: 0.375rem;
  }
  .breadcrumbs__item:last-of-type::after {
    display: none;
  }
  /* Module: S */
  .overlay__wrapper {
    max-width: 42.125rem;
    margin: 0 auto;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin-top: 50vh;
    transform: translateY(-50%);
  }
  /* Module: S */
  .cta-button {
    max-width: 17.5rem;
    width: 17.5rem;
  }
  .cta-button__wrapper {
    display: block;
    width: 17.5rem;
  }
  .cta-button__header {
    text-align: center;
    color: #ffffff;
    display: block;
    font-size: 1.125rem;
    padding-bottom: 0.625rem;
  }
  /* Tooltip */
  .tooltip .tooltiptext {
    display: block;
    width: 12.5rem;
    left: 200px;
    bottom: 65px;
  }
  .tooltip:hover .tooltiptext,
  .tooltip:focus .tooltiptext {
    visibility: visible;
  }
  /* Module: S */
  .footer-logo__wrapper {
    width: auto;
  }
  .footer-bottom-wrapper {
    margin-top: 4.375rem;
    border-top: 1px solid #eaebec;
  }
  .footer-bottom {
    width: 71.25rem;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: flex-start;
  }
  .footer-logo {
    order: 1;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    display: inline-block;
  }
  .footer-bottom-links {
    order: 2;
    font-size: 0.75rem;
    padding: 0 0.625rem;
    line-height: normal;
    display: flex;
    align-items: center;
  }
  .footer-bottom-links__item {
    display: inline-block;
    padding-left: 0.875rem;
    padding-right: 0.875rem;
    font-weight: 600;
  }
  .footer-bottom-links__link:hover {
    text-decoration: underline;
  }
  .footer-bottom__foot-note {
    order: 3;
    font-size: 0.75rem;
    padding: 0 0 0 0.625rem;
    margin: 0;
    display: flex;
    align-items: center;
  }
  .footer-logo__wrapper {
    padding: 0.9375rem;
  }
  /* Module: S */
  .footer-contact {
    order: -1;
    line-height: 2.33;
    display: flex;
    flex-wrap: wrap;
  }
  .footer-col__header.footer-col__header--contact {
    order: 1;
    margin-bottom: 9px;
  }
  .footer-contact__item {
    border: none;
    padding: 0;
    color: #495961;
    min-height: auto;
    line-height: 2.33;
    margin-bottom: 0;
    font-size: 0.875rem;
    position: relative;
    padding-bottom: 11px;
  }
  .footer-contact__item.footer-contact__item--phone {
    margin-top: -2.6875rem !important;
  }
  .footer-contact__item.footer-contact__item--email {
    margin-top: -3.6875rem !important;
  }
  .footer-contact__item.footer-contact__item--feedback {
    margin-top: -4.4375rem !important;
  }
  .footer-contact__item.footer-contact__item--social:not(a) {
    margin-top: -3.625rem !important;
  }
  .footer-contact__item-text--follow {
    font-size: 0.875rem;
    line-height: 2;
    font-weight: normal;
    line-height: 1.8;
    margin-bottom: 0.375rem;
    text-decoration: none;
    color: #495961;
    margin-top: 0;
  }
  .footer-contact__item.footer-contact__item--social {
    display: flex;
    margin: 0.375rem 0;
  }
  .footer-contact__item--phone {
    font-size: 0.875rem;
    order: 1;
  }
  .footer-contact__item--email {
    order: 2;
    line-height: 1;
    white-space: normal;
  }
  .footer-contact__item--social {
    order: 3;
  }
  .footer-contact__item--feedback {
    order: 4;
  }
  .footer-contact__item-text {
    padding-left: 0.25rem;
  }
  .footer-contact__item--email {
    margin-left: 1.25rem;
  }
  .footer-contact__item.footer-contact__item--email svg {
    display: none;
  }
  .footer-contact__item-text.footer-contact__item-text--email {
    padding-left: 0;
    padding-bottom: 0;
  }
  .footer-contact__item.footer-contact__item--email {
    padding-left: 0;
    padding-bottom: 0.6875rem;
    position: relative;
  }
  .footer-contact__item.footer-contact__item--phone {
    padding-bottom: 0.25rem;
  }
  .footer-contact__item.footer-contact__item--phone,
  .footer-contact__item.footer-contact__item--feedback {
    line-height: 2.33;
  }
  .footer-contact__item-text--email:before {
    content: url(../mysource_files/contact-mail.svg);
    width: 0.9375rem;
    height: 0.625rem;
    position: absolute;
    top: 15px;
    left: -21px;
  }
  .icon-contact-phone {
    width: 0.8125rem;
    height: 0.8125rem;
    top: 0px;
  }
  .icon-contact-mail {
    width: 0.875rem;
    height: 0.625rem;
    top: 0px;
  }
  .icon-contact-feedback {
    width: 0.8125rem;
    height: 0.8125rem;
    top: 2px;
  }
  .icon-social-facebook {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 17px;
  }
  .icon-social-instagram {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 15px;
  }
  .icon-social-twitter {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 15px;
  }
  .icon-social-youtube {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 15px;
  }
  .icon-social-linkedin {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: 15px;
  }
  /* Module: S */
  .footer-columns {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
  .footer-col {
    width: 22%;
  }
  .footer-col__header {
    font-size: 1rem;
    font-weight: 600;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: block;
    width: 100%;
    cursor: text;
  }
  .footer-col__toggle {
    border-bottom: none;
    padding-right: 0;
  }
  .footer-col__toggle .icon-toggle {
    display: none;
  }
  .footer-col__header[aria-expanded='false'] + .footer-col__list {
    display: block;
  }
  .footer-col__list {
    padding-left: 0;
    padding-top: 0;
  }
  /* Module: S */
  .footer-main {
    width: 71.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0.9375rem;
  }
  /* Module: S */
  .form-summary {
    padding: 2.5rem;
  }
  .form-summary--dual-columns .summary-row {
    padding: 0.625rem 0;
    border-bottom: none;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .form-summary--dual-columns .summary-row div {
    display: inline-block;
    line-height: 1.33;
  }
  .form-summary--dual-columns .summary-row div:first-of-type {
    width: 45%;
    margin-right: 1%;
    font-size: 1rem;
  }
  .form-summary--dual-columns .summary-row div:last-of-type {
    width: 54%;
    font-size: 1.125rem;
    font-weight: bold;
  }
  .form-summary--course {
    margin-bottom: 2.5rem;
  }
  .form-summary--course-summary {
    overflow: auto;
  }
  .form-summary--course-summary .summary-row {
    padding: 1.875rem 1.25rem;
  }
  .form-summary--course-summary .summary-row:first-of-type {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .form-summary--add-info {
    padding: 1.25rem;
    margin-bottom: 1.875rem;
  }
  .form-summary--newsletter {
    margin-bottom: 1.875rem;
  }
  /* Module: S */
  form .form {
    text-align: right;
    padding: 2.1875rem 2.375rem 1.875rem 1.9375rem;
  }
  form .form * {
    text-align: left;
  }
  form .form fieldset {
    padding-left: 0.375rem;
  }
  form .form .sq-form-question-option-list ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  form .form .sq-form-question-option-list ul li {
    width: calc(50% - 8px);
    margin: 0;
  }
  form .form .sq-form-question-option-list ul li:nth-of-type(odd) {
    margin-right: 1rem;
  }
  form .form .nsw-addresses p {
    color: #d0021b;
  }
  form .form .nsw-addresses input[type="text"]:focus {
    color: #354953;
  }
  form .form .form-section--single-columns input {
    width: calc(50% - 8px);
  }
  form .form .field__text-box {
    font-size: 1.125rem;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  form .form .field__text-box p {
    padding: 0.8125rem 1.25rem 0.6875rem 1.25rem;
    width: calc(50% - 8px);
  }
  form .form .field__text-box p:nth-of-type(odd) {
    margin-right: 1rem;
  }
  form .form .field__text-box--dark p span {
    font-size: 1rem;
  }
  form .form .js-postcode .field__text-box {
    flex-direction: column;
  }
  form .form .js-postcode .field__text-box--dark p {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
  }
  form .form .js-postcode .field__text-box--dark p span {
    display: inline-block;
  }
  form .form .js-postcode .field__text-box--dark p span:nth-child(1) {
    font-size: 1rem;
    width: 70%;
    margin-right: 1.25rem;
  }
  form .form .js-postcode .field__text-box--dark p span:nth-child(2) {
    font-size: 0.875rem;
    line-height: 1.43;
    width: 10%;
    margin-right: 0.625rem;
  }
  form .form .js-postcode .field__text-box--dark p span:nth-child(3) {
    font-size: 1.125rem;
    line-height: 1.44;
    font-weight: 600;
    width: 10%;
    margin-right: 1.25rem;
  }
  form .form .js-postcode .field__text-box--dark p div {
    width: 10%;
    width: 1.375rem;
    height: 1.375rem;
    background-color: #4f9989;
    border-radius: 100%;
    position: relative;
    cursor: pointer;
  }
  form .form .js-postcode .field__text-box--dark p div:after, form .form .js-postcode .field__text-box--dark p div:before {
    position: absolute;
    content: '';
    background-color: #ffffff;
    top: 0.25rem;
    left: 0.625rem;
    right: 0;
    bottom: 0;
    width: 0.125rem;
    height: 0.875rem;
    transform: rotate(-135deg);
    border-radius: 20px;
  }
  form .form .js-postcode .field__text-box--dark p div:before {
    transform: rotate(135deg);
  }
  form .form .form-section--dual-columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  form .form .form-section--dual-columns.align--flex-end {
    align-items: flex-end;
  }
  form .form .form-section--dual-columns > div {
    width: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
  form .form .form-section--dual-columns > div:nth-of-type(odd) {
    margin-right: 1rem;
  }
  form .form .field-options--dual-columns .sq-form-question-note {
    margin-bottom: 1.5625rem;
  }
  form .form .field-options--dual-columns ul {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
  }
  form .form .field-options--dual-columns ul li {
    width: calc(50% - 8px);
    margin-top: 0;
    margin-bottom: 0.625rem;
  }
  form .form .field-options--dual-columns ul li:nth-of-type(odd) {
    margin-right: 1rem;
  }
  form .form .field-options--dual-columns ul li:nth-last-of-type(-n+2) {
    margin-bottom: 0;
  }
  form .form .field-options--dual-columns ul li input[type="checkbox"] + label {
    padding-left: 1.875rem;
  }
  form .form__inner-msg {
    padding: 1.875rem;
    margin-top: 2.8125rem;
  }
  form .form-section--table {
    margin-bottom: 2.5rem;
  }
  form .form-section--table .table-header--mobile {
    display: none;
  }
  form .form-section--table .table-header {
    display: block;
  }
  form .form-section--table .table-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    padding: 1.25rem;
  }
  form .form-section--table .table-row--align-top {
    align-items: initial;
  }
  form .form-section--table .table-row.table-header {
    background-color: #f8f8f8;
  }
  form .form-section--table .table-row.table-header .table-cell {
    font-size: 1rem;
    font-weight: bold;
  }
  form .form-section--table .table-cell {
    font-size: 0.875rem;
    font-weight: 600;
  }
  form .form-section--table .table-cell--16 {
    width: 16%;
  }
  form .form-section--table .table-cell--22 {
    width: 22%;
  }
  form .form-section--table .table-cell--23 {
    width: 23%;
  }
  form .form-section--table .table-cell--26 {
    width: 26%;
  }
  form .form-section--table .table-cell--27 {
    width: 27%;
  }
  form .form-section--table .table-cell--31 {
    width: 31%;
  }
  form .form-section--table .table-cell--35 {
    width: 35%;
  }
  form .form-section--table .table-cell--38 {
    width: 38%;
  }
  form .form-section--table .table-cell--47 {
    width: 47%;
  }
  form .form-section--table .table-cell--52 {
    width: 52%;
  }
  form .form-section--table .table-cell--69 {
    width: 69%;
  }
  form .form-section--table .table-cell:nth-child(1) {
    padding-right: 1.125rem;
  }
  form .form-section--additional .sq-form-question-text {
    margin-bottom: 1.875rem;
  }
  form .form-section--additional .sq-form-question-text label {
    font-size: 1.375rem;
    line-height: 1.36;
  }
  form .form-section--additional .sq-form-question-text textarea {
    max-height: 6.8125rem;
    overflow-y: auto;
  }
  form .form-section--additional .sq-form-question-tickbox-list input[type="checkbox"] + label {
    font-size: 1rem;
  }
  form .form .sq-form-question-note {
    font-size: 1rem;
    font-style: normal;
    line-height: 1.5;
  }
  form .form .abn-input--conditional-control .sq-form-question-answer ul {
    padding-bottom: 0.625rem;
  }
  form .form .abn-input--conditional-control .sq-form-question-answer ul li {
    margin: 0.625rem 0;
  }
  form .form input[type="submit"][name$="previous_page"] {
    font-size: 1.125rem;
    width: auto;
    height: auto;
    background-image: url(mysource_files/arrow-left--small.svg);
    padding-left: 3.125rem;
    padding-right: 2.0625rem;
    background-position: left 1.375rem center;
    background-color: #ffffff;
    border: solid 0.125rem #8bcf90;
    border-radius: 0.4375rem;
  }
  form .form .sq-form-errors-message {
    text-align: right;
  }
  /* Module: S */
  .header-nav {
    width: calc(100% - 230px);
    position: absolute;
    bottom: 0;
    left: 1.25rem;
  }
  .header-nav__list {
    display: flex;
    justify-content: space-between;
    line-height: 1.33;
    font-size: 0.9375rem;
    padding-left: 0;
    padding-right: 0;
  }
  .header-nav__item {
    padding: 0;
  }
  .header-nav__link {
    position: relative;
    display: inline-block;
  }
  .header-nav__link br {
    display: inline;
  }
  .header-nav__item--active .header-nav__link::after,
  .header-nav__link:hover::after {
    position: absolute;
    bottom: -0.9375rem;
    left: -0.3125rem;
    right: -0.3125rem;
    content: '';
    display: block;
    height: 0.25rem;
    background-color: #8bcf90;
  }
  /* Module: S */
  .header-quick-links {
    width: auto;
    border-top: none;
    border-bottom: none;
    position: absolute;
    bottom: 5.5625rem;
    right: 13.75rem;
  }
  .header-quick-links::before {
    content: '';
    display: block;
    width: 0.0625rem;
    height: 3.75rem;
    background-color: #eaebec;
    transform: rotate(30deg);
    position: absolute;
    left: -1.0625rem;
    top: -1.0625rem;
  }
  .header-quick-links__list {
    font-size: 0.75rem;
    padding: 0;
  }
  .header-quick-links__item {
    display: inline-block;
    padding-left: 0.625rem;
    padding-right: 0.625rem;
  }
  .header-quick-links__link {
    color: #495961;
    position: relative;
    padding-left: 0.0625rem;
    padding-right: 0.0625rem;
  }
  .header-quick-links__link--active::after,
  .header-quick-links__link:hover::after {
    content: '';
    display: block;
    width: 100%;
    height: 0.125rem;
    background-color: #8bcf90;
    position: absolute;
    bottom: -0.1875rem;
    left: 0;
  }
  /* Module: S */
  .quick-search__toggle {
    bottom: 0;
    right: 1.25rem;
    top: auto;
    width: 4.375rem;
    height: 4.375rem;
    background-color: #8bcf90;
    z-index: 6;
  }
  .quick-search__toggle .svg-icon {
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0.75rem;
  }
  .quick-search__form {
    background-color: #8bcf90;
    height: 4.375rem;
    border: 0;
    width: 100vw;
    left: calc(50% - 50vw);
    display: flex;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: calc((100vw - 1140px) / 2);
    padding-right: calc((100vw - 1140px) / 2);
  }
  .quick-search__form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #354953;
  }
  .quick-search__form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #354953;
  }
  .quick-search__form :-ms-input-placeholder {
    /* IE 10+ */
    color: #354953 !important;
  }
  .quick-search__form :-moz-placeholder {
    /* Firefox 18- */
    color: #354953;
  }
  .quick-search__input[type="text"] {
    order: 2;
    border: none;
    padding: 1.0625rem 4.375rem 1.0625rem 0.75rem;
    background-color: transparent;
    margin: 0;
  }
  .quick-search__submit {
    margin-top: 0;
    order: 1;
    padding-left: 1.875rem;
    padding-right: 0.8125rem;
    position: relative;
    background-color: #8bcf90;
    border: 0;
    width: auto;
  }
  .quick-search__submit:after {
    content: '';
    display: block;
    width: 1px;
    position: absolute;
    top: 1.25rem;
    bottom: 1.25rem;
    right: 0;
    background-color: rgba(73, 89, 97, 0.5);
  }
  .quick-search__submit .icon-quick-search {
    display: block;
    width: 1.25rem;
    height: 1.25rem;
  }
  .quick-search__submit-text {
    display: none;
  }
  .home-search__form .twitter-typeahead {
    width: 100%;
    flex: 1;
  }
  .twitter-typeahead .home-search__input {
    height: 100%;
  }
  /* Module: S */
  .header-wrapper {
    background-color: #ffffff;
    height: 5rem;
  }
  .header-main {
    background-color: #ffffff;
    position: relative;
    height: 5rem;
  }
  .header-content {
    width: 100%;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    z-index: 8;
    height: 4.375rem;
  }
  .header-wrapper__content {
    width: 71.25rem;
    margin: auto;
  }
  .header-logo-text__wrapper img,
  .header-logo__wrapper img {
    margin: 0.9375rem 0;
    height: 3.125rem;
  }
  .header-logo-text__wrapper img {
    width: 8.0625rem;
    margin-left: 0.125rem;
    position: relative;
    top: 2px;
  }
  .header-line {
    width: 100%;
    border-bottom: 1px solid #eaebec;
  }
  .header-logo__chevron {
    transform: rotate(180deg);
    right: -35px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    padding-left: 0;
    width: 28px;
    height: 10px;
  }
  .header-links__toggle[aria-expanded='true'] + .header-links__wrapper {
    display: block;
  }
  .header-links__toggle[aria-expanded='true'] .header-chevron__wrapper {
    border-bottom: 0;
    padding-bottom: 0;
  }
  .header-wrapper__expanded {
    height: 9.375rem;
  }
  .header-links__wrapper {
    position: static;
    background-color: transparent;
    display: block;
    border-top: none;
  }
  .header-google-translate {
    position: absolute;
    right: 2.5rem;
    bottom: 5.875rem;
    display: inline-block;
    width: auto;
    text-align: right;
    padding-top: 0;
    padding-bottom: 0;
  }
  .header-google-translate .goog-te-combo {
    border: 0;
    padding: 0.2rem 0.2rem !important;
  }
  .header-google-translate .goog-te-gadget-simple {
    border: 0;
    font-weight: 600;
  }
  .header-site-menu__toggle {
    display: none;
  }
  /* Module: S */
  .home-banner__wrapper {
    position: relative;
    height: calc(100vh - 70px);
  }
  .home-banner__image-wrapper {
    height: 100%;
  }
  .home-banner__image {
    width: 100%;
    min-height: 100%;
    min-width: 100%;
    height: auto;
  }
  .header-wrapper__expanded ~ .home-banner__wrapper {
    height: calc(100vh - 140px);
  }
  .home-banner__content {
    background-color: transparent;
    border: 0;
    position: absolute;
    display: flex;
    width: 71.25rem;
    top: 25%;
    left: 0;
    right: 0;
    margin: 0 auto;
    flex-direction: row-reverse;
    align-items: flex-end;
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }
  .home-banner__header {
    font-size: 5.625rem;
    font-weight: 600;
    line-height: 1;
    color: #ffffff;
    padding-left: 7.5rem;
  }
  .home-banner__get-help-wrapper {
    display: block;
    position: absolute;
    top: 50px;
    width: 71.25rem;
    display: flex;
    left: 0;
    right: 0;
    margin: 0 auto;
    justify-content: flex-end;
  }
  .home-banner__scroll {
    position: absolute;
    display: block;
    bottom: 1.125rem;
    left: 50%;
    right: 50%;
    color: #ffffff;
    text-decoration: none;
    width: 6.875rem;
    text-align: center;
    border: 0;
    background-color: transparent;
  }
  .home-banner__scroll:hover, .home-banner__scroll:focus {
    transform: scale(1.1);
  }
  .home-banner__scroll-text {
    font-size: 0.5625rem;
    text-transform: uppercase;
    font-weight: 600;
  }
  /* Module: S */
  .home-flags {
    background-image: url("../mysource_files/image-1@3x.png");
    background-repeat: no-repeat;
    background-size: 56vw auto;
    background-position: right;
    height: calc(56vw / 1.7);
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .home-flags__wide-img {
    display: block;
    min-width: 43.75rem;
    width: 43.75rem;
    line-height: 0;
  }
  .home-flags__mobile-img {
    display: none;
  }
  .home-flags__wrapper {
    display: flex;
    width: 71.25rem;
    margin: auto;
  }
  .home-flags__content {
    width: 23.75rem;
    padding: 0.4375rem 0rem;
  }
  .home-flags__header {
    font-size: 3.125rem;
    font-weight: 600;
    margin-top: 0;
  }
  .home-flags__button {
    max-width: 12.5rem;
    padding: 0.6875rem 2.5rem;
    margin-top: 3.125rem;
  }
  /* Module: S */
  .accordion {
    margin: 0;
  }
  .accordion__item-name {
    margin: 1.25rem 0;
  }
  .accordion__item-name .icon-arrow-right {
    right: 1.6875rem;
  }
  .accordion__item-content {
    margin: 0;
    padding: 1.0625rem 1.0625rem 2.1875rem 1.0625rem;
  }
  .accordion__item--active {
    margin-bottom: 0;
  }
  /* Module: S */
  .back-to-link span {
    color: #354953;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 0.625rem;
    text-decoration: none;
  }
  .back-to-link::before {
    content: url("mysource_files/reply.svg") " Back to";
    line-height: 1.4em;
    height: 1.3125rem;
  }
  .back-to-link:hover, .back-to-link:focus {
    border-bottom: 1px solid #354953;
    margin-bottom: 0.5625rem;
  }
  /* Module: S */
  .inside-banner {
    height: 258px;
    width: 100%;
  }
  .inside-banner__img {
    max-width: 100%;
    min-height: 258px;
    height: auto;
  }
  .inside-banner__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-align: center;
    z-index: 2;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
  }
  /* Module: S */
  .benchmark-tab {
    display: flex;
    flex-wrap: nowrap;
    height: 7.5rem;
    margin: 1.875rem 0;
  }
  .benchmark-tab__header {
    font-size: 1rem;
    font-weight: 500;
    margin: 0;
    display: block;
    padding: 0.9375rem 0 0.9375rem 0.625rem;
    z-index: 2;
  }
  .benchmark-tab__toggle-number {
    font-size: 3.5625rem;
    font-weight: bold;
  }
  .benchmark-tab__toggle-text {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 0 1.25rem;
    line-height: 0.95;
  }
  .benchmark-tab__toggle {
    height: 7.5rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .benchmark-tab__header.benchmark-tab__toggle {
    min-width: 10rem;
    width: 10rem;
  }
  .benchmark-tab__toggle:before {
    display: none;
  }
  .benchmark-tab__header[aria-expanded='false'] + .benchmark-tab__content-wrapper {
    display: flex;
  }
  .benchmark-tab__header[aria-expanded='true'] + .benchmark-tab__content-wrapper {
    display: flex;
  }
  .benchmark-tab__toggle--medium-green[aria-expanded='true'].benchmark-tab__toggle--medium-green:after,
  .benchmark-tab__toggle--dark-grey-blue[aria-expanded='true'].benchmark-tab__toggle--dark-grey-blue:after,
  .benchmark-tab__toggle--dark-green-blue[aria-expanded='true'].benchmark-tab__toggle--dark-green-blue:after,
  .benchmark-tab__toggle--cloudy-blue[aria-expanded='true'].benchmark-tab__toggle--cloudy-blue:after,
  .benchmark-tab__toggle--gunmetal[aria-expanded='true'].benchmark-tab__toggle--gunmetal:after {
    border-bottom: 55px solid transparent;
  }
  p.benchmark-tab__description-content {
    margin: 0;
    font-weight: 300;
    line-height: 1.2;
  }
  .benchmark-tab__description-wrapper {
    font-size: 14px;
    color: white;
    line-height: 1.2;
    padding: 0 1.125rem 0 2.8125rem;
    margin: 0;
    border-radius: 0 0.4375rem 0.4375rem 0;
    height: 100%;
    margin-left: -5px;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
  }
  .benchmark-tab__percentage-wrapper {
    background-color: #eaebec;
    padding: 1.5625rem 0.75rem 1.5625rem 1.375rem;
    margin: 0;
    border-radius: 0.4375rem;
    height: 100%;
    max-width: 6.875rem;
    margin-left: -0.625rem;
    line-height: 0.86;
  }
  .benchmark-tab__percentage-number {
    display: block;
    line-height: 1.7;
  }
  .description-wrapper--medium-green {
    background-image: linear-gradient(258deg, #207f27, #1a6622);
  }
  .description-wrapper--dark-green-blue {
    background-image: linear-gradient(258deg, #267463, #1d6253);
  }
  .description-wrapper--cloudy-blue {
    background-image: linear-gradient(103deg, #b4c6cf, #abb9c0);
    color: #354953;
  }
  .description-wrapper--gunmetal {
    background-image: linear-gradient(282deg, #495961, #536670);
  }
  .description-wrapper--dark-grey-blue {
    background-image: linear-gradient(258deg, #354953, #1f2f37);
  }
  .benchmark-tab__toggle--medium-green {
    background-image: linear-gradient(269deg, #207f27, #1a6622);
  }
  .benchmark-tab__toggle--dark-green-blue {
    background-image: linear-gradient(269deg, #267463, #1d6253);
  }
  .benchmark-tab__toggle--cloudy-blue {
    background-image: linear-gradient(103deg, #b4c6cf, #abb9c0);
    color: #354953;
  }
  .benchmark-tab__toggle--gunmetal {
    background-image: linear-gradient(269deg, #495961, #536670);
  }
  .benchmark-tab__toggle--dark-grey-blue {
    background-image: linear-gradient(269deg, #354953, #1f2f37);
  }
  .benchmark-tab__toggle--medium-green:after {
    content: "";
    position: absolute;
    right: -31px;
    width: 0;
    height: 0;
    border-top: 65px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 34px solid #207f27;
  }
  .benchmark-tab__toggle--dark-green-blue:after {
    content: "";
    position: absolute;
    right: -31px;
    width: 0;
    height: 0;
    border-top: 65px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 34px solid #267463;
  }
  .benchmark-tab__toggle--cloudy-blue:after {
    content: "";
    position: absolute;
    right: -31px;
    width: 0;
    height: 0;
    border-top: 65px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 34px solid #ACBAC1;
  }
  .benchmark-tab__toggle--gunmetal:after {
    content: "";
    position: absolute;
    right: -31px;
    width: 0;
    height: 0;
    border-top: 65px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 34px solid #495961;
  }
  .benchmark-tab__toggle--dark-grey-blue:after {
    content: "";
    position: absolute;
    right: -31px;
    width: 0;
    height: 0;
    border-top: 65px solid transparent;
    border-bottom: 55px solid transparent;
    border-left: 34px solid #354851;
  }
  .benchmark-note {
    margin-top: -0.625rem;
  }
  /* Module: S */
  .c-summary-box {
    border-bottom: none;
    min-height: 15.75rem;
    padding: 2.25rem;
  }
  .c-summary-box__container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 48.75rem;
  }
  .c-summary-box__container .c-summary-box {
    display: block;
    float: left;
    margin-bottom: 2%;
    padding: 2.375rem 2.25rem 2.25rem;
    width: 49%;
  }
  .c-summary-box__container .c-summary-box:nth-of-type(odd) {
    margin-right: 2%;
    clear: both;
  }
  .c-summary-box__container .c-summary-box h1,
  .c-summary-box__container .c-summary-box h2,
  .c-summary-box__container .c-summary-box h3,
  .c-summary-box__container .c-summary-box h4,
  .c-summary-box__container .c-summary-box h5,
  .c-summary-box__container .c-summary-box h6 {
    font-size: 1.875rem;
    margin: 0 0 0.8125rem;
  }
  .c-summary-box__container .c-summary-box p {
    line-height: 1.5;
  }
  .c-summary-box h1,
  .c-summary-box h2,
  .c-summary-box h3,
  .c-summary-box h4,
  .c-summary-box h5,
  .c-summary-box h6 {
    margin: 0 0 0.875rem;
  }
  .c-summary-box p {
    line-height: 1.9;
  }
  .c-summary-box__container .c-summary-box a, .c-summary-box__container a, .c-summary-box a {
    right: 1.1875rem;
    bottom: 2rem;
  }
  .c-summary-box--has-image .icon-arrow-short-right {
    fill: #ffffff;
  }
  .icon-arrow-short-right {
    fill: #748b96;
    left: 0.125rem;
  }
  /* Module: S */
  /* Module: S */
  .social-links__container {
    display: block;
  }
  /* Module: S */
  /* Module: S */
  main.main {
    padding-bottom: 3.125rem;
  }
  .content-wrapper {
    justify-content: flex-start;
    margin-top: 3.125rem;
    flex-flow: row;
    max-width: 71.25rem;
    margin-bottom: 5.625rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
    padding: 0;
  }
  .content__top-bar {
    display: flex;
    justify-content: space-between;
    margin-left: -2.5rem;
    margin-right: -2.5rem;
    padding-left: 0;
    padding-right: 0;
  }
  .content__top-bar .share-bar {
    padding-right: 2.5rem;
  }
  .content {
    padding: 0;
  }
  .content__body {
    width: 42.5rem;
    margin: 0 auto;
  }
  .content blockquote {
    font-size: 1.4375rem;
    overflow: hidden;
    display: block;
    line-height: 1.35;
    padding-left: 5rem;
    margin: 1.875rem 0;
  }
  .content h1 {
    font-size: 3rem;
    font-weight: 600;
    line-height: 2.5rem;
  }
  .content h2 {
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 2.5rem;
  }
  .content h3 {
    font-size: 1.875rem;
    font-weight: 600;
  }
  .content h4 {
    font-size: 1.375rem;
    font-weight: 600;
  }
  .content h5 {
    font-size: 1.125rem;
    font-weight: 600;
  }
  .content .flag-box__wrapper {
    margin: 1.25rem 0;
  }
  .content .flag-box {
    margin: 0 1.25rem 0 0;
  }
  .content .flag-box__wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  .content .flag-box {
    width: 17.5rem;
    min-height: 11.8125rem;
    border-radius: 7px;
    margin: 1.25rem 1.25rem 0 0;
    padding: 23px;
    color: #ffffff;
  }
  .content__image--left {
    float: left;
    margin-right: 1.875rem;
  }
  .content__image--right {
    float: right;
    margin-left: 1.875rem;
  }
  .content__image--full img {
    width: 100%;
    height: auto;
  }
  .infographic__wrapper {
    justify-content: flex-start;
  }
  .landing .main {
    width: 100%;
  }
  .notification {
    font-size: 1.125rem;
    color: #354953;
    line-height: 1.56;
    font-weight: 600;
    padding-left: 4.5625rem;
  }
  .notification .svg-icon {
    margin-left: -4.5625rem;
  }
  .content__video--left, .content__video--right {
    display: flex;
  }
  .content__video--left .content__video-col-content > p, .content__video--right .content__video-col-content > p {
    margin-top: 0;
  }
  .content__video-col-content {
    margin-top: 0;
  }
  .content__video-col-vid, .content__video-col-content {
    width: 50%;
  }
  .content__video--centre .content__video-col-vid {
    width: 100%;
  }
  .content__video--centre .content__video-col-content {
    width: 100%;
  }
  .content__video--centre figcaption {
    display: block;
  }
  .content__video--left .content__video-col-content {
    padding-left: 2.5rem;
  }
  .content__video--right .content__video-col-vid {
    order: 2;
  }
  .content__video--right .content__video-col-content {
    order: 1;
    padding-right: 2.5rem;
  }
  /* Module: S */
  .link-tile {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 2.8125rem;
  }
  .link-tile__text {
    width: calc(100% - 180px);
    padding-right: 7.375rem;
    align-self: stretch;
  }
  .link-tile__cta {
    margin: 0;
    max-width: 11.25rem;
    text-align: left;
  }
  .link-block {
    margin-bottom: 3.125rem;
  }
  /* Module: S */
  .links-table {
    margin-bottom: 3.125rem;
  }
  .links-table .link-row {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }
  .links-table .link-row__title {
    width: 11.4375rem;
    margin-right: 3rem;
  }
  .links-table .link-row__description {
    width: calc(100% - 231px);
  }
  /* Module: S */
  .site-menu {
    height: 8.75rem;
  }
  .home .site-menu {
    display: block;
  }
  .site-menu__mobile-content,
  .back-to-home {
    display: none;
  }
  .site-menu__content {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 71.25rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .site-menu__header {
    font-size: 1.75rem;
    font-weight: 300;
    line-height: 1.04;
    width: 12.5rem;
    margin: 0;
  }
  .site-menu__list {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
  .site-menu__list-wrapper {
    width: 100%;
  }
  .site-menu__list-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 0.625rem;
    height: 9.375rem;
    border-bottom: 10px solid #4f9989;
  }
  .site-menu__list-item .svg-icon {
    fill: #748b96;
  }
  .site-menu__list-item:hover {
    border-bottom: 10px solid #8bcf90;
  }
  .site-menu__list-item:hover .svg-icon {
    fill: #8bcf90;
  }
  .site-menu__list-item--active {
    border-bottom: 10px solid #8bcf90;
  }
  .site-menu__list-item--active .svg-icon {
    fill: #8bcf90;
  }
  .site-menu__list-item-title {
    max-width: 6.75rem;
  }
  .mobile-menu {
    display: none;
  }
  /* Module: S */
  .progress-indicator {
    position: relative;
    margin-bottom: 1.25rem;
  }
  .progress-indicator .steps {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .progress-indicator .progress-bar__text {
    display: none;
  }
  /* Module: S */
  .content--search {
    margin: 0 -2.5rem -3.125rem -2.5rem;
    padding: 0 2.5rem 1.875rem 2.5rem;
    flex-flow: row;
    justify-content: space-between;
  }
  .form--site-search {
    flex-flow: row;
    justify-content: space-between;
  }
  .form--site-search .search {
    flex-grow: 1;
  }
  .form--site-search .search input[type="text"] {
    font-size: 1.125rem;
    padding: 1.375rem 5rem 1.375rem 1.875rem;
  }
  .form--site-search .search button {
    margin: 0;
    padding: 1.375rem;
  }
  .form--site-search .search button svg {
    width: 1.5625rem;
    height: 1.5625rem;
  }
  .search__header {
    font-size: 3.125rem;
  }
  .search__list {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .search__list .mb-display span {
    display: none;
  }
  .search__item {
    margin-bottom: 1.25rem;
    padding: 1.875rem;
  }
  .search__date {
    border-bottom: 0.3125rem solid #181818;
    width: 4.25rem;
    height: 4.375rem;
    text-align: center;
    flex-wrap: wrap;
    flex-flow: column;
    justify-content: center;
    line-height: 1;
    display: flex;
  }
  .search__day {
    font-size: 1.75rem;
    display: block;
  }
  .search__month {
    font-size: 0.875rem;
    display: block;
  }
  h2.search__title {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.44;
    margin-bottom: 0.625rem;
  }
  .search__type {
    font-weight: 600;
    font-size: 0.8125rem;
  }
  .search__desc {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 1.875rem;
  }
  .search__meta span {
    display: inline-block;
    padding-left: 0.25rem;
    color: #354953;
    font-size: 1rem;
    font-weight: 600;
  }
  .search__meta a {
    margin-left: 2rem;
  }
  .search__meta a.search__more {
    margin-left: 0;
    margin-right: 2rem;
  }
  .search__meta a.search__more span {
    padding-left: 0;
    padding-right: 0.25rem;
  }
  .search__meta a:hover span {
    text-decoration: underline;
  }
  .search__meta a svg {
    position: relative;
    top: 0.125rem;
  }
  /* Module: S */
  aside {
    min-width: 17.5rem;
    width: 17.5rem;
    margin: 0 0 0 7.5rem;
    background-color: transparent;
    padding: 0;
  }
  aside.before {
    order: -1;
    margin: 0 7.5rem 0 0;
  }
  .lhs-nav ul li {
    padding: 0.9375rem 1.25rem;
  }
  .lhs-nav ul li h1,
  .lhs-nav ul li h2 {
    font-weight: bold;
  }
  /* Module: S */
  .styled-table {
    margin-bottom: 2.5rem;
  }
  .styled-table th,
  .styled-table td {
    display: table-cell;
    padding: 1.5625rem 0 2.1875rem 0;
  }
  .styled-table th {
    min-width: 14.375rem;
  }
  /* Module: S */
  .tiles {
    padding-top: 3.4375rem;
    padding-bottom: 6.25rem;
  }
  .tiles-title, .tiles__wrapper, .tiles__control-wrapper {
    width: 71.25rem;
    margin-left: auto;
    margin-right: auto;
  }
  .tiles-title {
    font-size: 3.125rem;
    color: #354953;
    margin: 0 auto;
    margin-bottom: 1.25rem;
  }
  .tiles__wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .tiles__item {
    width: calc(33.333% - 13.333px) !important;
    min-width: 22.875rem;
    padding: 1.5625rem 1.5625rem 4.5rem 1.5625rem;
    margin-right: 1.25rem;
  }
  .tiles__item:first-of-type {
    margin-right: 1.25rem;
  }
  .tiles__item:nth-of-type(3) {
    margin-right: 0;
  }
  .tiles__title {
    margin-bottom: 1.25rem;
  }
  .tiles__cta-wrapper {
    position: absolute;
    bottom: 2rem;
    right: 2.25rem;
  }
  .tiles__text {
    margin-bottom: 1.5rem;
  }
  .tiles__control-wrapper {
    text-align: right;
  }
  .tiles__control-wrapper .tiles__control:last-of-type {
    margin-right: 0;
  }
  /* Module: S */
}

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  /*
* print styles for mental health training course apply form print view
*
*/
  footer,
  aside,
  .back-to-link,
  .back-to-home,
  .header-links__toggle,
  .header-site-menu__toggle,
  .btn,
  .inside-banner {
    display: none !important;
  }
  .header-wrapper {
    background-color: green;
  }
  .registered {
    font-size: 1rem !important;
  }
  .header-logo__wrapper[href]:after,
  .header-logo-text__wrapper[href]:after {
    content: none !important;
  }
}

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