@charset "UTF-8";
@font-face {
  font-family: "FreshSans";
  src: url("/_assets/woolworths/fonts/FreshSans-Light.woff2") format("woff2"), url("/_assets/woolworths/fonts/FreshSans-Light.woff") format("woff");
  font-weight: 300; }

@font-face {
  font-family: "FreshSans";
  src: url("/_assets/woolworths/fonts/FreshSans-Regular.woff2") format("woff2"), url("/_assets/woolworths/fonts/FreshSans-Regular.woff") format("woff");
  font-weight: normal; }

@font-face {
  font-family: "FreshSans";
  src: url("/_assets/woolworths/fonts/FreshSans-Medium.woff2") format("woff2"), url("/_assets/woolworths/fonts/FreshSans-Medium.woff") format("woff");
  font-weight: 500; }

@font-face {
  font-family: "FreshSans";
  src: url("/_assets/woolworths/fonts/FreshSans-Bold.woff2") format("woff2"), url("/_assets/woolworths/fonts/FreshSans-Bold.woff") format("woff");
  font-weight: bold; }

@font-face {
  font-family: "Whitney";
  src: url("/_assets/woolworths/fonts/Whitney-Bold.woff2") format("woff2");
  font-weight: bold; }

@font-face {
  font-family: "Whitney";
  src: url("/_assets/woolworths/fonts/Whitney-Light.otf") format("opentype");
  font-weight: normal; }

@font-face {
  font-family: "AmsiPro";
  src: url("/_assets/bws/fonts/AmsiPro-Light.otf") format("opentype"), url("/_assets/bws/fonts/AmsiPro-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "AmsiPro";
  src: url("/_assets/bws/fonts/AmsiPro-Regular.otf") format("opentype"), url("/_assets/bws/fonts/AmsiPro-Regular.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: "AmsiPro";
  src: url("/_assets/bws/fonts/AmsiPro-SemiBold.otf") format("opentype"), url("/_assets/bws/fonts/AmsiPro-SemiBold.ttf") format("truetype");
  font-weight: 500; }

@font-face {
  font-family: "AmsiPro";
  src: url("/_assets/bws/fonts/AmsiPro-Ultra.otf") format("opentype"), url("/_assets/bws/fonts/AmsiPro-Ultra.ttf") format("truetype");
  font-weight: bold; }

@font-face {
  font-family: "Sentinel";
  src: url("/_assets/dans/fonts/Sentinel-Light.otf") format("opentype"), url("/_assets/dans/fonts/Sentinel-Light.ttf") format("truetype");
  font-weight: 300; }

@font-face {
  font-family: "Sentinel";
  src: url("/_assets/dans/fonts/Sentinel-Medium.otf") format("opentype"), url("/_assets/dans/fonts/Sentinel-Medium.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: "Sentinel";
  src: url("/_assets/dans/fonts/Sentinel-Semibold.otf") format("opentype"), url("/_assets/dans/fonts/Sentinel-Semibold.ttf") format("truetype");
  font-weight: 600; }

@font-face {
  font-family: "Sentinel";
  src: url("/_assets/dans/fonts/Sentinel-Bold.otf") format("opentype"), url("/_assets/dans/fonts/Sentinel-Bold.ttf") format("truetype");
  font-weight: bold; }

@font-face {
  font-family: "Walsheim";
  src: url("/_assets/bigw/fonts/GT-Big-Walsheim-Regular.eot");
  src: url("/_assets/bigw/fonts/GT-Big-Walsheim-Regular.eot?#iefix") format("embedded-opentype"), url("/_assets/bigw/fonts/GT-Big-Walsheim-Regular.woff2") format("woff2"), url("/_assets/bigw/fonts/GT-Big-Walsheim-Regular.woff") format("woff"), url("/_assets/bigw/fonts/GT-Big-Walsheim-Regular.eot") format("eot"), url("/_assets/bigw/fonts/GT-Big-Walsheim-Regular.ttf") format("truetype");
  font-weight: normal; }

@font-face {
  font-family: "Walsheim";
  src: url("/_assets/bigw/fonts/GT-Big-Walsheim-Bold.eot");
  src: url("/_assets/bigw/fonts/GT-Big-Walsheim-Bold.eot?#iefix") format("embedded-opentype"), url("/_assets/bigw/fonts/GT-Big-Walsheim-Bold.woff2") format("woff2"), url("/_assets/bigw/fonts/GT-Big-Walsheim-Bold.woff") format("woff"), url("/_assets/bigw/fonts/GT-Big-Walsheim-Bold.ttf") format("truetype");
  font-weight: bold; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* Foundation Styles */
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box; }

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

body {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background: #eeeeee; }

h1,
h2,
h3,
h4,
p,
blockquote,
figure {
  margin: 0;
  padding: 0; }

main {
  display: block; }

h1,
h2,
h3,
h4 {
  font-size: inherit; }

strong {
  font-weight: bold; }

a,
button {
  color: inherit; }

a {
  text-decoration: underline;
  color: currentColor; }
  a:hover {
    text-decoration: none; }
  a:focus {
    outline: thin dotted; }

button {
  overflow: visible;
  border: 0;
  font: inherit;
  -webkit-font-smoothing: inherit;
  letter-spacing: inherit;
  background: none;
  cursor: pointer; }

::-moz-focus-inner {
  padding: 0;
  border: 0; }

img {
  max-width: 100%;
  height: auto;
  border: 0; }

/* End Foundation Styles */
body {
  color: #39464e;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem; }
  body.t-bigw {
    font-size: 0.875rem;
    line-height: 1.25rem; }
  @media (min-width: 768px) {
    body {
      font-size: 1rem;
      line-height: 1.375rem; }
      body.t-bigw {
        font-size: 1rem;
        line-height: 1.625rem; } }

.t-bws {
  color: #3a464d;
  font-family: "AmsiPro", Helvetica, Arial, sans-serif; }

.t-dans {
  color: #343741;
  font-family: Helvetica, Arial, sans-serif; }

.t-bigw {
  color: #333333;
  font-family: "Walsheim", Helvetica, Arial, sans-serif; }

.t-bws h1,
.t-bws h2,
.t-bws h3,
.t-bws h4,
.t-bws h5,
.t-bws h6,
.t-bws .u-h1,
.t-bws .u-h2,
.t-bws .u-h3,
.t-bws .u-h4,
.t-bws .u-h5,
.t-bws .u-h6,
.t-bws .quiz__text:before,
.t-bws .store-selector__slip__base__count,
.t-bws .styled-toggle__states,
.t-bws .t-bigw .quiz__text:before,
.t-bigw .t-bws .quiz__text:before,
.t-bws .step-track__inner,
.t-bws .section-counting-header__title,
.t-bws .t-bigw .styled-toggle__states,
.t-bigw .t-bws .styled-toggle__states,
.t-bws .t-bigw .step-track__inner,
.t-bigw .t-bws .step-track__inner,
.t-bws .step-track__text,
.t-bws .infobox,
.t-bws .search-result__heading__text {
  font-family: "AmsiPro", Helvetica, Arial, sans-serif;
  font-weight: 600; }

.t-dans h1,
.t-dans h2,
.t-dans h3,
.t-dans h4,
.t-dans h5,
.t-dans h6,
.t-dans .u-h1,
.t-dans .u-h2,
.t-dans .u-h3,
.t-dans .u-h4,
.t-dans .u-h5,
.t-dans .u-h6,
.t-dans .quiz__text:before,
.t-dans .store-selector__slip__base__count,
.t-dans .styled-toggle__states,
.t-dans .t-bigw .quiz__text:before,
.t-bigw .t-dans .quiz__text:before,
.t-dans .step-track__inner,
.t-dans .section-counting-header__title,
.t-dans .t-bigw .styled-toggle__states,
.t-bigw .t-dans .styled-toggle__states,
.t-dans .t-bigw .step-track__inner,
.t-bigw .t-dans .step-track__inner,
.t-dans .step-track__text,
.t-dans .infobox,
.t-dans .search-result__heading__text {
  font-family: "Sentinel", Helvetica, Arial, sans-serif;
  font-weight: bold; }

.t-bigw h1,
.t-bigw h2,
.t-bigw h3,
.t-bigw h4,
.t-bigw h5,
.t-bigw h6,
.t-bigw .u-h1,
.t-bigw .u-h2,
.t-bigw .u-h3,
.t-bigw .u-h4,
.t-bigw .u-h5,
.t-bigw .u-h6,
.t-bigw .quiz__text:before,
.t-bigw .store-selector__slip__base__count,
.t-bigw .styled-toggle__states,
.t-bigw .quiz__text:before,
.t-bigw .step-track__inner,
.t-bigw .section-counting-header__title,
.t-bigw .styled-toggle__states,
.t-bigw .step-track__inner,
.t-bigw .step-track__text,
.t-bigw .infobox,
.t-bigw .search-result__heading__text {
  font-family: "Walsheim", Helvetica, Arial, sans-serif;
  font-weight: 600; }

p:not(:last-child) {
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 2em 0; }

h1,
h2,
h3,
h4,
h5,
h6,
.u-h1,
.u-h2,
.u-h3,
.u-h4,
.u-h5,
.u-h6,
.quiz__text:before,
.store-selector__slip__base__count,
.styled-toggle__states,
.t-bigw .quiz__text:before,
.step-track__inner,
.section-counting-header__title,
.t-bigw .styled-toggle__states,
.t-bigw .step-track__inner,
.step-track__text,
.infobox,
.search-result__heading__text {
  font-weight: 600;
  font-family: "FreshSans", Helvetica, Arial, sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 1rem; }

.u-h1-candidateInterest-error {
  font-size: 2.125rem;
  line-height: 2.375rem; }
  @media (min-width: 768px) {
    .u-h1-candidateInterest-error {
      font-size: 3.375rem;
      line-height: 3.375rem; } }

h1,
.u-h1 {
  font-size: 2.125rem;
  line-height: 2.375rem; }
  .t-bigw h1, .t-bigw
  .u-h1 {
    font-size: 2.125rem;
    line-height: 2.125rem; }
  @media (min-width: 768px) {
    h1,
    .u-h1 {
      font-size: 5rem;
      line-height: 5rem; }
      .t-dans h1, .t-dans
      .u-h1 {
        line-height: 5.25rem; }
      .t-bigw h1, .t-bigw
      .u-h1 {
        font-size: 4.375rem;
        line-height: 4.6875rem; }
      .t-woolworths h1, .t-woolworths
      .u-h1 {
        font-size: 4.375rem;
        line-height: 4.6875rem; }
      .t-bws h1, .t-bws
      .u-h1 {
        font-size: 4.375rem;
        line-height: 4.6875rem; } }

h2,
.u-h2,
.quiz__text:before,
.store-selector__slip__base__count {
  font-size: 1.5rem;
  line-height: 1.75rem; }
  .t-bigw h2, .t-bigw
  .u-h2,
  .t-bigw .quiz__text:before,
  .t-bigw .store-selector__slip__base__count {
    font-size: 1.625rem;
    line-height: 1.375rem; }
  @media (min-width: 768px) {
    h2,
    .u-h2,
    .quiz__text:before,
    .store-selector__slip__base__count {
      font-size: 2.125rem;
      line-height: 2.375rem; }
      .t-bigw h2, .t-bigw
      .u-h2,
      .t-bigw .quiz__text:before,
      .t-bigw .store-selector__slip__base__count {
        font-size: 3.5rem;
        line-height: 2.9375rem; } }

h3,
.u-h3,
.styled-toggle__states,
.t-bigw .quiz__text:before,
.step-track__inner,
.section-counting-header__title {
  font-size: 1rem;
  line-height: 1.125rem; }
  .t-bigw h3, .t-bigw
  .u-h3,
  .t-bigw .styled-toggle__states,
  .t-bigw .quiz__text:before,
  .t-bigw .step-track__inner,
  .t-bigw .section-counting-header__title {
    font-size: 1.5rem;
    line-height: 1.875rem; }
  @media (min-width: 768px) {
    h3,
    .u-h3,
    .styled-toggle__states,
    .t-bigw .quiz__text:before,
    .step-track__inner,
    .section-counting-header__title {
      font-size: 1.5rem;
      line-height: 1.75rem; }
      .t-bigw h3, .t-bigw
      .u-h3,
      .t-bigw .styled-toggle__states,
      .t-bigw .quiz__text:before,
      .t-bigw .step-track__inner,
      .t-bigw .section-counting-header__title {
        font-size: 2rem;
        line-height: 2.625rem; } }

h4,
.u-h4,
.t-bigw .styled-toggle__states,
.t-bigw .step-track__inner,
.step-track__text,
.infobox,
.search-result__heading__text {
  font-size: 0.875rem;
  line-height: 1.125rem; }
  .t-bigw h4, .t-bigw
  .u-h4,
  .t-bigw .styled-toggle__states,
  .t-bigw .step-track__inner,
  .t-bigw .step-track__text,
  .t-bigw .infobox,
  .t-bigw .search-result__heading__text {
    font-size: 1.25rem;
    line-height: 1.75rem; }
  @media (min-width: 768px) {
    h4,
    .u-h4,
    .t-bigw .styled-toggle__states,
    .t-bigw .step-track__inner,
    .step-track__text,
    .infobox,
    .search-result__heading__text {
      font-size: 1rem;
      line-height: 1.125rem; }
      .t-bigw h4, .t-bigw
      .u-h4,
      .t-bigw .styled-toggle__states,
      .t-bigw .step-track__inner,
      .t-bigw .step-track__text,
      .t-bigw .infobox,
      .t-bigw .search-result__heading__text {
        font-size: 1.5rem;
        line-height: 2rem; } }

.u-featured-copy,
.candidate-search-layout__label,
.benchmark-bar__divisions__benchmark::after,
.tab-select__link {
  font-family: "FreshSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem; }
  .t-bws .u-featured-copy, .t-bws .candidate-search-layout__label, .t-bws .benchmark-bar__divisions__benchmark::after, .t-bws .tab-select__link {
    font-family: "AmsiPro", Helvetica, Arial, sans-serif;
    font-weight: 600; }
  .t-dans .u-featured-copy, .t-dans .candidate-search-layout__label, .t-dans .benchmark-bar__divisions__benchmark::after, .t-dans .tab-select__link {
    font-family: "Sentinel", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .t-bigw .u-featured-copy, .t-bigw .candidate-search-layout__label, .t-bigw .benchmark-bar__divisions__benchmark::after, .t-bigw .tab-select__link {
    font-family: "Walsheim", Helvetica, Arial, sans-serif;
    font-weight: 300; }
  @media (min-width: 768px) {
    .u-featured-copy,
    .candidate-search-layout__label,
    .benchmark-bar__divisions__benchmark::after,
    .tab-select__link {
      font-size: 1.375rem;
      line-height: 2rem; } }

.u-font-large {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1.375rem;
  line-height: 1.75rem; }
  .t-bws .u-font-large {
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-bigw .u-font-large {
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .u-font-large {
      font-size: 1.5rem;
      line-height: 2rem; } }

.u-font-large-highlight {
  font-size: 40px; }

.u-font-medium,
.styled-input__radio--list .styled-input__radio__label,
.t-bigw .step-track__text,
.role-preference__label__text,
.to-do-list__inner__details__text,
.t-bigw .infobox,
.t-bigw .search-result__heading__text,
.application-card {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem; }
  .t-bws .u-font-medium, .t-bws .styled-input__radio--list .styled-input__radio__label, .styled-input__radio--list .t-bws .styled-input__radio__label, .t-bws .t-bigw .step-track__text, .t-bigw .t-bws .step-track__text, .t-bws .role-preference__label__text, .t-bws .to-do-list__inner__details__text, .t-bws .t-bigw .infobox, .t-bigw .t-bws .infobox, .t-bws .t-bigw .search-result__heading__text, .t-bigw .t-bws .search-result__heading__text, .t-bws .application-card {
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-bigw .u-font-medium, .t-bigw .styled-input__radio--list .styled-input__radio__label, .styled-input__radio--list .t-bigw .styled-input__radio__label, .t-bigw .step-track__text, .t-bigw .role-preference__label__text, .t-bigw .to-do-list__inner__details__text, .t-bigw .infobox, .t-bigw .search-result__heading__text, .t-bigw .application-card {
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .u-font-medium,
    .styled-input__radio--list .styled-input__radio__label,
    .t-bigw .step-track__text,
    .role-preference__label__text,
    .to-do-list__inner__details__text,
    .t-bigw .infobox,
    .t-bigw .search-result__heading__text,
    .application-card {
      font-size: 1.125rem;
      line-height: 1.5rem; } }

.u-font-medium-candidateInterest {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (min-width: 768px) {
    .u-font-medium-candidateInterest {
      font-size: 1.09375rem;
      line-height: 1.5rem; } }

.u-font-small,
.styled-input__radio__label,
.quiz__text,
.shift-picker__day,
.shift-picker__date__label,
.shift-picker__add,
.t-bigw .to-do-list__inner__details__text,
.t-bigw .application-card {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem; }
  .t-bws .u-font-small, .t-bws .styled-input__radio__label, .t-bws .quiz__text, .t-bws .shift-picker__day, .t-bws .shift-picker__date__label, .t-bws .shift-picker__add, .t-bws .t-bigw .to-do-list__inner__details__text, .t-bigw .t-bws .to-do-list__inner__details__text, .t-bws .t-bigw .application-card, .t-bigw .t-bws .application-card {
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-bigw .u-font-small, .t-bigw .styled-input__radio__label, .t-bigw .quiz__text, .t-bigw .shift-picker__day, .t-bigw .shift-picker__date__label, .t-bigw .shift-picker__add, .t-bigw .to-do-list__inner__details__text, .t-bigw .application-card {
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .u-font-small,
    .styled-input__radio__label,
    .quiz__text,
    .shift-picker__day,
    .shift-picker__date__label,
    .shift-picker__add,
    .t-bigw .to-do-list__inner__details__text,
    .t-bigw .application-card {
      font-size: 1rem;
      line-height: 1.375rem; } }

.u-font-x-small,
.styled-input__error,
.styled-input__error-contactmail,
.to-do-list__inner__details__date,
.form-add-button__help-text,
.application-card__date,
.ng-email-val,
.mailvalidationsuccess,
.ng-has-error .styled-input__error_message,
.ng-has-error-new .styled-input__error_message-new {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 0.75rem;
  line-height: 1rem; }
  .t-bws .u-font-x-small, .t-bws .styled-input__error, .t-bws .styled-input__error-contactmail, .t-bws .to-do-list__inner__details__date, .t-bws .form-add-button__help-text, .t-bws .application-card__date, .t-bws .ng-email-val, .t-bws .mailvalidationsuccess, .t-bws .ng-has-error .styled-input__error_message, .ng-has-error .t-bws .styled-input__error_message, .t-bws .ng-has-error-new .styled-input__error_message-new, .ng-has-error-new .t-bws .styled-input__error_message-new {
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-bigw .u-font-x-small, .t-bigw .styled-input__error, .t-bigw .styled-input__error-contactmail, .t-bigw .to-do-list__inner__details__date, .t-bigw .form-add-button__help-text, .t-bigw .application-card__date, .t-bigw .ng-email-val, .t-bigw .mailvalidationsuccess, .t-bigw .ng-has-error .styled-input__error_message, .ng-has-error .t-bigw .styled-input__error_message, .t-bigw .ng-has-error-new .styled-input__error_message-new, .ng-has-error-new .t-bigw .styled-input__error_message-new {
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }
  @media (min-width: 768px) {
    .u-font-x-small,
    .styled-input__error,
    .styled-input__error-contactmail,
    .to-do-list__inner__details__date,
    .form-add-button__help-text,
    .application-card__date,
    .ng-email-val,
    .mailvalidationsuccess,
    .ng-has-error .styled-input__error_message,
    .ng-has-error-new .styled-input__error_message-new {
      font-size: 0.75rem;
      line-height: 1rem; } }

.u-font-xs-small {
  font-size: 0.8rem;
  line-height: 1rem; }

.u-font-xs-small-new {
  padding-left: 1.5rem; }

.u-font-space-pad {
  display: inline-block;
  text-indent: 3.5rem; }

.styled-hr-dotted {
  position: relative;
  border: none;
  margin: 0;
  height: 4rem; }
  .styled-hr-dotted::after {
    content: "";
    position: absolute;
    bottom: 2rem;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to right, #39464e 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    height: 2px; }

.u-text-capitalize {
  text-transform: capitalize !important; }

.u-block-body {
  background: #eeeeee; }

.u-block-page {
  background: #ffffff; }

.u-block-page-invert {
  background: #39464e; }

.u-block-page-x-invert {
  background: #283035; }
  .t-bws .u-block-page-x-invert {
    background: #343741; }
  .t-dans .u-block-page-x-invert {
    background: #364318; }
  .t-bigw .u-block-page-x-invert {
    background: #01005E; }

.t-bws .u-block-page-x-dark {
  background: #eb7036; }

.t-dans .u-block-page-x-dark {
  background: #364318; }

.t-bigw .u-block-page-x-dark {
  background: #01005E; }

.u-block-brand {
  background: #008a00; }
  .t-bws .u-block-brand {
    background: #eb7036; }
  .t-dans .u-block-brand {
    background: #364318; }
  .t-bigw .u-block-brand {
    background: #243BE1; }

.u-block-brand-dark {
  background: #116b07; }
  .t-bws .u-block-brand-dark {
    background: #eb7036; }
  .t-dans .u-block-brand-dark {
    background: rgba(179, 175, 110, 0.75); }
  .t-bigw .u-block-brand-dark {
    background: #01005E; }

.u-block-brand-x-dark {
  background: #00562c; }
  .t-bws .u-block-brand-x-dark {
    background: #eb7036; }
  .t-dans .u-block-brand-x-dark {
    background: #b3af6e;
    color: #343741 !important; }
  .t-bigw .u-block-brand-x-dark {
    background: #01005E; }

.t-dans .u-block-brand-xx-dark {
  background: #dfddc2; }

.t-bigw .u-block-brand-xx-dark {
  background: #01005E; }

.t-bws .u-block-brand-xx-dark {
  background: #d26430; }

.u-block-brand-light {
  background: #004f22; }
  .t-dans .u-block-brand-light {
    background: #dfddc2; }
  .t-bigw .u-block-brand-light {
    background: rgba(36, 59, 225, 0.2); }

.t-dans .u-block-brand-x-light {
  background: #dfddc2;
  color: #343741; }

.t-bigw .u-block-brand-x-light {
  background: #8490E4; }

.u-block-brand-alt {
  background: #008a00; }
  .t-bws .u-block-brand-alt {
    background: #343741; }
  .t-dans .u-block-brand-alt {
    background: #364318; }
  .t-bigw .u-block-brand-alt {
    background: #01005E; }

.u-block-brand-alt-dark {
  background: #00562c; }
  .t-bws .u-block-brand-alt-dark {
    background: #343741; }
  .t-dans .u-block-brand-alt-dark {
    background: #364318; }
  .t-bigw .u-block-brand-alt-dark {
    background: #364318; }

.u-block-shadow {
  box-shadow: 0 1rem 3rem 0 rgba(57, 70, 78, 0.5); }

.u-text {
  color: #39464e; }

.u-text-invert {
  color: #ffffff !important; }

.u-text-faint {
  color: #bababa; }

.u-text-brand {
  color: #008a00; }
  .t-bws .u-text-brand {
    color: #eb7036; }
  .t-dans .u-text-brand {
    color: #343741; }
  .t-bigw .u-text-brand {
    color: #243BE1; }

.u-text-brand-light {
  color: #85bc40; }
  .t-bws .u-text-brand-light {
    color: #ffffff; }
  .t-bigw .u-text-brand-light {
    color: #ffffff; }

.u-text-brand-dark {
  color: #116b07; }
  .t-bws .u-text-brand-dark {
    color: #eb7036; }
  .t-dans .u-text-brand-dark {
    color: #2A3412; }
  .t-bigw .u-text-brand-dark {
    color: #01005E; }

.u-text-brand-alt-dark {
  color: #00562c; }
  .t-bws .u-text-brand-alt-dark {
    color: #eb7036; }
  .t-dans .u-text-brand-alt-dark {
    color: #2A3412; }
  .t-bigw .u-text-brand-alt-dark {
    color: #01005E; }

.u-text-brand-alt {
  color: #008a00; }
  .t-bws .u-text-brand-alt {
    color: #3a464d; }
  .t-dans .u-text-brand-alt {
    color: #364318; }
  .t-bigw .u-text-brand-alt {
    color: #333333; }

.u-text-faint-invert {
  color: rgba(255, 255, 255, 0.75); }

.u-text-center {
  text-align: center; }

.u-text-left {
  text-align: left; }

.u-text-right {
  text-align: right; }

@media (max-width: 767px) {
  .u-text-left-mobile {
    text-align: left !important; } }

.u-font-bold {
  font-weight: bold !important; }

.u-font-semi-bold {
  font-weight: 600 !important; }

.u-font-normal {
  font-weight: normal !important; }

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

.u-sr-only,
.styled-input__checkbox-input,
.styled-input__radio__input,
.styled-toggle__input,
.quiz__radio,
.role-preference__input,
.shift-picker__date__input,
.avatar-picker__input {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden; }

.u-clearfix:after,
.header__logo:after,
.header__main:after,
.accordion__body:after,
bw-typeface-brand.benchmark:after {
  content: "";
  display: table;
  clear: both; }

.u-spacer-bottom-none {
  margin-bottom: 0 !important; }

.u-pad-bottom-none {
  padding-bottom: 0 !important; }

.u-spacer-bottom-xs {
  margin-bottom: 0.75rem !important; }

.u-spacer-bottom-s {
  margin-bottom: 0.75rem !important; }
  @media (min-width: 992px) {
    .u-spacer-bottom-s {
      margin-bottom: 1.5rem !important; } }

.u-spacer-bottom-m {
  margin-bottom: 1rem !important; }
  @media (min-width: 992px) {
    .u-spacer-bottom-m {
      margin-bottom: 2.35rem !important; } }

.u-spacer-bottom-l {
  margin-bottom: 2.35rem !important; }
  @media (min-width: 992px) {
    .u-spacer-bottom-l {
      margin-bottom: 4.7rem !important; } }

.u-pad-top-xs {
  padding-top: 0.75rem !important; }
  @media (min-width: 992px) {
    .u-pad-top-xs {
      padding-top: 0.75rem !important; } }

.u-pad-top-l {
  padding-top: 2.35rem !important; }
  @media (min-width: 992px) {
    .u-pad-top-l {
      padding-top: 4.7rem !important; } }

.u-pad-top-xl {
  padding-top: 4.7rem !important; }
  @media (min-width: 992px) {
    .u-pad-top-xl {
      padding-top: 9.4rem !important; } }

.u-pad-bottom-xl {
  padding-bottom: 4.7rem !important; }
  @media (min-width: 992px) {
    .u-pad-bottom-xl {
      padding-bottom: 9.4rem !important; } }

.u-pad-bottom-l {
  padding-bottom: 2.35rem !important; }
  @media (min-width: 992px) {
    .u-pad-bottom-l {
      padding-bottom: 4.7rem !important; } }

.u-pad-bottom-m {
  padding-bottom: 1rem !important; }
  @media (min-width: 992px) {
    .u-pad-bottom-m {
      padding-bottom: 2.35rem !important; } }

@media (max-width: 991px) {
  .u-hide-md-down {
    display: none !important; } }

@media (max-width: 767px) {
  .u-hide-sm-down {
    display: none !important; } }

@media (max-width: 575px) {
  .u-hide-xs-down {
    display: none !important; } }

@media (min-width: 992px) {
  .u-hide-md-up {
    display: none !important; } }

@media (min-width: 768px) {
  .u-hide-sm-up {
    display: none !important; } }

.u-uploading-animation {
  animation: spin 2s linear infinite; }

.u-spacer-bottom-xs-contactmail-2 {
  margin-bottom: 2.5rem !important;
  margin-top: 0.5rem; }

.u-spacer-bottom-xs-contactmail-1 {
  margin-bottom: 0rem !important; }

.u-disable-scroll {
  width: 100vw;
  height: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch; }

.u-inactive {
  display: none !important; }

.u-focus {
  outline: thin dotted; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

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

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("/_assets/_global/media/ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none;
    background: transparent;
    color: transparent; }
    .slick-prev:hover:before, .slick-prev:focus:before,
    .slick-next:hover:before,
    .slick-next:focus:before {
      opacity: 1; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    font-family: "slick";
    font-size: 20px;
    line-height: 1;
    color: white;
    opacity: 0.75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    content: "←"; }
    [dir="rtl"] .slick-prev:before {
      content: "→"; }

.slick-next {
  right: -25px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }
  .slick-next:before {
    content: "→"; }
    [dir="rtl"] .slick-next:before {
      content: "←"; }

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: none;
      line-height: 0px;
      font-size: 0px;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      color: black;
      opacity: 0.75; }

/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | http://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }
  .pika-single.is-hidden {
    display: none; }
  .pika-single.is-bound {
    position: absolute;
    box-shadow: 0 5px 15px -5px rgba(0, 0, 0, 0.5); }

.pika-single {
  *zoom: 1; }
  .pika-single:before, .pika-single:after {
    content: " ";
    display: table; }
  .pika-single:after {
    clear: both; }

.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px; }

.pika-title {
  position: relative;
  text-align: center; }
  .pika-title select {
    cursor: pointer;
    position: absolute;
    z-index: 9998;
    margin: 0;
    left: 0;
    top: 5px;
    filter: alpha(opacity=0);
    opacity: 0; }

.pika-label {
  display: inline-block;
  *display: inline;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  color: #333;
  background-color: #fff; }

.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: 0.5;
  *position: absolute;
  *top: 0; }
  .pika-prev:hover,
  .pika-next:hover {
    opacity: 1; }
  .pika-prev.is-disabled,
  .pika-next.is-disabled {
    cursor: default;
    opacity: 0.2; }

.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==");
  *left: 0; }

.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=");
  *right: 0; }

.pika-select {
  display: inline-block;
  *display: inline; }

.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0; }
  .pika-table th,
  .pika-table td {
    width: 14.285714285714286%;
    padding: 0; }
  .pika-table th {
    color: #999;
    font-size: 12px;
    line-height: 25px;
    font-weight: bold;
    text-align: center; }
  .pika-table abbr {
    border-bottom: none;
    cursor: help; }

.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5; }
  .is-today .pika-button {
    color: #008a00;
    font-weight: bold; }
    .t-bws .is-today .pika-button {
      color: #eb7036; }
    .t-bigw .is-today .pika-button {
      color: #243BE1; }
  .is-selected .pika-button {
    color: #fff;
    font-weight: bold;
    background: #008a00;
    box-shadow: inset 0 1px 3px #008a00;
    border-radius: 3px; }
    .t-bws .is-selected .pika-button {
      background: #eb7036;
      box-shadow: inset 0 1px 3px #eb7036; }
    .t-bigw .is-selected .pika-button {
      background: #243BE1;
      box-shadow: inset 0 1px 3px #243BE1; }
  .is-disabled .pika-button,
  .is-outside-current-month .pika-button {
    color: #999;
    opacity: 0.3; }
  .is-disabled .pika-button {
    pointer-events: none;
    cursor: default; }
  .pika-button:hover {
    color: #fff;
    background: #bababa;
    box-shadow: none;
    border-radius: 3px; }
  .pika-button .is-selection-disabled {
    pointer-events: none;
    cursor: default; }

.pika-week {
  font-size: 11px;
  color: #999; }

.is-inrange .pika-button {
  background: #d5e9f7; }

.is-startrange .pika-button {
  color: #fff;
  background: #6cb31d;
  box-shadow: none;
  border-radius: 3px; }

.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px; }

.header {
  padding: 0;
  background-color: #ffffff;
  top: 0;
  width: 100%;
  min-height: 3.125rem;
  z-index: 5;
  position: absolute;
  transition: transform ease-in-out 0.7s;
  z-index: 25; }
  @media (min-width: 992px) {
    .header {
      min-height: 7rem; } }
  .t-bws .header {
    background-color: #343741; }

.t-bws .header--inverted {
  background-color: #ffffff; }

@media (min-width: 992px) {
  .header--inverted .header__logo {
    border-right: solid 1px #bababa; } }

.t-bws .header--inverted .header__float-right {
  color: #343741; }

.t-bws .header--inverted .header__float-right:hover {
  color: #ffffff; }

@media (max-width: 991px) {
  .t-dans .header--inverted .header__icon-link {
    color: #ffffff; } }

.is-header-fixed {
  transform: translateY(0px);
  position: fixed; }

.is-scroll-down {
  transform: translateY(-100px);
  position: fixed; }

.is-position-abs {
  top: 0;
  left: 0;
  position: absolute; }

.header__inner {
  min-height: 3.125rem;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  @media (min-width: 992px) {
    .header__inner {
      min-height: 7rem; } }
  @media (max-width: 991px) {
    .t-dans .header__inner:not(.pre-header) {
      background-color: #364318; } }
  .t-bigw .header__inner:not(.pre-header) {
    background-color: #f5f5f5; }
  .header__inner.is-mobile-menu-open .header__mobile-menu__close {
    display: block; }
  .header__inner.is-mobile-menu-open .header__mobile-menu__open {
    display: none; }
  .header__inner.is-mobile-menu-open .header__main {
    display: block;
    border-top: 1px solid #bababa;
    border-top: solid 1px #39464e;
    border-bottom: solid 1px #39464e;
    background-color: #ffffff;
    width: 100%;
    z-index: 3; }
    @media (min-width: 992px) {
      .header__inner.is-mobile-menu-open .header__main {
        border-top: none;
        border-bottom: none;
        width: auto; } }
  .header__inner.is-mobile-menu-open .header__mobile-menu {
    border-top: 1px solid #bababa;
    border-left: 1px solid #bababa;
    position: relative; }
  .header__inner.is-mobile-menu-open .header__mobile-menu::after {
    content: "";
    width: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 2; }
  .t-dans .header__inner:not(.pre-header) .header__logo {
    background-color: #364318; }

.header__logo {
  border-right: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 3.125rem; }
  @media (min-width: 992px) {
    .header__logo {
      min-height: 4.6rem;
      border-right: none; } }

.header__logo__wrapper {
  display: block;
  float: left;
  margin: 0.75rem 0.75rem 0 0.75rem;
  max-width: 7rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0rem; }
  .t-dans .header__inner:not(.pre-header) .header__logo__wrapper {
    margin-left: 0.5rem;
    height: 100%;
    max-width: 11rem;
    margin-top: 0.4rem; }
  @media (min-width: 992px) {
    .header__logo__wrapper {
      max-width: 14rem;
      margin-left: 1.875rem;
      margin-right: 1.875rem; }
      .t-dans .header__inner:not(.pre-header) .header__logo__wrapper {
        max-width: 27.4rem;
        margin-left: 0rem;
        margin-right: 1.875rem;
        height: 100%; }
      .t-bw .header__inner:not(.pre-header) .header__logo__wrapper {
        max-width: 7rem;
        margin-left: 1.875rem;
        margin-right: 1.875rem;
        height: 100%; } }

@media (min-width: 992px) {
  .header__logo__wrapper--group {
    max-width: 11.5rem; }
    .t-bigw .header__logo__wrapper--group {
      max-width: 7rem; } }

.header__main {
  position: absolute;
  top: 100%;
  left: 0;
  box-shadow: 0 0.5rem 0.5rem 0 rgba(57, 70, 78, 0.3);
  display: none;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .pre-header .header__main {
    top: 50%; }
  @media (min-width: 992px) {
    .header__main {
      position: static;
      box-shadow: none;
      display: block; } }

.header__float-right {
  float: right;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  margin-left: auto;
  text-decoration: none;
  padding: 0.6rem 1rem; }
  @media (min-width: 992px) {
    .header__float-right {
      padding: 0.6rem 1.7rem; } }
  .header__float-right:hover, .header__float-right:focus {
    background: #008a00;
    outline: 0; }
    .t-bws .header__float-right:hover, .t-bws .header__float-right:focus {
      background: #eb7036; }
    .t-dans .header__float-right:hover, .t-dans .header__float-right:focus {
      background: #364318; }
    .t-bigw .header__float-right:hover, .t-bigw .header__float-right:focus {
      background: #243BE1; }
    .header__float-right:hover .header__icon-link, .header__float-right:focus .header__icon-link {
      color: #ffffff; }

.header__logo-image {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0.5rem; }
  .t-dans .header__logo-image {
    padding: 0rem; }
    @media (min-width: 992px) {
      .t-dans .header__logo-image {
        padding: 0rem; } }
  @media (max-width: 991px) {
    .t-bigw .header__inner:not(.pre-header) .header__logo-image {
      max-width: 100%;
      height: 53px; } }
  @media (min-width: 992px) {
    .header__logo-image {
      padding: 1rem; } }

.header__navigation {
  width: 100%;
  height: 100%;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse; }
  @media (min-width: 992px) {
    .header__navigation {
      position: static;
      -ms-flex-direction: row;
          flex-direction: row;
      display: -ms-flexbox;
      display: flex; } }

.header__navigation__main {
  display: block;
  min-height: 7rem; }
  @media (min-width: 992px) {
    .header__navigation__main {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-positive: 1;
          flex-grow: 1; } }

@media (max-width: 991px) {
  .header__navigation__main .header__navigation__link {
    padding: 1.5rem; } }

.header__navigation__sub {
  display: block; }
  .header__inner:not(.pre-header) .header__navigation__sub {
    padding-right: 1.5rem;
    padding-left: 1.5rem; }
  @media (min-width: 992px) {
    .header__navigation__sub {
      display: -ms-flexbox;
      display: flex; }
      .header__inner:not(.pre-header) .header__navigation__sub {
        padding-right: 0;
        padding-left: 0; } }

.header__navigation__login {
  background-color: #d11848;
  color: white;
  vertical-align: middle;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem;
  text-decoration: none; }

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

.header__navigation__login span {
  margin-right: 1rem; }
  @media (min-width: 992px) {
    .header__navigation__login span {
      margin-right: 4rem; } }

.header__profile {
  display: block;
  text-decoration: none;
  width: 100%;
  height: 100%;
  border-left: 0; }
  @media (min-width: 992px) {
    .header__profile {
      border-left: 1px solid #bababa;
      border-left: none;
      padding: 0rem 1.5rem; } }

.header__profile__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  height: 100%; }
  .t-bigw .header__profile__wrapper {
    font-weight: bold; }

.header__navigation__link {
  padding: 0rem 1rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: none;
  font-size: 1rem;
  font-family: "FreshSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #008a00; }
  .t-bws .header--inverted .header__navigation__link {
    color: #eb7036; }
    .t-bws .header--inverted .header__navigation__link:hover {
      color: #ffffff; }
  .t-bws .header__navigation__link {
    color: #ffffff;
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-dans .header__navigation__link {
    color: #364318;
    font-family: "Sentinel", Helvetica, Arial, sans-serif;
    font-weight: normal; }
  .t-bigw .header__navigation__link {
    color: #333333;
    font-family: "Walsheim", Helvetica, Arial, sans-serif;
    font-weight: bold; }
  @media (min-width: 992px) {
    .header__navigation__link {
      padding: 0 1.75rem;
      font-size: 1.25rem;
      border-bottom: none;
      width: auto; } }
  .header__navigation__link:focus, .header__navigation__link:hover {
    background-color: #008a00;
    color: #ffffff;
    outline: 0; }
    .t-bws .header__navigation__link:focus, .t-bws .header__navigation__link:hover {
      background-color: #eb7036; }
    .t-dans .header__navigation__link:focus, .t-dans .header__navigation__link:hover {
      background-color: #364318; }
    .t-bigw .header__navigation__link:focus, .t-bigw .header__navigation__link:hover {
      background-color: #243BE1; }

.header__navigation__link--mobile {
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 992px) {
    .header__navigation__link--mobile {
      display: none; } }

.pre-header .header__navigation__link--bold {
  font-weight: bold; }

.t-bws .header__navigation__link--bold {
  font-weight: bold; }

.t-bigw .header__navigation__link--bold {
  font-weight: bold; }

.header__dropdown {
  display: block;
  box-shadow: none;
  height: 100%; }
  .header__dropdown.is-open {
    box-shadow: none;
    border-right: none; }
    .header__dropdown.is-open .header__dropdown__toggle {
      position: relative;
      background-color: #ffffff;
      border-bottom: 1px solid #bababa; }
      @media (min-width: 992px) {
        .header__dropdown.is-open .header__dropdown__toggle {
          border-bottom: none; } }
      .header__dropdown.is-open .header__dropdown__toggle:focus, .header__dropdown.is-open .header__dropdown__toggle:hover {
        outline: 0;
        background: #ffffff; }
        @media (min-width: 992px) {
          .header__dropdown.is-open .header__dropdown__toggle:focus, .header__dropdown.is-open .header__dropdown__toggle:hover {
            background: #f5f5f5; } }
        .header__dropdown.is-open .header__dropdown__toggle:focus .header__icon-link, .header__dropdown.is-open .header__dropdown__toggle:hover .header__icon-link {
          color: #39464e; }
      .header__dropdown.is-open .header__dropdown__toggle::after {
        content: "";
        width: 100%;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        top: 100%;
        left: 0; }
    .header__dropdown.is-open .header__dropdown__list {
      display: block;
      left: 0px; }
      @media (max-width: 991px) {
        .header__dropdown.is-open .header__dropdown__list {
          width: 100%; } }
    .header__dropdown.is-open .header__icon-link__icon {
      transform: rotate(180deg); }
    @media (min-width: 992px) {
      .header__dropdown.is-open {
        box-shadow: 0 0 0.75rem 0.25rem rgba(57, 70, 78, 0.3); } }
  @media (min-width: 992px) {
    .header__dropdown {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
      -ms-flex-align: center;
          align-items: center;
      border-bottom: none;
      position: relative;
      left: auto; } }

.header__icon-link__icon {
  transition: transform 0.4s ease; }

.header__dropdown__toggle {
  font-size: 1.25rem;
  font-family: "FreshSans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #39464e;
  font-weight: normal;
  font-size: 14px;
  height: 100%;
  padding: 0.75rem 1.5rem;
  width: 100%; }
  .t-bws .header__dropdown__toggle {
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-dans .header__dropdown__toggle {
    font-family: "Sentinel", Helvetica, Arial, sans-serif; }
  .t-bigw .header__dropdown__toggle {
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }
  @media (min-width: 992px) {
    .header__dropdown__toggle {
      padding: 2rem 1.75rem; } }
  .header__dropdown__toggle:focus, .header__dropdown__toggle:hover {
    background: #f5f5f5;
    outline: 0; }
    .header__dropdown__toggle:focus .header__icon-link, .header__dropdown__toggle:hover .header__icon-link {
      color: #39464e; }

.header__icon-link {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  font-size: 1.2rem;
  font-family: "FreshSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  color: #39464e; }
  .t-bws .header__icon-link {
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-dans .header__icon-link {
    font-family: "Sentinel", Helvetica, Arial, sans-serif; }
  .t-bigw .header__icon-link {
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }
  @media (max-width: 991px) {
    .header__inner:not(.pre-header) .header__icon-link .header__icon-link {
      color: #ffffff; } }
  @media (min-width: 992px) {
    .header__icon-link {
      font-size: 1.25rem; } }

.header__icon-link__title {
  text-align: left;
  margin-right: 0.5rem;
  font-size: 1rem;
  font-weight: bold; }
  @media (min-width: 992px) {
    .header__icon-link__title {
      margin-right: 1rem;
      font-size: 1.25rem; } }

.header__dropdown__list {
  display: none;
  position: absolute;
  border-top: 1px solid #39464e;
  border-bottom: 1px solid #39464e;
  margin: 0;
  padding-left: 0;
  z-index: 4; }
  @media (min-width: 992px) {
    .header__dropdown__list {
      background-color: #ffffff;
      top: calc(100% + 1px);
      left: 0;
      border-bottom: none;
      border-top: none;
      width: 286px;
      box-shadow: 0 0.75rem 0.75rem 0.25rem rgba(57, 70, 78, 0.3); } }

@media (max-width: 991px) {
  .header__dropdown__list--within-menu {
    position: relative; } }

.header__dropdown__list--narrower {
  width: 244px; }

.header__dropdown__list__item {
  list-style: none; }

.header__dropdown__list__link {
  text-decoration: none;
  display: block;
  padding: 1.5rem;
  color: #39464e;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 1rem;
  font-weight: normal;
  font-family: "FreshSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  background: #ffffff; }
  .t-bws .header__dropdown__list__link {
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-dans .header__dropdown__list__link {
    font-family: "Sentinel", Helvetica, Arial, sans-serif; }
  .t-bigw .header__dropdown__list__link {
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }
  @media (min-width: 992px) {
    .header__dropdown__list__link {
      padding: 2rem;
      background: none; } }
  .header__dropdown__list__link:focus, .header__dropdown__list__link:hover {
    background-color: #008a00;
    background-color: #f5f5f5;
    color: #39464e;
    outline: 0; }
    .header__dropdown__list__link:focus .header__dropdown__list__link__progression, .header__dropdown__list__link:hover .header__dropdown__list__link__progression {
      border: 1px solid #ffffff; }
    .header__dropdown__list__link:focus .header__dropdown__list__link__progression__one, .header__dropdown__list__link:hover .header__dropdown__list__link__progression__one {
      border-color: #008a00;
      background-color: #eeeeee; }
      .t-bws .header__dropdown__list__link:focus .header__dropdown__list__link__progression__one, .t-bws .header__dropdown__list__link:hover .header__dropdown__list__link__progression__one {
        border-color: #eb7036; }
      .t-bigw .header__dropdown__list__link:focus .header__dropdown__list__link__progression__one, .t-bigw .header__dropdown__list__link:hover .header__dropdown__list__link__progression__one {
        border-color: #243BE1; }
    .header__dropdown__list__link:focus .header__dropdown__list__link__progression__two, .header__dropdown__list__link:hover .header__dropdown__list__link__progression__two {
      border-color: #008a00;
      background-color: #eeeeee; }
      .t-bws .header__dropdown__list__link:focus .header__dropdown__list__link__progression__two, .t-bws .header__dropdown__list__link:hover .header__dropdown__list__link__progression__two {
        border-color: #eb7036; }
      .t-bigw .header__dropdown__list__link:focus .header__dropdown__list__link__progression__two, .t-bigw .header__dropdown__list__link:hover .header__dropdown__list__link__progression__two {
        border-color: #243BE1; }
    .header__dropdown__list__link:focus .header__dropdown__list__link__progression__three, .header__dropdown__list__link:hover .header__dropdown__list__link__progression__three {
      border-color: #008a00;
      background-color: #eeeeee; }
      .t-bws .header__dropdown__list__link:focus .header__dropdown__list__link__progression__three, .t-bws .header__dropdown__list__link:hover .header__dropdown__list__link__progression__three {
        border-color: #eb7036; }
      .t-bigw .header__dropdown__list__link:focus .header__dropdown__list__link__progression__three, .t-bigw .header__dropdown__list__link:hover .header__dropdown__list__link__progression__three {
        border-color: #243BE1; }

.header__dropdown__list__link img {
  margin-right: 0.5rem;
  max-width: 40px;
  width: 40px;
  position: relative;
  top: 50%; }

.header__dropdown__list__link svg {
  padding-left: 0.5rem; }

.header__dropdown__list__link--progress {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center; }

.header__dropdown__list__link__progression {
  width: 68px;
  height: 12px;
  display: inline-block;
  border: 1px solid #008a00;
  border-radius: 999rem;
  position: relative; }
  .t-bws .header__dropdown__list__link__progression {
    border: 1px solid #eb7036; }
  .t-dans .header__dropdown__list__link__progression {
    border: 1px solid #364318; }
  .t-bigw .header__dropdown__list__link__progression {
    border: 1px solid #333333; }
  .header__dropdown__list__link__progression.is-one .header__dropdown__list__link__progression__one {
    display: block; }
  .header__dropdown__list__link__progression.is-two .header__dropdown__list__link__progression__one {
    display: block; }
  .header__dropdown__list__link__progression.is-two .header__dropdown__list__link__progression__two {
    display: block; }
  .header__dropdown__list__link__progression.is-three .header__dropdown__list__link__progression__one {
    display: block; }
  .header__dropdown__list__link__progression.is-three .header__dropdown__list__link__progression__two {
    display: block; }
  .header__dropdown__list__link__progression.is-three .header__dropdown__list__link__progression__three {
    display: block; }

.header__dropdown__list__link__progression__one {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33333%;
  height: 100%;
  border-top-left-radius: 999rem;
  border-bottom-left-radius: 999rem;
  border: 1px solid #ffffff;
  background-color: #008a00; }
  .t-bws .header__dropdown__list__link__progression__one {
    background-color: #eb7036; }
  .t-dans .header__dropdown__list__link__progression__one {
    background-color: #364318; }
  .t-bigw .header__dropdown__list__link__progression__one {
    background-color: #243BE1; }

.header__dropdown__list__link__progression__two {
  display: none;
  position: absolute;
  top: 0;
  left: 33.33333%;
  width: 33.33333%;
  height: 100%;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  background-color: #008a00; }
  .t-bws .header__dropdown__list__link__progression__two {
    background-color: #eb7036; }
  .t-dans .header__dropdown__list__link__progression__two {
    background-color: #364318; }
  .t-bigw .header__dropdown__list__link__progression__two {
    background-color: #243BE1; }

.header__dropdown__list__link__progression__three {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 33.33333%;
  height: 100%;
  border-top-right-radius: 999rem;
  border-bottom-right-radius: 999rem;
  border: 1px solid #ffffff;
  background-color: #008a00; }
  .t-bws .header__dropdown__list__link__progression__three {
    background-color: #eb7036; }
  .t-dans .header__dropdown__list__link__progression__three {
    background-color: #364318; }
  .t-bigw .header__dropdown__list__link__progression__three {
    background-color: #243BE1; }

.header__profile__details {
  margin-right: 1rem; }
  .t-bigw .header__profile__details > * {
    font-weight: bold; }

.header__profile__details__link {
  color: #008a00;
  text-decoration: none;
  display: none; }
  .t-bws .header__profile__details__link {
    color: #eb7036; }
  .t-dans .header__profile__details__link {
    color: #364318; }
  .t-bigw .header__profile__details__link {
    color: #333333; }
  @media (min-width: 992px) {
    .header__profile__details__link {
      display: block; } }
  .header__profile__details__link:focus, .header__profile__details__link:hover {
    text-decoration: underline;
    outline: 0; }

.header__mobile-menu {
  padding: 0.75rem 0.45rem;
  background-color: #d11848;
  color: #ffffff;
  font-size: 1.25rem;
  display: block;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  -ms-flex-order: 3;
      order: 3;
  border-left: solid 1px #ffffff; }
  @media (min-width: 992px) {
    .header__mobile-menu {
      display: none;
      padding: 0.75rem 0.5rem 0.45rem; } }

.header__mobile-menu__open {
  display: block; }

.header__mobile-menu__close {
  display: none; }

.header__profile__details__img {
  border-radius: 50%;
  cursor: pointer; }

.header__navigation__main--login {
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .t-dans .header__navigation__main--login {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .t-dans .header__navigation__main--login .header__navigation__link:last-child {
    margin-left: auto; }
  .t-bigw .header__navigation__main--login {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .t-bigw .header__navigation__main--login .header__navigation__link:last-child {
    margin-left: auto; }

.header__navigation__link__icon.header__navigation__link__icon-login {
  display: none; }
  @media (min-width: 992px) {
    .header__navigation__link__icon.header__navigation__link__icon-login {
      margin-left: 0.75rem;
      font-size: 1.5rem;
      display: block; } }

.pre-header {
  background-color: #ffffff; }
  @media (min-width: 992px) {
    .pre-header {
      min-height: 4.6rem; } }

.pre-header .header__icon-link__title {
  font-weight: normal;
  font-size: 1rem; }

.pre-header .header__navigation__link {
  font-weight: normal;
  font-size: 1rem;
  color: #39464e;
  -ms-flex-positive: 1;
      flex-grow: 1;
  background-color: #ffffff; }
  .pre-header .header__navigation__link:hover, .pre-header .header__navigation__link:focus {
    background-color: #f5f5f5; }
  @media (min-width: 992px) {
    .pre-header .header__navigation__link {
      -ms-flex-positive: 0;
          flex-grow: 0; } }

.pre-header .header__navigation__sub .header__dropdown__toggle {
  padding-top: 0px;
  padding-bottom: 0px;
  text-align: left; }

.pre-header .header__dropdown__toggle {
  padding: 1.5rem;
  text-align: left; }

.pre-header .header__navigation__main {
  min-height: 0px; }

.header__profile__notifications {
  background-color: #d11848;
  color: white;
  font-size: 11px;
  font-weight: bold;
  border-radius: 50px;
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  right: -7px;
  top: -2px; }

.header__notification-box {
  width: 100%;
  background-color: #f5f5f5;
  position: absolute;
  top: 50px;
  left: 0px;
  padding: 1rem;
  z-index: 3;
  border-top: solid 1px #39464e;
  border-bottom: solid 1px #39464e; }
  @media (min-width: 992px) {
    .header__notification-box {
      width: 340px;
      top: 85px;
      right: 10px;
      left: auto;
      border: none; } }

.header__notification-box__title {
  text-align: center;
  border-bottom: solid 2px #bababa;
  padding: 0rem 0rem 1rem 0rem;
  font-weight: bold;
  margin-bottom: 1.5rem; }

.header__notification-box__notification {
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-bottom: 1.5rem; }

.header__notification-box__notification p {
  -ms-flex-positive: 0;
      flex-grow: 0;
  -ms-flex-negative: 1;
      flex-shrink: 1; }

.header__notification-box__notification:hover {
  text-decoration: underline; }

.header__notification-box__notification img {
  margin-right: 0.75rem;
  width: 30px;
  min-width: 30px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  margin-top: 0.45rem; }

.header__profile__user {
  padding-right: 0rem;
  height: 100%;
  -ms-flex-order: 2;
      order: 2; }
  @media (min-width: 992px) {
    .header__profile__user {
      -ms-flex-order: 0;
          order: 0;
      padding-right: 1rem; } }

.header__profile__icon {
  width: 40px;
  height: 40px;
  fill: currentColor;
  display: inline;
  vertical-align: middle; }

.header__notification-icon__container {
  position: relative;
  height: 40px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
  padding: 0; }
  .header__notification-icon__container .header__profile__notifications {
    display: block !important; }
  .header__notification-icon__container.is-open .header__profile__notifications {
    display: none !important; }
  .header__notification-icon__container:not(.is-open) .header__notification-box__close {
    display: none; }
  .header__notification-icon__container:not(.is-open) + .header__notification-box {
    display: none; }

.header__notification-box__close {
  background-color: #39464e;
  color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 25px;
  font-size: 16px;
  padding-top: 8px;
  position: absolute;
  cursor: pointer; }
  @media (min-width: 992px) {
    .header__notification-box__close {
      padding-top: 7px; } }

.header__notification-box__triangle {
  width: 50px;
  height: 50px;
  background-color: #f5f5f5;
  position: absolute;
  transform: rotate(45deg);
  top: -10px;
  right: 10px; }

.header__notification-box__bell {
  height: 40px;
  width: 40px; }
  .header__notification-box__bell svg {
    width: 32px;
    height: 32px;
    margin-top: 4px; }

.footer {
  background-color: #f5f5f5;
  color: #464646;
  font-size: 18px;
  font-size: 1.125rem;
  font-family: "Whitney", Helvetica, Arial, sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding: 20px 20px 50px 20px;
  padding: 1.25rem 1.25rem 3.125rem 1.25rem;
  overflow: hidden;
  width: 100%;
  font-weight: normal; }
  @media (max-width: 991px) {
    .footer {
      font-size: 1rem; } }
  .t-bws .footer {
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-dans .footer {
    font-family: "Sentinel", Helvetica, Arial, sans-serif;
    line-height: 1.5; }
  .t-bigw .footer {
    font-family: "Walsheim", Helvetica, Arial, sans-serif;
    line-height: 1.5; }
  .t-dans--tear .footer {
    padding: 4.25rem 1.25rem 3.125rem 1.25rem; }
  .t-dans--space-reduced-footer .footer {
    padding: 1.25rem 1.25rem 3.125rem 1.25rem; }
  .footer a {
    color: #d31145; }

@media (min-width: 992px) {
  .footer {
    padding: 50px 30px 70px 30px;
    padding: 3.125rem 1.875rem 4.375rem 1.875rem; }
    .t-dans .footer {
      line-height: inherit; }
    .t-dans--tear .footer {
      padding: 8.125rem 1.875rem 4.375rem 1.875rem; }
    .t-dans--space-reduced-footer .footer {
      padding: 3.125rem 1.875rem 4.375rem 1.875rem; } }

.footer__copyright {
  color: #000;
  font-family: "Whitney", Helvetica, Arial, sans-serif, "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  font-weight: bold; }
  .t-bws .footer__copyright {
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-dans .footer__copyright {
    font-family: "Sentinel", Helvetica, Arial, sans-serif; }
  .t-bigw .footer__copyright {
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }

@media (min-width: 992px) {
  .footer__copyright {
    width: auto;
    float: left; } }

@media (min-width: 1200px) {
  .footer__copyright span {
    display: block; } }

@media (min-width: 1440px) {
  .footer__copyright span {
    display: inline; } }

.footer__nav {
  width: 100%;
  clear: both; }

@media (min-width: 992px) {
  .footer__nav {
    width: auto;
    float: left; } }

@media (min-width: 1200px) {
  .footer__nav {
    clear: none;
    float: right;
    width: 725px;
    width: 45.3125rem; }
    .t-dans .footer__nav {
      width: 42.3125rem; } }

@media (min-width: 1500px) {
  .footer__nav {
    width: 900px;
    width: 56.25rem; } }

@media (min-width: 1920px) {
  .footer__nav {
    width: 1200px;
    width: 75rem; } }

.footer__nav-list,
.footer__nav-list--secondary,
.footer__nav-list--secondary--largest {
  position: relative;
  width: 50%;
  float: left;
  padding-left: 0px; }

.footer__nav-list--secondary--largest {
  display: none; }

@media (min-width: 992px) {
  .footer__nav-list,
  .footer__nav-list--secondary,
  .footer__nav-list--secondary--largest {
    width: auto;
    position: static;
    margin-bottom: 10px;
    margin-bottom: 0.625rem; }
  .t-dans .footer__nav-list--secondary--largest {
    margin-top: 2em; }
  .t-bigw .footer__nav-list--secondary--largest {
    margin-top: 2em; } }

@media (min-width: 1200px) {
  .footer__nav-list,
  .footer__nav-list--secondary,
  .footer__nav-list--secondary--largest {
    float: right; }
  .t-dans .footer__nav-list--secondary--largest {
    margin-top: 2em; }
  .t-bigw .footer__nav-list--secondary--largest {
    margin-top: 2em; } }

.t-dans .footer__nav-list {
  margin-top: 0; }

.t-bigw .footer__nav-list {
  margin-top: 0; }

.footer__nav-list a,
.footer__nav-list--secondary a,
.footer__nav-list--secondary--largest a {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  padding: 0.625rem 0; }

.footer__nav-list a:hover,
.footer__nav-list--secondary a:hover,
.footer__nav-list--secondary--largest a:hover {
  color: #be1741; }

@media (min-width: 992px) {
  .footer__nav-list a,
  .footer__nav-list--secondary a,
  .footer__nav-list--secondary--largest a {
    padding: 0; } }

.footer__nav-list--secondary,
.footer__nav-list--secondary--largest {
  padding-top: 41px;
  padding-top: 2.5625rem; }
  .t-dans .footer__nav-list--secondary, .t-dans
  .footer__nav-list--secondary--largest {
    padding-top: 0; }
  .t-bigw .footer__nav-list--secondary, .t-bigw
  .footer__nav-list--secondary--largest {
    padding-top: 0; }

@media (min-width: 992px) {
  .footer__nav-list--secondary,
  .footer__nav-list--secondary--largest {
    padding-top: 0; } }

@media (min-width: 1500px) {
  .footer__nav-list--secondary,
  .footer__nav-list--secondary--largest {
    display: none; } }

.footer__nav-list--secondary a,
.footer__nav-list--secondary--largest a {
  color: #464646; }

.footer__nav-list--secondary a:hover,
.footer__nav-list--secondary--largest a:hover {
  color: #000; }

@media (min-width: 1500px) {
  .footer__nav-list--secondary--largest {
    display: block;
    border-left: 1px solid #ababab;
    border-left: 0.0625rem solid #ababab;
    margin-left: 30px;
    margin-left: 1.875rem; }
    .t-dans .footer__nav-list--secondary--largest {
      margin-top: 2em; }
    .t-bigw .footer__nav-list--secondary--largest {
      margin-top: 2em; } }

.footer__nav-item {
  width: 100%;
  display: inline-block; }

@media (min-width: 992px) {
  .footer__nav-item {
    width: auto;
    padding-right: 30px;
    padding-right: 1.875rem; } }

@media (min-width: 1200px) {
  .footer__nav-item {
    padding-right: 0;
    padding-left: 30px;
    padding-left: 1.875rem; } }

.footer__contact {
  clear: both; }

@media (min-width: 992px) {
  .footer__contact {
    max-width: 500px;
    max-width: 31.25rem; } }

.footer__contact-address {
  padding-top: 30px;
  padding-top: 1.875rem; }
  .t-dans .footer__contact-address {
    line-height: 1.5; }
  .t-bigw .footer__contact-address {
    line-height: 1.5; }

@media (min-width: 460px) {
  .footer__contact-address {
    width: 50%;
    float: left; } }

.footer__award {
  display: none;
  padding-top: 30px;
  padding-top: 1.875rem;
  float: right; }

@media (min-width: 992px) {
  .footer__award {
    display: block; } }

.icon,
.infobox__checked,
.store-selector__list__toggle__icon,
.store-selector__slip__card__icon,
.store-selector__slip__card__close__icon {
  fill: currentColor;
  width: 1.25em;
  height: 1.25em;
  display: inline;
  vertical-align: middle; }

.icon-resume-download {
  fill: currentColor;
  width: 1.25em;
  height: 0.7em;
  display: inline;
  vertical-align: middle; }

.icon--large {
  width: 2.25em;
  height: 2.25em; }

.icon--x-large {
  width: 3em;
  height: 3em; }

.icon--xx-large {
  width: 4em;
  height: 4em; }

.icon--small {
  width: 0.85em;
  height: 0.85em; }

.icon-link {
  text-decoration: none; }
  .t-dans .icon-link {
    vertical-align: middle; }

.icon-link__inner {
  text-decoration: underline; }
  a:hover .icon-link__inner {
    text-decoration: none; }

.button {
  color: #39464e;
  text-decoration: none;
  font-family: "FreshSans", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-radius: 999rem;
  background: #ffffff;
  line-height: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 1.25rem;
  padding: 16px 1.75rem;
  width: 100%;
  border: 2px solid #ffffff; }
  .t-bws .button {
    text-transform: uppercase;
    color: #ffffff;
    background-color: #343741;
    border-color: #343741;
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-dans .button {
    text-transform: inherit;
    color: #364318;
    background-color: #ffffff;
    border-color: #ffffff;
    font-family: Helvetica, Arial, sans-serif; }
  .t-bigw .button {
    text-transform: inherit;
    color: #243BE1;
    background-color: #ffffff;
    border-color: #ffffff;
    font-weight: bold;
    font-family: "Walsheim", Helvetica, Arial, sans-serif;
    line-height: 1.375rem;
    font-size: 1rem; }
  @media (min-width: 768px) {
    .button {
      width: auto; }
      .t-bigw .button {
        line-height: 1.75rem;
        font-size: 1.25rem; } }
  .button:hover, .button:focus {
    background: #eeeeee;
    border: 2px solid #eeeeee; }
    .t-bws .button:hover, .t-bws .button:focus {
      background-color: #3a464d;
      border-color: #3a464d; }
    .t-dans .button:hover, .t-dans .button:focus {
      background-color: #eeeeee;
      border-color: #eeeeee;
      color: #364318; }
    .t-bigw .button:hover, .t-bigw .button:focus {
      background-color: #eeeeee;
      border-color: #eeeeee;
      color: #01005E; }
  .button:focus {
    outline: 0; }
  .button:not(:last-child) {
    margin-bottom: 1em; }

button.button {
  display: inline-block; }
  button.button > .button__inner {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center; }

.button.is-active .button__inner--inactive-content {
  display: none; }

.button:not(.is-active) .button__inner--active-content {
  display: none; }

@media (max-width: 767px) {
  button.button--mobile-block, a.button--mobile-block {
    width: auto;
    margin: auto; } }

.button--small {
  font-size: 0.875rem;
  min-height: 2.6em;
  padding: 0.5rem 1.2rem;
  width: auto; }
  .t-bigw .button--small {
    font-size: 0.875rem;
    min-height: 2.6em;
    padding: 0.5rem 1.2rem;
    width: auto; }

.t-bigw .button--small-full-width {
  font-size: 0.875rem;
  min-height: 2.6em;
  padding: 0.5rem 1.2rem;
  width: 100%; }

@media (max-width: 767px) {
  .t-bigw .button--mobile-small {
    font-size: 0.875rem;
    min-height: 2.6em;
    padding: 0.5rem 1.2rem;
    width: auto; } }

button.button:disabled,
.button.is-disabled {
  pointer-events: none;
  opacity: 0.2; }

.button--ghost {
  background: transparent;
  color: #ffffff;
  border: 2px solid currentColor; }
  .button--ghost:hover, .button--ghost:focus {
    color: #eeeeee;
    background: transparent;
    border: 2px solid currentColor; }
  .button--ghost:focus {
    outline: 0; }
  .t-bws .button--ghost {
    color: #eb7036;
    border: 2px solid currentColor; }
    .t-bws .button--ghost:hover, .t-bws .button--ghost:focus {
      color: #eb7036;
      background: transparent;
      border: 2px solid currentColor; }
  .t-dans .button--ghost {
    color: #ffffff;
    border: 2px solid currentColor;
    background: transparent; }
    .t-dans .button--ghost:hover, .t-dans .button--ghost:focus {
      color: #bababa;
      background: transparent;
      border: 2px solid #bababa; }
  .t-bigw .button--ghost {
    color: #ffffff;
    border: 2px solid currentColor;
    background: transparent; }
    .t-bigw .button--ghost:hover, .t-bigw .button--ghost:focus {
      color: #bababa;
      background: transparent;
      border: 2px solid #bababa; }

.button--secondary {
  color: #ffffff;
  background: #008a00;
  border: 2px solid #008a00; }
  .t-bws .button--secondary {
    background: #eb7036;
    border: 2px solid #eb7036; }
  .t-dans .button--secondary {
    background: #364318;
    border: 2px solid #364318;
    color: #ffffff; }
  .t-bigw .button--secondary {
    background: #243BE1;
    border: 2px solid #243BE1;
    color: #ffffff; }
  .button--secondary:hover, .button--secondary:focus {
    background: #116b07;
    border: 2px solid #116b07; }
    .t-bws .button--secondary:hover, .t-bws .button--secondary:focus {
      background: #eb7036;
      border: 2px solid #eb7036; }
    .t-dans .button--secondary:hover, .t-dans .button--secondary:focus {
      background: #2A3412;
      border: 2px solid #2A3412;
      color: #ffffff; }
    .t-bigw .button--secondary:hover, .t-bigw .button--secondary:focus {
      background: #01005E;
      border: 2px solid #01005E;
      color: #ffffff; }
  .button--secondary:focus {
    outline: 0; }

.button--alt {
  color: #39464e;
  background: #ffffff;
  border: 2px solid #ffffff; }
  .t-bws .button--alt {
    background: #eb7036;
    border: 2px solid #eb7036; }
  .t-dans .button--alt {
    color: #364318;
    background: #ffffff;
    border: 0px solid #ffffff; }
  .t-bigw .button--alt {
    color: #ffffff;
    background: #243BE1;
    border: 0px solid #243BE1; }
  .button--alt:hover, .button--alt:focus {
    background: #eeeeee;
    border: 2px solid #eeeeee; }
    .t-bws .button--alt:hover, .t-bws .button--alt:focus {
      background: #eb7036;
      border: 2px solid #eb7036; }
    .t-dans .button--alt:hover, .t-dans .button--alt:focus {
      color: #364318;
      background: #eeeeee;
      border: 0px solid #eeeeee; }
    .t-bigw .button--alt:hover, .t-bigw .button--alt:focus {
      color: #bababa;
      background: #eeeeee;
      border: 0px solid #eeeeee; }
  .button--alt:focus {
    outline: 0; }

.button--brand-alt {
  color: #ffffff;
  background: #008a00;
  border: 2px solid #008a00; }
  .t-bws .button--brand-alt {
    background: #343741;
    border: 2px solid #343741; }
  .t-dans .button--brand-alt {
    background: #ffffff;
    border: 2px solid #ffffff; }
  .t-bigw .button--brand-alt {
    color: #ffffff;
    background: #ffffff;
    border: 2px solid #ffffff; }
  .button--brand-alt:hover, .button--brand-alt:focus {
    background: #116b07;
    border: 2px solid #116b07; }
    .t-bws .button--brand-alt:hover, .t-bws .button--brand-alt:focus {
      background: #3a464d;
      border: 2px solid #3a464d; }
    .t-dans .button--brand-alt:hover, .t-dans .button--brand-alt:focus {
      background: #eeeeee;
      border: 2px solid #eeeeee; }
    .t-bigw .button--brand-alt:hover, .t-bigw .button--brand-alt:focus {
      background: #01005E;
      border: 2px solid #01005E; }
  .button--brand-alt:focus {
    outline: 0; }

.button--secondary-ghost {
  background: transparent;
  color: #008a00;
  border: 2px solid currentColor; }
  .t-bws .button--secondary-ghost {
    background: #ffffff;
    color: #eb7036;
    border-color: #eb7036; }
  .t-dans .button--secondary-ghost {
    background: transparent;
    color: #364318;
    border-color: #364318; }
  .t-bigw .button--secondary-ghost {
    background: transparent;
    color: #243BE1;
    border-color: #243BE1; }
  .button--secondary-ghost:hover, .button--secondary-ghost:focus {
    color: #116b07;
    background: transparent;
    border: 2px solid currentColor; }
    .t-bws .button--secondary-ghost:hover, .t-bws .button--secondary-ghost:focus {
      background: #eeeeee;
      color: #eb7036;
      border-color: #eb7036; }
    .t-dans .button--secondary-ghost:hover, .t-dans .button--secondary-ghost:focus {
      background: #f5f5f5;
      color: #364318;
      border-color: #364318; }
    .t-bigw .button--secondary-ghost:hover, .t-bigw .button--secondary-ghost:focus {
      background: transparent;
      color: #01005E;
      border-color: #01005E; }
  .button--secondary-ghost:focus {
    outline: 0; }

.button--secondary-ghost-dark {
  background: transparent;
  color: #008a00;
  border-color: #008a00; }
  .t-bws .button--secondary-ghost-dark {
    background: transparent;
    color: #3a464d;
    border-color: #3a464d; }
  .t-dans .button--secondary-ghost-dark {
    background: transparent;
    color: #364318;
    border-color: #364318; }
  .t-bigw .button--secondary-ghost-dark {
    background: transparent;
    color: #243BE1;
    border-color: #243BE1; }
  .t-dans .button--secondary-ghost-dark:hover {
    background: #f5f5f5;
    border-color: #364318; }
  .t-bigw .button--secondary-ghost-dark:hover {
    background: transparent;
    color: #01005E;
    border-color: #01005E; }

.button--tertiary {
  color: #ffffff;
  background: #39464e;
  border: 2px solid #39464e; }
  .button--tertiary:hover {
    background: #283035;
    border: 2px solid #283035; }
  .button--tertiary:focus {
    outline: 0; }

.button--tertiary-ghost {
  background: transparent;
  color: #39464e;
  border: 2px solid currentColor; }
  .button--tertiary-ghost:hover, .button--tertiary-ghost:focus {
    color: #283035;
    background: transparent;
    border: 2px solid currentColor; }
  .button--tertiary-ghost:focus {
    outline: 0; }

.button--text {
  background-color: transparent !important;
  color: inherit;
  border-radius: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  padding: 1rem; }
  .button--text:hover, .button--text:focus {
    background: transparent;
    border: 0; }
  .button--text:focus {
    outline: 0; }
  .button--text:not(:last-child) {
    margin-bottom: 0; }

.button--dark-text {
  background-color: transparent !important;
  color: #39464e;
  border-radius: 0;
  border: 0;
  font-size: inherit;
  font-family: inherit;
  font-weight: bold;
  padding: 1rem; }
  .t-bws .button--dark-text {
    color: #3a464d; }
  .t-dans .button--dark-text {
    color: #364318; }
  .t-bigw .button--dark-text {
    color: #333333; }
  .button--dark-text:hover, .button--dark-text:focus {
    background: transparent;
    border: 0; }
  .button--dark-text:focus {
    outline: 0; }
  .button--dark-text:not(:last-child) {
    margin-bottom: 0; }

.button--modal {
  width: auto;
  margin: 0rem;
  margin-right: 0.5rem;
  padding: 0.4rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 16rem; }
  @media (min-width: 39rem) {
    .button--modal {
      margin-right: 1.5rem;
      width: 50%; } }
  @media (min-width: 768px) {
    .button--modal {
      padding: 1.2rem; } }
  @media (max-width: 767px) {
    .button--modal {
      max-width: 8rem; } }

.button--modal:last-of-type {
  margin-right: 0rem; }

.button--modal:not(:last-child) {
  margin-bottom: 0rem; }

.form-add-button__file-inner__button button {
  width: 100%;
  min-width: 8.5rem; }
  @media (max-width: 691px) {
    .form-add-button__file-inner__button button {
      min-width: 7rem;
      padding: 0.5rem; } }

.modal__buttons--double .button {
  width: auto;
  max-width: 60%; }

.page-panel {
  text-align: center;
  padding: 4.7rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  @media (min-width: 992px) {
    .page-panel {
      min-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; } }

@media (max-width: 991px) {
  .page-panel--supported {
    padding: 0.5em 0; } }

@media (min-width: 992px) {
  .page-panel--supported {
    -ms-flex-pack: justify;
        justify-content: space-between; } }

@media (min-width: 992px) {
  .page-panel--accomodate-header {
    min-height: calc(100vh - 7rem); } }

@media (min-width: 992px) {
  .t-dans--tear .page-panel--accomodate-header {
    min-height: calc(100vh - 7rem * 2); } }

.t-dans .page-panel--accomodate-header .page-contain {
  color: #ffffff; }

.t-dans .page-panel--accomodate-header .u-block-page-x-invert {
  background-color: #ffffff;
  color: #343741; }
  .t-dans .page-panel--accomodate-header .u-block-page-x-invert h3 {
    color: #343741 !important; }

.page-panel--tiled-bg-1 {
  background-size: auto;
  background-repeat: repeat;
  background-image: url(/_assets/_global/media/bg-tileable/plank.jpg); }
  .t-dans .page-panel--tiled-bg-1 {
    background-image: none;
    background-color: #eeeeee; }
  .t-bigw .page-panel--tiled-bg-1 {
    background-image: none;
    background-color: #ffffff; }

.page-panel--tiled-bg-2 {
  background-size: auto;
  background-repeat: repeat;
  background-image: url(/_assets/_global/media/bg-tileable/masonry.png); }
  .t-dans .page-panel--tiled-bg-2 {
    background-image: none;
    background-color: #eeeeee; }
  .t-bigw .page-panel--tiled-bg-2 {
    background-image: none;
    background-color: #ffffff; }

.page-panel--tiled-bg-3 {
  background-size: auto;
  background-repeat: repeat;
  background-image: url(/_assets/_global/media/bg-tileable/concrete.png); }
  .t-dans .page-panel--tiled-bg-3 {
    background-image: none;
    background-color: #eeeeee; }
  .t-bigw .page-panel--tiled-bg-3 {
    background-image: none;
    background-color: #ffffff; }

.page-panel--tiled-bg-4 {
  background-size: auto;
  background-repeat: repeat;
  background-image: url(/_assets/_global/media/bg-tileable/rough.png); }
  .t-dans .page-panel--tiled-bg-4 {
    background-image: none;
    background-color: #eeeeee; }
  .t-bigw .page-panel--tiled-bg-4 {
    background-image: none;
    background-color: #ffffff; }

.page-panel--tiled-bg-5 {
  background-size: auto;
  background-repeat: repeat;
  background-image: url(/_assets/_global/media/bg-tileable/bricks.jpg); }
  .t-dans .page-panel--tiled-bg-5 {
    background-image: none;
    background-color: #eeeeee; }
  .t-bigw .page-panel--tiled-bg-5 {
    background-image: none;
    background-color: #ffffff; }

.t-bigw .page-panel--tiled-bg-6 {
  background-image: url(/_assets/bigw/media/bg/concrete-2.jpg);
  background-size: cover;
  background-repeat: repeat; }

.page-panel--tiled-bg-tips {
  background-size: auto;
  background-repeat: repeat;
  background-image: url(/_assets/_global/media/bg-tileable/plank.jpg); }
  .t-dans .page-panel--tiled-bg-tips {
    background-image: none;
    background-color: #EAE5d6; }

.page-panel--stacked {
  position: relative; }
  .page-panel--stacked::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-image: linear-gradient(to right, #39464e 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 6px 2px;
    background-repeat: repeat-x;
    height: 2px; }

@media (min-width: 992px) {
  .page-panel--no-stretch {
    min-height: 0; } }

.page-panel--sm-padding {
  padding: 2.7rem 0;
  position: relative; }

.page-panel--header {
  text-align: center;
  padding: 4.7rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  @media (min-width: 992px) {
    .page-panel--header {
      min-height: 24.5rem;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; }
      .t-dans .page-panel--header {
        min-height: 21.5rem; } }

.page-panel--texture-1 {
  background-image: url(/_assets/woolworths/media/bg/texture1.jpg);
  background-size: cover; }
  .t-bws .page-panel--texture-1 {
    background-image: url(/_assets/bws/media/bg/texture1.jpg);
    background-size: cover; }
  .t-dans .page-panel--texture-1 {
    background-image: url(/_assets/dans/media/bg/texture1.jpg);
    background-position: bottom;
    position: relative;
    margin-bottom: 4rem; }
    @media (min-width: 992px) {
      .t-dans .page-panel--texture-1 {
        margin-bottom: 0rem; } }
  .t-dans.t-dans--tear .page-panel--texture-1:before {
    position: absolute;
    bottom: -123px;
    left: 0;
    background-image: url(/_assets/dans/media/bg/tear-edge.png);
    background-position: top;
    z-index: 2;
    content: '';
    width: 100%;
    height: 125px; }
  .t-bigw .page-panel--texture-1 {
    background-image: none;
    background-color: #01005E;
    position: relative; }

.page-panel--texture-2 {
  background-image: url(/_assets/woolworths/media/bg/texture2.jpg);
  background-size: cover; }
  .t-bws .page-panel--texture-2 {
    background-image: url(/_assets/bws/media/bg/texture1.jpg);
    background-size: cover; }
  .t-dans .page-panel--texture-2 {
    background-image: url(/_assets/dans/media/bg/texture1.jpg);
    background-position: bottom;
    position: relative;
    margin-bottom: 4rem; }
    @media (min-width: 992px) {
      .t-dans .page-panel--texture-2 {
        margin-bottom: 0rem; } }
  .t-dans.t-dans--tear .page-panel--texture-2:before {
    position: absolute;
    bottom: -123px;
    left: 0;
    background-image: url(/_assets/dans/media/bg/tear-edge.png);
    background-position: top;
    z-index: 2;
    content: '';
    width: 100%;
    height: 125px; }

.page-panel--texture-3 {
  background-image: url(/_assets/woolworths/media/bg/texture3.jpg);
  background-size: cover; }
  .t-bws .page-panel--texture-3 {
    background-image: url(/_assets/bws/media/bg/texture1.jpg);
    background-size: cover; }
  .t-dans .page-panel--texture-3 {
    background-image: url(/_assets/dans/media/bg/texture1.jpg);
    background-position: bottom;
    position: relative;
    margin-bottom: 4rem; }
    @media (min-width: 992px) {
      .t-dans .page-panel--texture-3 {
        margin-bottom: 0rem; } }
  .t-dans.t-dans--tear .page-panel--texture-3:before {
    position: absolute;
    bottom: -123px;
    left: 0;
    background-image: url(/_assets/dans/media/bg/tear-edge.png);
    background-position: top;
    z-index: 2;
    content: '';
    width: 100%;
    height: 125px; }

.page-panel--texture-4 {
  background-image: url(/_assets/woolworths/media/bg/texture4.jpg);
  background-size: cover; }
  .t-bws .page-panel--texture-4 {
    background-image: url(/_assets/bws/media/bg/texture1.jpg);
    background-size: cover; }
  .t-dans .page-panel--texture-4 {
    background-image: url(/_assets/dans/media/bg/texture1.jpg);
    background-position: bottom;
    position: relative;
    margin-bottom: 4rem; }
    @media (min-width: 992px) {
      .t-dans .page-panel--texture-4 {
        margin-bottom: 0rem; } }
  .t-dans.t-dans--tear .page-panel--texture-4:before {
    position: absolute;
    bottom: -123px;
    left: 0;
    background-image: url(/_assets/dans/media/bg/tear-edge.png);
    background-position: top;
    z-index: 2;
    content: '';
    width: 100%;
    height: 125px; }

.t-dans .page-panel--top-tear:before {
  position: absolute;
  height: 100px;
  top: -99px;
  background-position: bottom;
  left: 0;
  background-image: url(/_assets/dans/media/bg/tear-edge-invert.png);
  z-index: 2;
  content: '';
  width: 100%; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  /* IE10,11 specific styles go here */
  .page-panel--header {
    height: 28rem; }
  .t-dans .page-panel--header {
    height: 28rem; } }

.page-panel__top,
.page-panel__center,
.page-panel__bottom {
  width: 100%; }

.page-panel__top {
  margin-bottom: 4.7rem; }

.page-panel__bottom {
  margin-top: 4.7rem; }

.page-panel__upper-cta {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem; }

.page-contain {
  margin: 0 auto;
  max-width: 88.5rem;
  padding: 0 0.5em; }

.page-contain--no-pad {
  padding: 0; }

.decorative-contain {
  margin: 0 auto;
  max-width: 75rem; }

.content-contain {
  margin: 0 auto;
  max-width: 60.5rem;
  position: relative; }

.g-container {
  margin: 0 auto;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.t-bws .g-container__narrow-content {
  max-width: 690px;
  margin-left: auto;
  margin-right: auto; }

.g-row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .g-row > * {
    width: 100%; }

/* COM changes for Store Management lables*/
.g-row-smgm {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .g-row > * {
    width: 100%; }

.g-row--divide .g-col-md-6:first-child {
  padding-bottom: 2.7rem; }
  @media (min-width: 992px) {
    .g-row--divide .g-col-md-6:first-child {
      padding-bottom: 0; } }

.g-row--divide .g-col-md-6:last-child {
  border-top: 1px #ffffff solid;
  padding-top: 2.7rem; }
  @media (min-width: 992px) {
    .g-row--divide .g-col-md-6:last-child {
      border-top: 0;
      padding-top: 0; } }

.g-row--divide .g-col-md-6:first-child::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  border-left: 0;
  height: 100%; }
  @media (min-width: 992px) {
    .g-row--divide .g-col-md-6:first-child::before {
      border-left: 1px #ffffff solid; } }

@media (min-width: 992px) {
  .g-col-md-equalise {
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch; }
  .g-col-md-equalise__equalised {
    height: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    width: 100%; }
  .g-col-md-equalise__equalised--min {
    min-height: 41.75rem; }
  .t-dans .g-col-md-equalise__equalised--min-s {
    min-height: 29.75rem; }
  .t-bigw .g-col-md-equalise__equalised--min-s {
    min-height: 29.75rem; }
  .g-col-md-equalise__equalised__sub {
    width: 100%; }
  .g-col-md-equalise__equalised--start {
    -ms-flex-pack: start;
        justify-content: flex-start; }
  .t-dans .g-col-md-equalise__equalised .g-col-md-equalise__equalised__sub:nth-child(2) {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; }
  .t-bigw .g-col-md-equalise__equalised .g-col-md-equalise__equalised__sub:nth-child(2) {
    -ms-flex: 1 1 auto;
        flex: 1 1 auto; } }

.g-col-xs-1,
.g-col-xs-2,
.g-col-xs-3,
.g-col-xs-4,
.g-col-xs-5,
.g-col-xs-6,
.g-col-xs-7,
.g-col-xs-8,
.g-col-xs-9,
.g-col-xs-10,
.g-col-xs-11,
.g-col-xs-12,
.g-col-sm-1,
.g-col-sm-2,
.g-col-sm-3,
.g-col-sm-4,
.g-col-sm-5,
.g-col-sm-6,
.g-col-sm-7,
.g-col-sm-8,
.g-col-sm-9,
.g-col-sm-10,
.g-col-sm-11,
.g-col-sm-12,
.g-col-md-1,
.g-col-md-2,
.g-col-md-3,
.g-col-md-4,
.g-col-md-5,
.g-col-md-6,
.g-col-md-7,
.g-col-md-8,
.g-col-md-9,
.g-col-md-10,
.g-col-md-11,
.g-col-md-12,
.g-col-lg-1,
.g-col-lg-2,
.g-col-lg-3,
.g-col-lg-4,
.g-col-lg-5,
.g-col-lg-6,
.g-col-lg-7,
.g-col-lg-8,
.g-col-lg-9,
.g-col-lg-10,
.g-col-lg-11,
.g-col-lg-12,
.g-col-xl-1,
.g-col-xl-2,
.g-col-xl-3,
.g-col-xl-4,
.g-col-xl-5,
.g-col-xl-6,
.g-col-xl-7,
.g-col-xl-8,
.g-col-xl-9,
.g-col-xl-10,
.g-col-xl-11,
.g-col-xl-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

@media (min-width: 992px) {
  .g-col-md-1 {
    width: 8.33333%; }
  .g-col-md-2 {
    width: 16.66667%; }
  .g-col-md-3 {
    width: 25%; }
  .g-col-md-4 {
    width: 33.33333%; }
  .g-col-md-5 {
    width: 41.66667%; }
  .g-col-md-6 {
    width: 50%; }
  .g-col-md-7 {
    width: 58.33333%; }
  .g-col-md-8 {
    width: 66.66667%; }
  .g-col-md-9 {
    width: 75%; }
  .g-col-md-10 {
    width: 83.33333%; }
  .g-col-md-11 {
    width: 91.66667%; }
  .g-col-md-12 {
    width: 100%; } }

.binary-radio-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center; }
  @media (min-width: 768px) {
    .binary-radio-layout {
      -ms-flex-direction: row;
          flex-direction: row; } }

.binary-radio-layout__question {
  text-align: center;
  padding-bottom: 1rem;
  max-width: 100%; }
  @media (min-width: 768px) {
    .binary-radio-layout__question {
      max-width: 38.75rem;
      text-align: left;
      padding-bottom: 0; } }
  @media (min-width: 768px) {
    .t-dans .binary-radio-layout__question {
      max-width: 42rem; } }
  .t-dans .binary-radio-layout__question > h4 {
    font-size: 1rem;
    line-height: 1.125rem; }
    @media (min-width: 768px) {
      .t-dans .binary-radio-layout__question > h4 {
        font-size: 1.125rem;
        line-height: 1.125rem; } }

.binary-radio-layout__answer {
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  @media (min-width: 768px) {
    .binary-radio-layout__answer {
      padding: 0 1.5rem; } }

.media {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-direction: row;
      flex-direction: row; }

.media--column {
  -ms-flex-direction: column;
      flex-direction: column; }

.media--inline {
  display: -ms-inline-flexbox;
  display: inline-flex; }

.media__media {
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.media__content {
  text-align: left;
  padding-left: 1rem; }

.t-bigw .media__content--centre {
  text-align: center; }

@media (max-width: 767px) {
  .t-bigw .media__content--small-mobile {
    font-size: 0.75rem; } }

.styled-list {
  margin: 0;
  padding-left: 1rem; }

.styled-list > li {
  padding-bottom: 1rem; }
  .styled-list > li:last-child {
    padding-bottom: 0rem; }
  @media (min-width: 768px) {
    .styled-list > li {
      padding-bottom: 0.75rem; } }
  .t-dans .styled-list > li strong {
    font-family: "Sentinel", Helvetica, Arial, sans-serif;
    font-weight: 600;
    color: #364318; }

.bare-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 2.35rem; }

.card {
  margin-bottom: 1rem;
  padding: 2rem 1rem 2rem 1rem; }
  @media (min-width: 768px) {
    .card {
      padding: 2.75rem; } }
  @media (min-width: 992px) {
    .card {
      margin-bottom: 2.35rem; } }

.card--shadow {
  box-shadow: 0 0.25rem 0.75rem 0 rgba(57, 70, 78, 0.3); }

.card--v-center .g-col-md-4 {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.card--split {
  padding: 0; }

.card-top {
  padding: 2.75rem 2.75rem 1.75rem 2.75rem;
  border-bottom: solid 2px #f5f5f5; }

.card-bottom {
  padding: 2.75rem; }

.card--has-tooltip {
  padding-right: 5rem;
  position: relative;
  background: #ffffff; }
  .card--has-tooltip .tooltip {
    position: static;
    font-size: 1.25rem; }
  .card--has-tooltip .styled-input__tooltip {
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%); }
  .card--has-tooltip .tooltip__button:hover,
  .card--has-tooltip .tooltip__button:focus {
    background: #eeeeee; }

.card--tight {
  padding: 1rem 1rem 1rem 1rem; }
  @media (min-width: 768px) {
    .card--tight {
      padding: 2rem; } }
  @media (min-width: 992px) {
    .card--tight {
      margin-bottom: 2.35rem; } }

.card__inner-unpad {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (min-width: 768px) {
    .card__inner-unpad {
      margin-left: -2.75rem;
      margin-right: -2.75rem; } }

.card--tight .card__inner-unpad {
  margin-left: -1rem;
  margin-right: -1rem; }
  @media (min-width: 768px) {
    .card--tight .card__inner-unpad {
      margin-left: -2rem;
      margin-right: -2rem; } }

.card__inner-unpad--section {
  border-top: 1px solid #bababa;
  border-bottom: 1px solid #bababa; }

.card--highlight {
  background: #eeeeee; }
  .card--highlight p {
    text-align: left; }
  .t-bws .card--highlight {
    background: #ffffff; }
    .t-bws .card--highlight p {
      text-align: center; }

.day-breakdown {
  background: #004f22;
  color: #ffffff;
  position: relative;
  padding: 0 1.25rem; }
  .t-bws .day-breakdown {
    background: #d26430; }
  .t-dans .day-breakdown {
    background: none;
    color: #364318; }
  .t-bigw .day-breakdown {
    background: none;
    color: #ffffff; }
  .day-breakdown::before, .day-breakdown::after {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 3rem;
    pointer-events: none; }
  .day-breakdown::before {
    left: 0;
    background: linear-gradient(to right, #004f22 0%, #004f22 50%, rgba(0, 79, 34, 0) 100%); }
    .t-bws .day-breakdown::before {
      background: linear-gradient(to right, #d26430 0%, #d26430 50%, rgba(210, 100, 48, 0) 100%); }
    .t-dans .day-breakdown::before {
      background: #dfddc2; }
    .t-bigw .day-breakdown::before {
      background: linear-gradient(to right, #090F7E 0%, #090F7E 50%, rgba(9, 15, 126, 0) 100%); }
  .day-breakdown::after {
    right: 0;
    background: linear-gradient(to left, #004f22 0%, #004f22 50%, rgba(0, 79, 34, 0) 100%); }
    .t-bws .day-breakdown::after {
      background: linear-gradient(to left, #d26430 0%, #d26430 50%, rgba(210, 100, 48, 0) 100%); }
    .t-dans .day-breakdown::after {
      background: #dfddc2; }
    .t-bigw .day-breakdown::after {
      background: linear-gradient(to left, #090F7E 0%, #090F7E 50%, rgba(9, 15, 126, 0) 100%); }
  .day-breakdown ::-webkit-scrollbar {
    display: none; }

.day-breakdown__scroller-wrap {
  overflow-x: auto; }

.day-breakdown__inner {
  width: 100%;
  text-align: center;
  font-size: 0;
  line-height: 0;
  white-space: nowrap; }

.day-breakdown__inner__segment {
  font-size: 0.875rem;
  line-height: 1.125rem;
  padding: 0 1.75rem;
  box-sizing: content-box;
  display: inline-block; }
  .day-breakdown__inner__segment + .day-breakdown__inner__segment {
    border-left: 1px solid rgba(0, 138, 0, 0.5); }
    .t-bws .day-breakdown__inner__segment + .day-breakdown__inner__segment {
      border-left: 1px solid rgba(255, 255, 255, 0.5); }
    .t-dans .day-breakdown__inner__segment + .day-breakdown__inner__segment {
      border-left: 1px solid #364318; }
    .t-bigw .day-breakdown__inner__segment + .day-breakdown__inner__segment {
      border-left: 1px solid #ffffff; }

.day-breakdown__head {
  font-weight: bold; }

.candidate-search-layout {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  padding: 1rem 1.5rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(57, 70, 78, 0.3);
  position: relative;
  z-index: 1; }
  .t-dans .candidate-search-layout.candidate-search-layout--tear {
    padding-top: 3.75rem;
    margin-top: -2rem; }
  @media (min-width: 1200px) {
    .candidate-search-layout {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center; } }
  @media (min-width: 992px) {
    .t-dans .candidate-search-layout.candidate-search-layout--tear {
      padding-top: 3.85rem;
      margin-top: -0.5rem; } }

@media (max-width: 1199px) {
  .candidate-search-layout__label {
    display: none; } }

.candidate-search-layout__input {
  width: 100%; }
  @media (min-width: 1200px) {
    .candidate-search-layout__input {
      max-width: 14rem; } }

* + .candidate-search-layout__label,
* + .candidate-search-layout__input {
  margin-top: 1rem; }
  @media (min-width: 1200px) {
    * + .candidate-search-layout__label,
    * + .candidate-search-layout__input {
      margin-top: 0;
      margin-left: 1.5rem; } }

@media (max-width: 1199px) {
  .candidate-search-layout__input:first-of-type {
    margin-top: 0; } }

@media (min-width: 1200px) {
  .candidate-search-layout__input--main {
    max-width: 28rem; } }

@media (min-width: 1200px) {
  .candidate-search-layout__label--pusher {
    margin-left: auto; } }

.page-panel-contactmail {
  text-align: center;
  padding: 4rem 0;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  position: relative; }
  @media (min-width: 992px) {
    .page-panel-contactmail {
      min-height: 100vh;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
          flex-direction: column;
      -ms-flex-align: center;
          align-items: center;
      -ms-flex-pack: center;
          justify-content: center; } }

.styled-input {
  position: relative;
  margin-bottom: 1rem;
  text-align: left;
  width: 100%; }
  @media (min-width: 992px) {
    .styled-input {
      margin-bottom: 2.35rem; } }

.styled-input--inline {
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-width: 6rem;
  margin-left: 1rem;
  margin-right: 1rem; }
  .styled-input--inline .styled-input__input {
    width: auto;
    display: inline-block;
    min-width: 100%; }
  .styled-input--inline .styled-input__label {
    left: 3px; }

.styled-input--stacked + .styled-input--stacked {
  border-top: 1px solid #bababa;
  padding-top: 1rem; }
  @media (min-width: 992px) {
    .styled-input--stacked + .styled-input--stacked {
      padding-top: 2.35rem; } }

.styled-input--form-add {
  margin-bottom: 0rem;
  width: 100%;
  display: block; }
  @media (min-width: 768px) {
    .styled-input--form-add {
      width: auto; } }

.styled-input__input {
  width: 100%;
  max-width: 100%;
  background-color: #f5f5f5;
  color: #39464e;
  border: 1px solid #bababa;
  border-radius: 0.35rem;
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding: 24px 14px 12px 14px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-family: Helvetica, Arial, sans-serif; }
  .t-bigw .styled-input__input {
    font-size: 0.875rem; }
    @media (max-width: 767px) {
      .t-bigw .styled-input__input {
        font-size: 1.0625rem !important; }
        .t-bigw .styled-input__input:focus, .t-bigw .styled-input__input:focus, .t-bigw .styled-input__input:focus {
          font-size: 1.0625rem !important; } }
    @media (min-width: 992px) {
      .t-bigw .styled-input__input {
        font-size: 1rem; } }
  .t-bws .styled-input__input {
    font-family: "AmsiPro", Helvetica, Arial, sans-serif; }
  .t-dans .styled-input__input {
    font-family: Helvetica, Arial, sans-serif; }
  .t-bigw .styled-input__input {
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }
  .styled-input__input:focus {
    border-color: #39464e;
    background-color: #ffffff;
    outline: none; }
  .styled-input.has-error > .styled-input__input {
    border-color: #ed1c24; }
  .styled-input__input:disabled {
    background-color: #d8d8d8;
    color: #898989; }

select.styled-input__input {
  background-image: url(/_assets/_global/media/styled-select-icon.png);
  background-repeat: no-repeat;
  background-position: center right 16px;
  background-size: 24px auto;
  padding-right: 4rem; }
  select.styled-input__input:not(.has-value) {
    padding: 18px 14px 18px 14px;
    padding-right: 4rem;
    color: #bababa; }

select.styled-input__input::-ms-expand {
  display: none; }

input[type="number"].styled-input__input::-webkit-inner-spin-button,
input[type="number"].styled-input__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type="date"].styled-input__input.has-value::-webkit-datetime-edit {
  color: #39464e; }

input[type="date"].styled-input__input::-webkit-calendar-picker-indicator {
  -webkit-appearance: none;
  display: none; }

input[type="date"].styled-input__input::-webkit-inner-spin-button, input[type="date"].styled-input__input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  display: none; }

input[type="date"].styled-input__input::-webkit-datetime-edit {
  color: #bababa; }

.styled-input__input[readonly] {
  background-color: #ffffff; }

@media (max-width: 767px) {
  .t-dans textarea.styled-input__input {
    font-size: 1rem; } }

@media (max-width: 767px) {
  .t-bigw textarea.styled-input__input {
    font-size: 0.875rem; } }

@media (max-width: 767px) {
  .t-bigw textarea.styled-input__input + .styled-input__label {
    font-size: 0.875rem; } }

@media screen and (max-width: 399px) and (min-width: 348px) {
  .t-bigw textarea.styled-input__input + .styled-input__label {
    font-size: 0.6rem; } }

@media screen and (max-width: 436px) and (min-width: 400px) {
  .t-bigw textarea.styled-input__input + .styled-input__label {
    font-size: 0.7rem; } }

@media screen and (max-width: 347px) and (min-width: 200px) {
  .t-bigw textarea.styled-input__input + .styled-input__label {
    font-size: 0.4rem; } }

@media screen and (max-width: 399px) and (min-width: 348px) {
  .t-dans textarea.styled-input__input + .styled-input__label {
    font-size: 0.6rem; } }

@media screen and (max-width: 436px) and (min-width: 400px) {
  .t-dans textarea.styled-input__input + .styled-input__label {
    font-size: 0.7rem; } }

@media screen and (max-width: 347px) and (min-width: 200px) {
  .t-dans textarea.styled-input__input + .styled-input__label {
    font-size: 0.4rem; } }

@media (max-width: 767px) {
  .t-bigw .styled-input__input--textarea-mobile {
    padding-top: 3rem; } }

.styled-input__label {
  pointer-events: none;
  width: calc(100% - 4px);
  position: absolute;
  top: 3px;
  left: 1px;
  font-size: 1.125rem;
  line-height: 1.375rem;
  padding: 18px 14px 18px 14px;
  color: #bababa;
  border-radius: 0.35rem;
  background: none !important; }
  .t-bigw .styled-input__label {
    font-size: 0.875rem; }
    @media (min-width: 992px) {
      .t-bigw .styled-input__label {
        font-size: 1rem; } }
  select.styled-input__input + .styled-input__label {
    width: calc(100% - 4rem); }
  select.styled-input__input:not(.has-value) + .styled-input__label {
    display: none; }
  .styled-input__input:focus + .styled-input__label,
  .styled-input__input.has-value + .styled-input__label {
    font-size: 0.8125rem;
    padding: 2px 14px 0 14px;
    background-color: #f5f5f5; }
  .styled-input__input:disabled + .styled-input__label {
    background-color: #d8d8d8;
    color: #898989; }
  .styled-input__input:focus + .styled-input__label {
    color: #39464e;
    background-color: #ffffff; }

.styled-input__label--date {
  color: #39464e;
  font-size: 0.8125rem;
  top: auto;
  bottom: 1rem; }
  .styled-input__input:focus + .styled-input__label--date,
  .styled-input__input.has-value + .styled-input__label--date {
    background-color: transparent;
    padding-bottom: 18px; }
  .styled-input.has-error > .styled-input__label--date {
    bottom: 2.35rem; }
  .styled-input.visa-has-error > .styled-input__label--date {
    bottom: 3.35rem; }

.styled-input__checkbox-input:focus ~ .styled-input__checkbox-label::before {
  border-color: #bababa;
  background-color: #bababa; }

.styled-input__input--date {
  background-image: url(/_assets/_global/media/calendar.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem);
  background-size: 1.5rem;
  padding: 24px 54px 12px 14px; }
  .styled-input__input--date:-ms-input-placeholder {
    color: #bababa; }
  .styled-input__input--date::placeholder {
    color: #bababa; }

.styled-input__checkbox-label {
  text-align: center;
  display: block;
  margin-top: 0.25em;
  cursor: pointer; }
  .styled-input__checkbox-label::before {
    content: "";
    display: inline-block;
    width: 1.15em;
    height: 1.15em;
    border: 1px solid #008a00;
    margin-right: 0.75rem;
    vertical-align: middle;
    cursor: pointer; }
    .t-bws .styled-input__checkbox-label::before {
      border: 1px solid #eb7036; }
    .t-dans .styled-input__checkbox-label::before {
      border: 1px solid #364318; }
    .t-bigw .styled-input__checkbox-label::before {
      border: 1px solid #243BE1; }
  .styled-input__checkbox-label:hover::before {
    border-color: #bababa;
    background-color: #bababa; }

.styled-input__checkbox-input:checked + .styled-input__checkbox-label::before {
  border-color: #008a00;
  background-color: #008a00;
  background-image: url(/_assets/_global/media/checked.png);
  background-size: 70% auto;
  background-repeat: no-repeat;
  background-position: center center; }
  .t-bws .styled-input__checkbox-input:checked + .styled-input__checkbox-label::before {
    border-color: #eb7036;
    background-color: #eb7036; }
  .t-dans .styled-input__checkbox-input:checked + .styled-input__checkbox-label::before {
    border-color: #364318;
    background-color: #364318; }
  .t-bigw .styled-input__checkbox-input:checked + .styled-input__checkbox-label::before {
    border-color: #243BE1;
    background-color: #243BE1; }

.styled-input__checkbox-label--invert::before {
  border-color: #ffffff; }
  .t-bws .styled-input__checkbox-label--invert::before {
    border-color: #ffffff; }
  .t-dans .styled-input__checkbox-label--invert::before {
    border-color: #ffffff; }
  .t-bigw .styled-input__checkbox-label--invert::before {
    border-color: #ffffff; }

.styled-input__checkbox-input:checked + .styled-input__checkbox-label--invert::before {
  background-image: url(/_assets/_global/media/checked--invert.png);
  background-color: #ffffff;
  border-color: #ffffff; }
  .t-bws .styled-input__checkbox-input:checked + .styled-input__checkbox-label--invert::before {
    border-color: #ffffff;
    background-color: #ffffff; }
  .t-dans .styled-input__checkbox-input:checked + .styled-input__checkbox-label--invert::before {
    border-color: #ffffff;
    background-color: #ffffff; }
  .t-bigw .styled-input__checkbox-input:checked + .styled-input__checkbox-label--invert::before {
    border-color: #ffffff;
    background-color: #ffffff; }

.styled-input__radio {
  display: inline-block;
  text-align: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem; }

.styled-input__radio--large .styled-input__radio__label::before {
  width: 4rem;
  height: 4rem;
  display: block;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 0.75rem; }

.styled-input__radio--large {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-right: 0;
  padding-left: 0; }
  @media (min-width: 768px) {
    .styled-input__radio--large {
      margin-left: 2.5rem;
      margin-right: 2.5rem; } }
  .styled-input__radio--large .styled-input__radio__label {
    min-width: 7.5rem; }

.styled-input__radio__input:focus ~ .styled-input__radio__label::before {
  background-color: #bababa;
  border-color: #bababa; }

.styled-input__radio__label {
  display: block;
  cursor: pointer; }
  .styled-input__radio__label::before {
    content: "";
    width: 25px;
    height: 25px;
    border: 2px solid #008a00;
    border-radius: 50%;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    margin-right: 0.6rem; }
    .t-bws .styled-input__radio__label::before {
      border: 2px solid #eb7036; }
    .t-dans .styled-input__radio__label::before {
      border: 2px solid #364318; }
    .t-bigw .styled-input__radio__label::before {
      border: 2px solid #243BE1; }
    @media (min-width: 768px) {
      .styled-input__radio__label::before {
        padding-left: 0;
        display: block;
        margin: 0 auto 0.25rem; } }
  .styled-input__radio__label:hover::before {
    background-color: #bababa;
    border-color: #bababa; }

.styled-input__radio__input:checked + .styled-input__radio__label:before {
  background: #008a00;
  border-color: #008a00;
  background-image: url("/_assets/_global/media/checked.png");
  background-size: 60%;
  background-repeat: no-repeat;
  background-position: center; }
  .t-bws .styled-input__radio__input:checked + .styled-input__radio__label:before {
    background: #eb7036;
    border-color: #eb7036;
    background-image: url("/_assets/_global/media/checked.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center; }
  .t-dans .styled-input__radio__input:checked + .styled-input__radio__label:before {
    background: #364318;
    border-color: #364318;
    background-image: url("/_assets/_global/media/checked.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center; }
  .t-bigw .styled-input__radio__input:checked + .styled-input__radio__label:before {
    background: #243BE1;
    border-color: #243BE1;
    background-image: url("/_assets/_global/media/checked.png");
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center; }

.styled-input__error {
  display: none;
  color: #ed1c24;
  margin-top: 0.5em;
  font-weight: bold; }
  .styled-input.has-error .styled-input__error {
    display: block; }
  .styled-input.visa-has-error .styled-input__error {
    display: block; }
  .styled-input__checkbox-label ~ .styled-input__error {
    text-align: center; }

.styled-input__error--yes-only {
  display: none; }
  .styled-input.has-error .styled-input__error--yes-only {
    display: none; }
  .styled-input.has-error--yes-only .styled-input__error--yes-only {
    display: block; }

.styled-input__error--coloured-background {
  padding: 1rem 3rem;
  background: #ffdae4;
  max-width: 30rem;
  margin: 1.5rem auto 1.5rem; }

.styled-input__error--email {
  color: #ffffff;
  font-size: 0.75rem;
  max-width: 25rem;
  margin: 1.5rem auto 0;
  text-align: center;
  line-height: 1.25rem; }
  @media (min-width: 768px) {
    .styled-input__error--email {
      font-size: 0.875rem; } }
  @media (min-width: 992px) {
    .styled-input__error--email {
      font-size: 1rem; } }

.styled-input--has-tooltip .styled-input__input,
.styled-input--has-tooltip .styled-input__label {
  padding-right: 60px; }

.styled-input__tooltip {
  position: absolute;
  top: 0;
  right: 0;
  height: 60px;
  width: 60px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center; }

@media (min-width: 992px) {
  .form-section.is-hidden {
    display: none; } }

@media (min-width: 992px) {
  .testing .form-section.is-hidden {
    display: -ms-flexbox !important;
    display: flex !important; } }

.removable-form-section {
  padding-bottom: 2.35rem; }
  .removable-form-section + .removable-form-section {
    border-top: 1px solid #bababa; }

.removable-form-section__button-container {
  text-align: right; }
  @media (min-width: 992px) {
    .removable-form-section__button-container {
      padding-top: 0.5rem; } }

.removable-form-section--no-edit + .removable-form-section {
  padding-top: 3.75rem; }

.styled-input--toggle {
  position: static; }
  .styled-input--toggle.styled-input--inline {
    vertical-align: middle; }

.styled-toggle {
  margin: auto;
  position: relative;
  height: 3.75rem;
  background-color: #008a00;
  width: 10.3rem;
  border: 0.25rem solid #ffffff;
  border-radius: 999rem;
  overflow: visible;
  z-index: 10; }
  .t-bws .styled-toggle {
    background-color: #eb7036; }
  .t-dans .styled-toggle {
    background-color: #EAE5d6;
    border: 0.25rem solid #8b8852; }
  .t-bigw .styled-toggle {
    background-color: #ffffff;
    border: 0.25rem solid #ffffff;
    box-shadow: -5px 5px 6px 0px rgba(57, 70, 78, 0.3); }

.styled-toggle__clickable {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 5; }

.styled-toggle__toggle {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 3.25rem;
  width: 3.25rem;
  border-radius: 50%;
  transition: left 0.5s ease;
  background-color: #ffffff;
  box-shadow: 0 0 3px 2px rgba(30, 30, 30, 0.35);
  z-index: 4; }
  .t-dans .styled-toggle__toggle {
    background-color: #b3af6e; }
  .t-bigw .styled-toggle__toggle {
    background-color: #ffffff;
    box-shadow: 2px 4px 3px 1px rgba(30, 30, 30, 0.35); }

.styled-toggle__states {
  width: 100%;
  height: 100%;
  border-radius: 999rem;
  text-align: center;
  position: relative;
  color: #ffffff;
  overflow: hidden;
  z-index: 3; }

.styled-toggle__states__unchecked {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  padding-left: 3.25rem;
  position: absolute;
  top: 0%;
  right: 0%;
  transform: translate(0);
  transition: transform 0.5s ease;
  border-radius: 999rem;
  height: 100%;
  background-color: #39464e; }
  .t-dans .styled-toggle__states__unchecked {
    background-color: #364318;
    color: #ffffff; }
  .t-bigw .styled-toggle__states__unchecked {
    background-color: #333333;
    color: #ffffff;
    box-shadow: inset 0 0px 6px 3px rgba(30, 30, 30, 0.35); }

.styled-toggle__states__checked {
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  padding-right: 3.25rem;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateX(-7.55rem);
  transition: transform 0.5s ease;
  background-color: #008a00; }
  .t-bws .styled-toggle__states__checked {
    background-color: #eb7036; }
  .t-dans .styled-toggle__states__checked {
    background-color: #EAE5d6;
    color: #364318; }
  .t-bigw .styled-toggle__states__checked {
    background-color: #243BE1;
    color: #ffffff;
    box-shadow: inset 0 0px 6px 3px rgba(30, 30, 30, 0.35); }

.styled-toggle__input:checked ~ .styled-toggle__states .styled-toggle__states__unchecked {
  transform: translateX(6.55rem); }

.styled-toggle__input:checked ~ .styled-toggle__states .styled-toggle__states__checked {
  transform: translateX(0%); }

.styled-toggle__input:checked ~ .styled-toggle__toggle {
  left: 6.55rem; }

.styled-input__radio--list {
  display: block; }
  .styled-input__radio--list:not(:last-child) {
    padding-bottom: 1.75rem; }
  .styled-input__radio--list .styled-input__radio__label {
    min-height: 25px;
    text-align: left;
    overflow: hidden;
    position: relative;
    padding-left: 2.5rem; }
    .styled-input__radio--list .styled-input__radio__label::before {
      display: inline-block;
      position: absolute;
      top: 0;
      left: 0; }

.styled-input--search {
  position: relative; }
  .styled-input--search .styled-input__input,
  .styled-input--search .styled-input__label {
    padding-right: 60px; }

.styled-input__input:focus + .styled-input__label--search,
.styled-input__input.has-value + .styled-input__label--search {
  background-color: transparent;
  padding-bottom: 18px; }

.styled-input.has-error > .styled-input__label--search {
  bottom: 2.35rem; }

.styled-input.visa-has-error > .styled-input__label--search {
  border-color: #ed1c24; }

.styled-input__button {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 1.75rem;
  color: #008a00;
  width: 60px;
  height: 60px; }
  .t-bws .styled-input__button {
    color: #eb7036; }
  .t-dans .styled-input__button {
    color: #343741; }
  .t-bigw .styled-input__button {
    color: #333333; }

.back-ground-color-primarymail {
  background-color: #dcdcdc !important; }

.label_text_color {
  color: #4a4a4a !important; }

.styled-input__error-contactmail {
  display: block;
  color: #ed1c24;
  margin-top: 0.5em;
  font-weight: bold;
  font-size: 0.75rem; }

.error_border_color {
  border: 1px solid #ed1c24 !important; }

.styled-input__link-container {
  display: table;
  height: 3.8rem; }
  @media (max-width: 991px) {
    .styled-input__link-container {
      text-align: left;
      height: auto; } }

@media (min-width: 992px) {
  .styled-input__link {
    display: table-cell;
    vertical-align: middle; } }

.full-width__toggle {
  display: block; }
  @media (min-width: 992px) {
    .full-width__toggle {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; } }

.full-width__toggle__text {
  text-align: center;
  padding-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem; }
  @media (min-width: 992px) {
    .full-width__toggle__text {
      text-align: left;
      padding-right: 2rem;
      margin-left: 0rem;
      margin-right: 0rem;
      padding-bottom: 0rem;
      -ms-flex-item-align: center;
          -ms-grid-row-align: center;
          align-self: center;
      width: 500px; } }
  .full-width__toggle__text h3 {
    margin-bottom: 0; }
  .full-width__toggle__text span {
    margin-top: 0.6rem;
    display: block; }

.full-width__toggle__text--wider {
  width: auto; }

.full-width__toggle__divider {
  height: 1px;
  background-color: #f5f5f5; }

.quiz {
  text-align: left; }

.quiz__radio:focus + .quiz__text {
  background: #eeeeee; }

.quiz__radio:checked + .quiz__text {
  background: #008a00;
  color: #ffffff; }
  .t-bws .quiz__radio:checked + .quiz__text {
    background: #eb7036; }
  .t-dans .quiz__radio:checked + .quiz__text {
    background: #364318; }
  .t-bigw .quiz__radio:checked + .quiz__text {
    background: #243BE1; }

.quiz__radio + .quiz__text {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center; }

.quiz__text {
  border-radius: 0.35rem;
  background: #ffffff;
  box-shadow: 0 0 0.75rem 0 rgba(57, 70, 78, 0.3);
  padding: 1.5rem 1.5rem;
  cursor: pointer;
  counter-increment: radiolist;
  margin-bottom: 0.75rem; }
  .quiz__text:last-child {
    margin-bottom: 0; }

.quiz__text:before {
  content: counter(radiolist, upper-alpha);
  padding-right: 1.25rem; }
  @media (min-width: 768px) {
    .quiz__text:before {
      padding-right: 1.5rem; } }

.quiz__text:hover {
  background: #eeeeee; }

.page-progress__body-pad {
  padding-bottom: 3.35rem; }

.page-progress__body-pad--save-bar {
  padding-bottom: 4.375rem; }
  @media (min-width: 768px) {
    .page-progress__body-pad--save-bar {
      padding-bottom: 5.8125rem; } }

.page-progress {
  background: #000000;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1rem;
  z-index: 15;
  text-align: center; }

.page-progress--save-bar {
  background: rgba(0, 0, 0, 0.8); }

.page-progress__bar {
  height: 1.35rem;
  background-color: #eeeeee;
  margin: 0 auto;
  max-width: 42rem;
  border-radius: 999rem;
  position: relative;
  overflow: hidden; }

.page-progress__bar__percentage {
  position: absolute;
  height: 100%;
  background: #008a00;
  border-radius: 999rem;
  top: 0;
  left: 0;
  box-sizing: content-box; }
  .t-bws .page-progress__bar__percentage {
    background: #eb7036; }
  .t-dans .page-progress__bar__percentage {
    background: #b3af6e; }
  .t-bigw .page-progress__bar__percentage {
    background: #243BE1; }

.page-progress__bar__divisions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 100%; }

.page-progress__bar__divisions__indicator {
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 100%;
  background: #85bc40;
  z-index: 1; }
  .t-bws .page-progress__bar__divisions__indicator {
    background: #f5b797; }
  .t-dans .page-progress__bar__divisions__indicator {
    background: #EAE5D6; }
  .t-bigw .page-progress__bar__divisions__indicator {
    background: #8490E4; }
  .page-progress__bar__divisions__indicator:first-child, .page-progress__bar__divisions__indicator:last-child {
    background: transparent; }

.step-track {
  color: #39464e;
  height: 3.25rem;
  width: 100%;
  box-shadow: 0 0 0.75rem 0 rgba(57, 70, 78, 0.3);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem 1.25rem;
  background-color: #ffffff; }
  @media (min-width: 768px) {
    .step-track {
      height: 6.5rem;
      padding: 1rem 2.75rem; } }

.step-track__number {
  content: "";
  border: 2px #000000 solid;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .t-bigw .step-track__number {
    border-color: #343741; }
  @media (min-width: 768px) {
    .step-track__number {
      width: 3.25rem;
      height: 3.25rem;
      margin-right: 1rem; } }
  .step-track__number:not(:first-child) {
    margin-left: 0rem; }
    @media (min-width: 768px) {
      .step-track__number:not(:first-child) {
        margin-left: 1rem; } }

.step-track__number--active {
  background-color: #008a00;
  border-color: #008a00;
  color: #ffffff; }
  .t-bws .step-track__number--active {
    background-color: #eb7036;
    border-color: #eb7036; }
  .t-dans .step-track__number--active {
    background-color: #364318;
    border-color: #364318; }
  .t-bigw .step-track__number--active {
    background-color: #01005E;
    border-color: #01005E; }

.step-track__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.step-track__inner--current {
  border-color: #008a00; }
  .t-bws .step-track__inner--current {
    border-color: #eb7036; }
  .t-dans .step-track__inner--current {
    border-color: #364318; }
  .t-bigw .step-track__inner--current {
    border-color: #01005E; }

@media (max-width: 1199px) {
  .step-track__text {
    display: none; } }

.t-dans .step-track__text {
  color: #343741;
  font-weight: 500; }

.t-bigw .step-track__text {
  color: #343741;
  font-weight: normal; }

.step-track__text--active {
  color: #008a00; }
  .t-bws .step-track__text--active {
    color: #eb7036; }
  .t-dans .step-track__text--active {
    font-weight: bold;
    color: #364318; }
  .t-bigw .step-track__text--active {
    font-weight: bold;
    color: #01005E; }

.step-track__seperator {
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    .step-track__seperator {
      font-size: 1.5rem; } }

.radio-grid__item + label .icon {
  color: #008a00; }
  .t-bws .radio-grid__item + label .icon {
    color: #eb7036; }
  .t-dans .radio-grid__item + label .icon {
    color: #364318; }
  .t-bigw .radio-grid__item + label .icon {
    color: #333333; }

.radio-grid__item:checked + label,
.radio-grid__item:checked + label .icon,
.radio-grid__item:checked + label h4 {
  color: #ffffff; }

.radio-grid__item:checked + label {
  background-color: #008a00;
  border: 1px solid #008a00; }
  .t-bws .radio-grid__item:checked + label {
    background-color: #eb7036;
    border: 1px solid #eb7036; }
  .t-dans .radio-grid__item:checked + label {
    background-color: #364318;
    border: 1px solid #364318; }
  .t-bigw .radio-grid__item:checked + label {
    background-color: #243BE1;
    border: 1px solid #243BE1; }

.radio-grid__item + label {
  text-align: center;
  padding: 1.5rem 0rem 0.5rem;
  cursor: pointer;
  display: block;
  max-width: 50%;
  -ms-flex: 1 0 50%;
      flex: 1 0 50%;
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.radio-grid__item + label:hover {
  background-color: #eeeeee; }

.radio-grid__item:checked + label:hover {
  background-color: #008a00; }
  .t-bws .radio-grid__item:checked + label:hover {
    background-color: #eb7036; }
  .t-dans .radio-grid__item:checked + label:hover {
    background-color: #364318; }
  .t-bigw .radio-grid__item:checked + label:hover {
    background-color: #243BE1; }

.radio-grid {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.radio-grid__item + label {
  border: 1px solid transparent; }

.radio-grid__item + label:nth-of-type(even) {
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa; }

.radio-grid__item + label:nth-of-type(odd) {
  border-left: 1px solid #bababa;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa; }

.radio-grid__item + label:nth-of-type(1) {
  border: 1px solid #bababa;
  border-top-left-radius: 0.35rem; }

.radio-grid__item + label:nth-of-type(2) {
  border-top: 1px solid #bababa;
  border-top-right-radius: 0.35rem; }

.radio-grid__item + label:nth-of-type(5) {
  border-bottom-left-radius: 0.35rem; }

.radio-grid__item + label:nth-of-type(6) {
  border-bottom-right-radius: 0.35rem; }

.role-preference {
  margin-top: 1.25rem; }

.role-preference__input:focus ~ .role-preference__label {
  background-color: #eeeeee; }

.role-preference__label {
  text-align: left;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  cursor: pointer;
  box-shadow: 0 0 0.75rem 0 rgba(57, 70, 78, 0.3);
  padding: 1.55rem 1.25rem;
  border-radius: 0.35rem; }
  .role-preference__label:hover {
    background-color: #eeeeee; }

.role-preference__input:checked + .role-preference__label {
  background-color: #008a00;
  color: #ffffff; }
  .t-bws .role-preference__input:checked + .role-preference__label {
    background-color: #eb7036; }
  .t-dans .role-preference__input:checked + .role-preference__label {
    background-color: #364318; }
  .t-bigw .role-preference__input:checked + .role-preference__label {
    background-color: #243BE1; }
  .role-preference__input:checked + .role-preference__label:hover, .role-preference__input:checked + .role-preference__label:focus {
    background-color: #116b07; }
    .t-bws .role-preference__input:checked + .role-preference__label:hover, .t-bws .role-preference__input:checked + .role-preference__label:focus {
      background-color: #eb7036; }
    .t-dans .role-preference__input:checked + .role-preference__label:hover, .t-dans .role-preference__input:checked + .role-preference__label:focus {
      background-color: #2A3412; }
    .t-bigw .role-preference__input:checked + .role-preference__label:hover, .t-bigw .role-preference__input:checked + .role-preference__label:focus {
      background-color: #243BE1; }
  .t-bigw .role-preference__input:checked + .role-preference__label:focus-within .tooltip__button:focus {
    background: #ffffff;
    color: #39464e;
    border-color: #ffffff; }

.role-preference__label__icon {
  font-size: 1.5rem;
  padding-right: 0.75rem; }
  @media (min-width: 992px) {
    .role-preference__label__icon {
      font-size: 2.5rem;
      padding-right: 1.5rem; } }

.role-preference__label__text {
  font-weight: bold;
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-right: 0.75rem;
  display: inline-block; }
  @media (min-width: 992px) {
    .role-preference__label__text {
      padding-right: 1.5rem; } }

.role-preference__label__tooltip {
  font-size: 1.25rem; }

.section-counting-header {
  background: #ffffff;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  position: relative;
  background: inherit;
  margin: 1rem 0; }
  @media (min-width: 992px) {
    .section-counting-header::before {
      content: "";
      position: absolute;
      top: 50%;
      left: 0;
      height: 1px;
      width: 100%;
      background: #39464e; } }

.section-counting-header__title {
  background: #ffffff;
  z-index: 1;
  padding-right: 1.5rem;
  text-align: left;
  margin-right: auto;
  position: relative; }

.section-counting-header__counter {
  background: #ffffff;
  z-index: 1;
  padding-left: 1.5rem;
  text-align: right;
  display: block;
  position: relative; }

.tooltip {
  position: relative; }

.tooltip__button {
  border-radius: 100%;
  padding: 0;
  width: 1.75em;
  height: 1.75em;
  border: 2px solid currentColor;
  position: relative; }
  @media (min-width: 992px) {
    .tooltip__button {
      width: 2em;
      height: 2em; } }
  .tooltip__button:focus {
    color: #283035;
    background: transparent;
    outline: 0; }

.tooltip.is-open .tooltip__button {
  background: #39464e;
  color: #ffffff;
  border-color: #39464e; }

.t-bigw .tooltip.is-open .role-preference__input:checked + .role-preference__label .tooltip__button {
  background: #ffffff;
  color: #39464e;
  border-color: #ffffff; }

.tooltip__open,
.tooltip__close {
  padding: 0;
  margin: 0;
  position: absolute;
  bottom: 50%;
  right: 50%;
  transform: translate(50%, 50%); }

.tooltip.is-open .tooltip__open {
  display: none; }

.tooltip:not(.is-open) .tooltip__close {
  display: none; }

.tooltip__inner {
  color: #39464e;
  text-align: left;
  background: #ffffff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 2;
  box-shadow: 0 0 0.75rem 0 rgba(57, 70, 78, 0.3);
  border-radius: 0.35rem;
  padding: 1.25rem;
  opacity: 1;
  transition: opacity 0.4s, visibility 0.4s; }
  .tooltip__inner::before {
    content: "";
    width: 0;
    height: 0;
    border-left: 0.75rem solid transparent;
    border-right: 0.75rem solid transparent;
    border-bottom: 0.75rem solid #ffffff;
    position: absolute;
    bottom: 100%;
    right: 1.7rem; }

.tooltip:not(.is-open) .tooltip__inner {
  visibility: hidden;
  opacity: 0; }

.accordion__head {
  padding: 0;
  display: block;
  width: 100%;
  position: relative;
  padding-right: 3rem; }
  .accordion__head:focus {
    outline: 0;
    color: #39464e; }
    .t-bws .accordion__head:focus {
      color: #3a464d; }
    .t-dans .accordion__head:focus {
      color: #343741; }
    .t-bigw .accordion__head:focus {
      color: #243BE1; }
    .accordion__head:focus .section-counting-header::before {
      background: #008a00; }
      .t-bws .accordion__head:focus .section-counting-header::before {
        background: #eb7036; }
      .t-dans .accordion__head:focus .section-counting-header::before {
        background: #343741; }
      .t-bigw .accordion__head:focus .section-counting-header::before {
        background: #243BE1; }
  .accordion__head:hover {
    color: #008a00; }
    .t-bws .accordion__head:hover {
      color: #eb7036; }
    .t-dans .accordion__head:hover {
      color: #364318; }
    .t-bigw .accordion__head:hover {
      color: #243BE1; }

.accordion__head__content {
  display: block;
  overflow: hidden; }

.accordion__head__icon {
  position: absolute;
  right: 0.5rem;
  bottom: 50%;
  transform: translateY(50%);
  font-size: 1.75rem;
  transition: transform 0.4s ease-in; }

.accordion.is-open .accordion__head__icon {
  transform: translateY(50%) rotate(180deg); }

.accordion:not(.is-open) .accordion__body {
  display: none; }

.accordion__head__active-text,
.accordion__head__inactive-text {
  float: right;
  text-align: right; }

.accordion:not(.is-open) .accordion__head__active-text {
  display: none; }

.accordion.is-open .accordion__head__inactive-text {
  display: none; }

.accordion--card {
  padding-bottom: 0.75rem; }
  .accordion--card .accordion__head {
    box-shadow: 0 0.25rem 0.75rem 0 rgba(57, 70, 78, 0.3);
    padding: 1rem; }
    @media (min-width: 768px) {
      .accordion--card .accordion__head {
        padding: 2rem; } }
  .t-dans .accordion--card .accordion__head {
    box-shadow: 0 0.15rem 0.25rem 0 rgba(57, 70, 78, 0.3); }
  .t-bigw .accordion--card .accordion__head {
    box-shadow: 0 0.15rem 0.25rem 0 rgba(57, 70, 78, 0.3); }
  .accordion--card .accordion__head__content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding-right: 1.5rem;
    text-align: left; }
    @media (max-width: 991px) {
      .t-dans .accordion--card .accordion__head__content {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
    @media (max-width: 991px) {
      .t-bigw .accordion--card .accordion__head__content {
        -ms-flex-direction: column;
            flex-direction: column;
        -ms-flex-pack: start;
            justify-content: flex-start; } }
  .accordion--card .accordion__body {
    position: relative; }
  .accordion--card .accordion__body__inner {
    box-shadow: 0 0.25rem 0.75rem 0 rgba(57, 70, 78, 0.3);
    padding: 1rem;
    background: #eeeeee;
    z-index: 1; }
    @media (min-width: 768px) {
      .accordion--card .accordion__body__inner {
        padding: 2rem; } }
  .t-dans .accordion--card .accordion__body__inner {
    box-shadow: 0 0.15rem 0.25rem 0 rgba(57, 70, 78, 0.3); }
  @media (max-width: 991px) {
    .t-dans .accordion--card .accordion__head__active-text,
    .t-dans .accordion--card .accordion__head__inactive-text {
      padding-top: 1rem;
      text-align: left; } }
  @media (max-width: 991px) {
    .t-dans .accordion--card .accordion__head__icon {
      bottom: 2rem; } }
  @media (max-width: 767px) {
    .t-dans .accordion--card .accordion__head__icon {
      bottom: 1rem; } }
  .t-bigw .accordion--card .accordion__body__inner {
    box-shadow: 0 0.15rem 0.25rem 0 rgba(57, 70, 78, 0.3); }
  @media (max-width: 991px) {
    .t-bigw .accordion--card .accordion__head__active-text,
    .t-bigw .accordion--card .accordion__head__inactive-text {
      padding-top: 1rem;
      text-align: left; } }
  @media (max-width: 991px) {
    .t-bigw .accordion--card .accordion__head__icon {
      bottom: 2rem; } }
  @media (max-width: 767px) {
    .t-bigw .accordion--card .accordion__head__icon {
      bottom: 1rem; } }

.accordion--question {
  padding-bottom: 1.5rem; }
  .accordion--question .accordion__head__content {
    display: block;
    padding-right: 0; }
  .accordion--question .accordion__head__active-text,
  .accordion--question .accordion__head__inactive-text {
    position: absolute;
    bottom: 2rem;
    right: 5rem; }
  .t-dans .accordion--question .accordion__head__active-text,
  .t-dans .accordion--question .accordion__head__inactive-text {
    position: absolute;
    bottom: 1.4rem;
    left: 1rem; }
  .t-bigw .accordion--question .accordion__head__active-text,
  .t-bigw .accordion--question .accordion__head__inactive-text {
    position: absolute;
    bottom: 1.4rem;
    left: 1rem; }
  @media (min-width: 768px) {
    .t-dans .accordion--question .accordion__head__active-text,
    .t-dans .accordion--question .accordion__head__inactive-text {
      position: absolute;
      bottom: 2rem;
      left: 2rem; }
    .t-bigw .accordion--question .accordion__head__active-text,
    .t-bigw .accordion--question .accordion__head__inactive-text {
      position: absolute;
      bottom: 2rem;
      left: 2rem; } }
  .accordion--question .accordion__head__icon {
    bottom: 1.5rem;
    right: 2rem;
    transform: none; }
  .accordion--question .accordion__question-body {
    min-height: 4.5rem;
    padding-right: 8rem;
    max-width: 40rem; }
    @media (max-width: 991px) {
      .accordion--question .accordion__question-body {
        padding-right: 0;
        padding-bottom: 2.5rem; }
        .t-dans .accordion--question .accordion__question-body {
          padding-bottom: 3rem; }
        .t-bigw .accordion--question .accordion__question-body {
          padding-bottom: 3rem; } }

.accordion--question.is-open .accordion__head__icon {
  transform: rotate(180deg); }

.accordion__question-head {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 1rem; }
  @media (max-width: 767px) {
    .t-dans .accordion__question-head {
      -ms-flex-direction: column;
          flex-direction: column; }
    .t-bigw .accordion__question-head {
      -ms-flex-direction: column;
          flex-direction: column; } }
  .accordion__question-head > * {
    width: 100%; }

.shift-picker {
  background-color: #004f22;
  color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 0.5rem 0;
  border: 1px solid transparent; }
  .t-bws .shift-picker {
    background-color: #d26430; }
  .t-dans .shift-picker {
    color: #364318;
    background-color: #dfddc2; }
  .t-bigw .shift-picker {
    color: #ffffff;
    background-color: rgba(36, 59, 225, 0.2); }
  .shift-picker + .shift-picker {
    margin-top: 0.75rem; }
  @media (min-width: 992px) {
    .shift-picker {
      -ms-flex-direction: row;
          flex-direction: row; } }

.shift-picker:not(.is-active) {
  border: 1px #eeeeee dotted;
  border-radius: 0.25rem;
  background-color: #00562c; }
  .t-bws .shift-picker:not(.is-active) {
    background-color: #eb7036; }
  .t-dans .shift-picker:not(.is-active) {
    background-color: rgba(179, 175, 110, 0.75);
    border: 1px #364318 dotted; }
  .t-bigw .shift-picker:not(.is-active) {
    background-color: rgba(36, 59, 225, 0.2); }

.shift-picker__day {
  color: #ffffff;
  width: 8.5rem;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0.25rem 1rem 0.5rem;
  position: relative;
  text-align: center;
  font-weight: bold; }
  @media (min-width: 992px) {
    .shift-picker__day {
      text-align: left;
      padding: 0.25rem 1rem; } }
  .t-dans .shift-picker__day {
    color: #364318; }
  @media (min-width: 992px) {
    .shift-picker__day::after {
      content: "";
      border-left: 1px solid rgba(0, 138, 0, 0.5);
      position: absolute;
      height: 100%;
      top: 0;
      right: 0; }
      .t-bws .shift-picker__day::after {
        border-left: 1px solid rgba(235, 112, 54, 0.5); }
      .t-dans .shift-picker__day::after {
        border-left: 1px solid rgba(54, 67, 24, 0.5); }
      .t-bigw .shift-picker__day::after {
        border-left: 1px solid #ffffff; } }

.shift-picker__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  width: 100%; }
  @media (min-width: 992px) {
    .shift-picker__date {
      -ms-flex-direction: row;
          flex-direction: row;
      margin-left: 0.75rem;
      margin-right: 0.75rem; } }

.shift-picker:not(.is-active) .shift-picker__date {
  display: none; }

.shift-picker__date__label {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  padding: 1rem;
  border: 1px #eeeeee solid;
  border-radius: 0.25rem;
  cursor: pointer;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  margin-bottom: 0.75rem;
  font-weight: bold; }
  @media (min-width: 992px) {
    .shift-picker__date__label {
      margin-right: 0;
      margin-bottom: 0; } }
  .t-dans .shift-picker__date__label {
    border: 1px #364318 solid; }

.shift-picker__date__input:hover + .shift-picker__date__label, .shift-picker__date__input:focus + .shift-picker__date__label {
  border-color: #bababa; }

.t-dans .shift-picker__date__input:hover + .shift-picker__date__label,
.t-dans .shift-picker__date__input:focus + .shift-picker__date__label {
  border-color: #364318; }

.t-bigw .shift-picker__date__input:hover + .shift-picker__date__label,
.t-bigw .shift-picker__date__input:focus + .shift-picker__date__label {
  border-color: #bababa;
  color: #bababa; }

.shift-picker__date__input:checked + .shift-picker__date__label {
  background-color: #ffffff;
  color: #00562c; }
  .t-bws .shift-picker__date__input:checked + .shift-picker__date__label {
    color: #eb7036; }
  .t-dans .shift-picker__date__input:checked + .shift-picker__date__label {
    color: #ffffff;
    background-color: #364318; }
  .t-bigw .shift-picker__date__input:checked + .shift-picker__date__label {
    color: #01005E; }
  .shift-picker__date__input:checked + .shift-picker__date__label:hover, .shift-picker__date__input:checked + .shift-picker__date__label:focus {
    background-color: #eeeeee; }
  .t-dans .shift-picker__date__input:checked + .shift-picker__date__label:hover,
  .t-dans .shift-picker__date__input:checked + .shift-picker__date__label:focus {
    background-color: #2A3412;
    color: #ffffff; }
  .t-bigw .shift-picker__date__input:checked + .shift-picker__date__label:hover,
  .t-bigw .shift-picker__date__input:checked + .shift-picker__date__label:focus {
    color: #01005E; }

.shift-picker__add {
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: center;
  padding: 0 1rem 0.5rem;
  width: 100%;
  border: 1px solid transparent;
  font-weight: bold; }
  @media (min-width: 992px) {
    .shift-picker__add {
      padding: 1rem; } }
  .shift-picker__add:hover, .shift-picker__add:focus {
    outline: 0;
    color: #bababa; }
  .t-dans .shift-picker__add:hover,
  .t-dans .shift-picker__add:focus {
    outline: 0;
    color: #2A3412; }

.shift-picker.is-active .shift-picker__add {
  display: none; }

.shift-picker__close {
  font-size: 1.25rem;
  cursor: pointer; }
  @media (min-width: 992px) {
    .shift-picker__close {
      margin-right: 0.75rem; } }
  .shift-picker__close:hover, .shift-picker__close:focus {
    color: #bababa;
    outline: 0; }
  .t-dans .shift-picker__close:hover,
  .t-dans .shift-picker__close:focus {
    color: #2A3412;
    outline: 0; }

.shift-picker:not(.is-active) .shift-picker__close {
  display: none; }

.to-do-list__inner {
  background-color: #ffffff;
  padding: 2rem 1.5rem;
  border-radius: 0.35rem;
  width: 100%;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: start;
      align-items: flex-start;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(57, 70, 78, 0.3); }
  .to-do-list__inner:hover, .to-do-list__inner:focus {
    background: #eeeeee; }
    .to-do-list__inner:hover .to-do-list__icon, .to-do-list__inner:focus .to-do-list__icon {
      color: #008a00; }
      .t-bws .to-do-list__inner:hover .to-do-list__icon, .t-bws .to-do-list__inner:focus .to-do-list__icon {
        color: #eb7036; }
      .t-dans .to-do-list__inner:hover .to-do-list__icon, .t-dans .to-do-list__inner:focus .to-do-list__icon {
        color: #364318; }
      .t-bigw .to-do-list__inner:hover .to-do-list__icon, .t-bigw .to-do-list__inner:focus .to-do-list__icon {
        color: #243BE1; }

.to-do-list__inner__details {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  text-align: left;
  padding: 0 1.5rem; }

.to-do-list__inner__details__heading {
  display: block; }

.to-do-list__inner__details__text {
  display: block;
  padding-bottom: 0.5rem; }

.to-do-list__inner__details__text--fake-link {
  color: #008a00;
  text-decoration: underline; }
  .t-bws .to-do-list__inner__details__text--fake-link {
    color: #eb7036; }
  .t-dans .to-do-list__inner__details__text--fake-link {
    color: #364318; }
  .t-bigw .to-do-list__inner__details__text--fake-link {
    color: #243BE1; }
  .to-do-list__inner__details__text--fake-link:hover {
    text-decoration: none; }

.to-do-list__inner__details__date {
  opacity: 0.6;
  font-weight: bold; }

.to-do-list__inner__tick {
  border: 2px #bababa solid;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 0.25rem; }

.to-do-list__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-size: 1.75rem;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center; }

.to-do-list.is-completed {
  pointer-events: none;
  position: relative; }
  .to-do-list.is-completed .to-do-list__inner:focus {
    outline: 0; }
  .to-do-list.is-completed .to-do-list__inner {
    background-color: #f5f5f5; }
  .to-do-list.is-completed .to-do-list__inner__tick {
    background-color: #008a00;
    background-image: url("/_assets/_global/media/checked.png");
    background-size: 70% auto;
    background-repeat: no-repeat;
    background-position: center center;
    border: none; }
    .t-bws .to-do-list.is-completed .to-do-list__inner__tick {
      background-color: #eb7036; }
    .t-dans .to-do-list.is-completed .to-do-list__inner__tick {
      background-color: #364318; }
    .t-bigw .to-do-list.is-completed .to-do-list__inner__tick {
      background-color: #243BE1; }
  .to-do-list.is-completed .to-do-list__inner__details,
  .to-do-list.is-completed .to-do-list__inner__details__text--fake-link {
    color: #bababa;
    text-decoration: none; }
  .to-do-list.is-completed .to-do-list__inner__details__date {
    opacity: 1; }
  .to-do-list.is-completed::before {
    background: #ffffff;
    opacity: 0;
    content: " ";
    position: absolute;
    height: 100%;
    width: 100%;
    display: block; }

.to-do-list + .to-do-list {
  margin-top: 0.75rem; }

.infobox {
  position: absolute;
  transform: translate(-50%, 0%);
  background-color: #ffffff;
  padding: 0.6em 1.2em;
  border: 1px solid lightgrey;
  color: #008a00;
  border-radius: 0.4em;
  min-width: 120px;
  text-align: center; }
  .t-bws .infobox {
    color: #eb7036; }
  .t-dans .infobox {
    color: #364318; }
  .t-bigw .infobox {
    color: #01005E; }
  .infobox.is-selected {
    background-color: #00562c;
    color: #ffffff; }
    .t-bws .infobox.is-selected {
      background-color: #eb7036; }
    .t-dans .infobox.is-selected {
      background-color: #364318; }
    .t-bigw .infobox.is-selected {
      background-color: #243BE1;
      border-color: #243BE1; }
    .infobox.is-selected .infobox__indicator::after {
      border-color: #00562c transparent transparent transparent; }
      .t-bws .infobox.is-selected .infobox__indicator::after {
        border-color: #eb7036 transparent transparent transparent; }
      .t-dans .infobox.is-selected .infobox__indicator::after {
        border-color: #364318 transparent transparent transparent; }
      .t-bigw .infobox.is-selected .infobox__indicator::after {
        border-color: #243BE1 transparent transparent transparent; }
    .infobox.is-selected .infobox__checked {
      display: inline-block; }
    .infobox.is-selected:hover, .infobox.is-selected:focus {
      color: #ffffff;
      background-color: #004f22; }
      .t-bws .infobox.is-selected:hover, .t-bws .infobox.is-selected:focus {
        background-color: #d26430; }
      .t-dans .infobox.is-selected:hover, .t-dans .infobox.is-selected:focus {
        background-color: #2A3412; }
      .t-bigw .infobox.is-selected:hover, .t-bigw .infobox.is-selected:focus {
        background-color: #243BE1; }
      .infobox.is-selected:hover .infobox__indicator::after, .infobox.is-selected:focus .infobox__indicator::after {
        border-color: #004f22 transparent transparent transparent; }
        .t-bws .infobox.is-selected:hover .infobox__indicator::after, .t-bws .infobox.is-selected:focus .infobox__indicator::after {
          border-color: #d26430 transparent transparent transparent; }
        .t-dans .infobox.is-selected:hover .infobox__indicator::after, .t-dans .infobox.is-selected:focus .infobox__indicator::after {
          border-color: #2A3412 transparent transparent transparent; }
        .t-bigw .infobox.is-selected:hover .infobox__indicator::after, .t-bigw .infobox.is-selected:focus .infobox__indicator::after {
          border-color: #243BE1 transparent transparent transparent; }
  .infobox:hover, .infobox:focus {
    background-color: #eeeeee; }
    .infobox:hover .infobox__indicator::after, .infobox:focus .infobox__indicator::after {
      border-color: #eeeeee transparent transparent transparent; }
  .infobox:focus {
    outline: none; }

.infobox__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 768px) {
    .infobox__wrapper {
      -ms-flex-align: center;
          align-items: center; } }

.infobox__checked {
  display: none;
  margin-right: 0.4em;
  -ms-flex-negative: 0;
      flex-shrink: 0; }

.infobox__indicator {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 18px;
  border-color: lightgrey transparent transparent transparent;
  position: absolute;
  top: 100%;
  right: 50%;
  transform: translateX(50%); }
  .infobox__indicator::after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 17px 17px 0 17px;
    border-color: white transparent transparent transparent;
    position: absolute;
    top: -2px;
    right: 50%;
    transform: translate(50%, -100%); }
    .t-bigw .infobox__indicator::after {
      border-width: 19px 19px 0 19px;
      top: 0px; }

.gm-style-pbc {
  z-index: 10 !important;
  pointer-events: none; }

@media screen and (min-width: 0\0) {
  /* IE9 and IE10 rule sets go here */
  .gm-style-pbc {
    display: none !important; } }

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.77);
  top: 0px;
  left: 0;
  z-index: 30;
  display: table; }

.modal__positioner {
  display: table-cell;
  vertical-align: middle; }

.modal__container {
  background-color: white;
  max-width: 36rem;
  margin: 1.5rem;
  box-shadow: 0px 0px 20px 1px black; }
  @media (min-width: 39rem) {
    .modal__container {
      margin-left: auto;
      margin-right: auto; } }

.modal__content {
  padding: 1.5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  @media (min-width: 39rem) {
    .modal__content {
      padding: 3rem;
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (max-width: 767px) {
    .modal__content {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

@media (max-width: 767px) {
  .modal__content--scrollable {
    padding-left: 0rem;
    padding-right: 0rem; } }

.modal__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.modal__buttons--shadow {
  padding-top: 1.5rem;
  box-shadow: 0px -4px 7px -1px rgba(0, 0, 0, 0.2); }

.modal__container--scrollable {
  max-width: 60rem;
  padding: 0rem 3rem;
  margin: 1.5rem; }
  @media (min-width: 63rem) {
    .modal__container--scrollable {
      margin-left: auto;
      margin-right: auto; } }

.modal__container--scrollable.modal__content {
  padding-left: 6rem;
  padding-right: 6rem; }

.modal__scroll {
  border: solid 1px #898989;
  border-radius: 0.2rem;
  padding: 2rem;
  overflow-y: scroll;
  height: 45vh;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 767px) {
    .modal__scroll {
      padding: 0rem 1.5rem;
      border: none; } }

.modal__scroll table {
  border: solid 1px #bababa;
  width: 100%;
  table-layout: fixed;
  text-align: left;
  border-collapse: collapse; }

.modal__scroll table th {
  background-color: #f5f5f5;
  font-weight: bold;
  font-family: "FreshSans", Helvetica, Arial, sans-serif;
  font-size: 1.0625rem; }
  @media (max-width: 767px) {
    .modal__scroll table th {
      font-size: 0.9375rem; } }

.modal__scroll table th,
.modal__scroll table td {
  padding: 0.6rem;
  border: solid 1px #bababa; }
  @media (max-width: 767px) {
    .modal__scroll table th,
    .modal__scroll table td {
      padding: 0.3rem; } }

.modal h3 {
  margin-bottom: 0.5rem; }
  @media (max-width: 991px) {
    .modal h3 {
      margin: 0.5rem 0rem 0.25rem 0rem; } }

.store-selector {
  display: -ms-flexbox;
  display: flex;
  border-top: 2px solid #efefef;
  border-bottom: 2px solid #efefef;
  background-color: #ffffff;
  position: relative;
  overflow: hidden; }
  .store-selector.is-active .store-selector__list {
    transform: translateX(0); }
  .store-selector.is-active .store-selector__list__toggle {
    transform: rotate(180deg); }

.store-select__inline-layout {
  display: -ms-flexbox;
  display: flex; }

.store-selector__map {
  width: calc( 100% - 60px);
  position: relative; }
  @media (min-width: 768px) {
    .store-selector__map {
      width: calc(100% - 96px); } }
  @media (min-width: 992px) {
    .store-selector__map {
      width: 68%; } }

.store-selector__map__element {
  width: 100%;
  height: 100%;
  min-height: 565px;
  position: static !important; }
  @media (min-width: 768px) {
    .store-selector__map__element {
      min-height: 590px; } }
  @media (min-width: 992px) {
    .store-selector__map__element {
      position: relative !important; } }

.store-selector__list {
  padding: 1.25em;
  -ms-flex: 1;
      flex: 1;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #ffffff;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  transform: translateX(80%);
  transition: ease transform 0.5s;
  max-width: 300px;
  -ms-flex-pack: justify;
      justify-content: space-between;
  overflow: hidden; }
  .t-bigw .store-selector__list {
    border: 2px solid #01005E;
    border-radius: 1rem; }
  @media (min-width: 768px) {
    .store-selector__list {
      max-width: none; } }
  @media (min-width: 992px) {
    .store-selector__list {
      position: static;
      padding: 1.8em;
      transform: translateX(0%); }
      .t-bigw .store-selector__list {
        border: 0px;
        border-radius: 0; } }

.store-selector__list__title {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 0.75rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  -ms-flex-positive: 0;
      flex-grow: 0; }
  .t-bigw .store-selector__list__title {
    max-width: 84%; }
  @media (min-width: 992px) {
    .store-selector__list__title {
      max-width: 280px;
      margin-bottom: 1.5rem; } }

.store-selector__list__title__text {
  max-width: 100%;
  display: block; }

.store-selector__list__toggle {
  display: block;
  position: absolute;
  top: 1.25em;
  left: 1.25em;
  padding: 0;
  transition: transform 0.4s ease;
  transform: rotate(0); }
  @media (min-width: 992px) {
    .store-selector__list__toggle {
      display: none; } }

.store-selector__list__toggle__icon {
  width: 2em;
  height: 2em; }

.store-selector__list__wrapper {
  position: relative; }

.store-selector__list__upper {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 5; }

.store-selector__slip__base {
  padding: 1.4em;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border: 1px dashed #5f686f;
  background-color: #efefef;
  color: #5f686f;
  border-radius: 0.3em; }

.store-selector__slip__base__message {
  max-width: 100%;
  display: block; }

.store-selector__slip {
  position: relative;
  height: 85px; }
  .store-selector__slip:not(:last-of-type) {
    margin-bottom: 0.8em; }

.store-selector__slip__base {
  height: 100%;
  color: #bababa;
  max-width: 100%; }

.store-selector__slip__base__count {
  display: inline-block;
  margin: 0 0.65em 0 0.2em;
  width: 0.55em;
  text-align: center; }

.store-selector__slip__card {
  display: -ms-flexbox;
  display: flex;
  padding: 1.4em;
  width: 100%;
  height: 85px;
  background-color: #ffffff;
  box-shadow: 0 0 10px 4px rgba(60, 60, 60, 0.15);
  border-radius: 0.3em;
  -ms-flex-align: center;
      align-items: center; }
  .store-selector__slip__card:not(:last-of-type) {
    margin-bottom: 0.8em; }

.store-selector__slip__card__address {
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden; }

.store-selector__slip__card__icon {
  color: #008a00;
  font-size: 1.3rem;
  margin-right: 0.8em;
  -ms-flex-negative: 0;
      flex-shrink: 0; }
  .t-bws .store-selector__slip__card__icon {
    color: #eb7036; }
  .t-dans .store-selector__slip__card__icon {
    color: #364318; }
  .t-bigw .store-selector__slip__card__icon {
    color: #243BE1; }

.store-selector__slip__card__close {
  padding: 0; }

.store-selector__slip__card__close__icon {
  color: #39464e;
  font-size: 1.25rem; }

.store-selector__slip__card__content {
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
  overflow: hidden;
  margin-right: 0.8em; }

.form-add-button {
  margin-bottom: 2.35rem; }
  @media (min-width: 992px) {
    .form-add-button {
      margin-bottom: 4.7rem; } }

.form-add-button__file-inner {
  background: #eeeeee;
  border: 1px dashed #bababa;
  width: 100%;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 5rem;
  padding: 1rem;
  border-radius: 0.35rem;
  text-align: left; }
  @media (min-width: 768px) {
    .form-add-button__file-inner {
      padding: 1rem 1.75rem; }
      .t-bws .form-add-button__file-inner {
        margin-top: 2rem;
        margin-bottom: 2rem; } }

.form-add-button__file-inner-new {
  border: 1px solid #bababa;
  width: 100%;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 5rem;
  padding: 1rem;
  border-radius: 0.35rem;
  text-align: left;
  margin-bottom: 40px;
  box-shadow: 0 0 10px #bababa; }
  @media (min-width: 768px) {
    .form-add-button__file-inner-new {
      padding: 1rem 1.75rem; } }

.form-add-button__file-inner__detail {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto; }
  .form-add-button__file-inner__detail > span:first-child {
    display: block; }
  .form-add-button__file-inner__detail > span:nth-child(2) {
    font-weight: normal; }

.form-add-button__file-inner__button-inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  width: 100%; }

.form-add-button__file-inner__detail__icon {
  min-width: 1.15em;
  margin-right: 1rem;
  font-size: 1.2rem; }

.form-add-button__file-inner__detail__icon-tick {
  color: #008a00; }
  .t-bws .form-add-button__file-inner__detail__icon-tick {
    color: #eb7036; }
  .t-dans .form-add-button__file-inner__detail__icon-tick {
    color: #343741; }
  .t-bigw .form-add-button__file-inner__detail__icon-tick {
    color: #243BE1; }

.form-add-button__file-inner__button__icon-edit {
  font-size: 2rem; }

.form-add-button__file-inner__button__icon-cross {
  font-size: 1.5rem;
  color: #39464e; }

.form-add-button__file-inner__button__text {
  display: none; }
  @media (min-width: 768px) {
    .form-add-button__file-inner__button__text {
      display: inline-block;
      margin-right: 0.5rem; } }

.form-add-button__file-inner--uploaded .form-add-button__file-inner__detail__icon {
  color: #008a00; }
  .t-bws .form-add-button__file-inner--uploaded .form-add-button__file-inner__detail__icon {
    color: #eb7036; }
  .t-dans .form-add-button__file-inner--uploaded .form-add-button__file-inner__detail__icon {
    color: #343741; }
  .t-bigw .form-add-button__file-inner--uploaded .form-add-button__file-inner__detail__icon {
    color: #243BE1; }

.form-add-button__file-inner--error,
.form-add-button__file-inner--uploaded,
.form-add-button__file-inner--uploading,
.form-add-button__file-inner--download {
  box-shadow: 0 0 0.75rem 0 rgba(57, 70, 78, 0.3);
  background: #ffffff;
  border: none;
  -ms-flex-pack: justify;
      justify-content: space-between; }

.form-add-button__file-inner--download {
  -ms-flex-pack: center;
      justify-content: center; }
  .form-add-button__file-inner--download .form-add-button__file-inner__button {
    text-decoration: none; }
  .form-add-button__file-inner--download .form-add-button__file-inner__button__text {
    display: inline-block;
    margin-left: 0.5rem; }
  .form-add-button__file-inner--download .form-add-button__file-inner__button__icon-edit {
    font-size: 1.25rem; }

.form-add-button__file-inner__button {
  color: #008a00; }
  .t-bws .form-add-button__file-inner__button {
    color: #eb7036; }
  .t-dans .form-add-button__file-inner__button {
    color: #343741; }
  .t-bigw .form-add-button__file-inner__button {
    color: #333333; }
  .form-add-button__file-inner__button:hover, .form-add-button__file-inner__button:focus {
    outline: 0;
    color: #116b07; }
    .t-bws .form-add-button__file-inner__button:hover, .t-bws .form-add-button__file-inner__button:focus {
      color: #eb7036; }
    .t-dans .form-add-button__file-inner__button:hover, .t-dans .form-add-button__file-inner__button:focus {
      color: #343741; }
    .t-bigw .form-add-button__file-inner__button:hover, .t-bigw .form-add-button__file-inner__button:focus {
      color: #01005E; }

.form-add-button__help-text {
  margin-top: 0.5rem; }

.form-add-button.is-uploading .form-add-button__file-inner__detail__icon-loading {
  animation: spin 2s linear infinite; }

.form-add-button:not(.is-uploading) .form-add-button__file-inner--uploading {
  display: none; }

.form-add-button:not(.is-uploaded) .form-add-button__file-inner--uploaded {
  display: none; }

.form-add-button:not(.is-download) .form-add-button__file-inner--download {
  display: none; }

.form-add-button:not(.has-error) .form-add-button__file-inner--error {
  display: none; }

.is-uploading .form-add-button__file-inner:not(.form-add-button__file-inner--uploading) {
  display: none; }

.is-uploaded .form-add-button__file-inner:not(.form-add-button__file-inner--uploaded) {
  display: none; }

.is-download .form-add-button__file-inner:not(.form-add-button__file-inner--download) {
  display: none; }

.has-error .form-add-button__file-inner:not(.form-add-button__file-inner--error) {
  display: none; }

.form-add-button--input > .form-add-button__file-inner {
  border-radius: 0rem; }

.form-add-button--input > .form-add-button__file-inner:first-of-type {
  border-top-left-radius: 0.35rem;
  border-top-right-radius: 0.35rem;
  display: block; }
  @media (min-width: 692px) {
    .form-add-button--input > .form-add-button__file-inner:first-of-type {
      display: -ms-flexbox;
      display: flex; } }

.form-add-button--input > .form-add-button__file-inner:nth-of-type(1) > .form-add-button__file-inner__detail {
  display: inline-block;
  padding: 1rem 0rem; }
  @media (min-width: 692px) {
    .form-add-button--input > .form-add-button__file-inner:nth-of-type(1) > .form-add-button__file-inner__detail {
      display: inline-block;
      padding: 0rem; } }

.form-add-button--input > .form-add-button__file-inner:last-of-type {
  border-bottom-left-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem; }

.form-add-button--input > .form-add-button__file-inner--double {
  border-bottom-left-radius: 0.35rem;
  border-bottom-right-radius: 0.35rem; }

.form-add-button--input > .form-add-button__file-inner:nth-of-type(2) {
  position: relative;
  top: -1px; }

.form-add-button--input-plus-icon {
  position: absolute;
  top: -18px;
  left: 23px;
  color: #008a00;
  background-color: #eeeeee;
  padding: 0.5rem;
  box-sizing: content-box;
  z-index: 1; }
  .t-bws .form-add-button--input-plus-icon {
    color: #eb7036; }
  .t-dans .form-add-button--input-plus-icon {
    color: #343741; }
  .t-bigw .form-add-button--input-plus-icon {
    color: #243BE1; }
  @media (max-width: 767px) {
    .form-add-button--input-plus-icon {
      left: 13px; } }
  @media (max-width: 691px) {
    .form-add-button--input-plus-icon {
      left: 9px;
      top: -17px; } }

.form-add-button__file-inner__detail-finalcheck {
  -ms-flex: 1 1 auto;
      flex: 1 1 auto;
  padding-top: 2rem; }
  .form-add-button__file-inner__detail-finalcheck > span:first-child {
    display: block; }
  .form-add-button__file-inner__detail-finalcheck > span:nth-child(2) {
    font-weight: normal; }

.form-add-button__file-inner-finalhecks {
  background: #eeeeee;
  border: 1px dashed #bababa;
  width: 100%;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 5rem;
  padding: 1rem;
  border-radius: 0.35rem;
  text-align: left; }
  @media (min-width: 768px) {
    .form-add-button__file-inner-finalhecks {
      padding: 1rem 1.75rem; } }
  @media (max-width: 767px) {
    .form-add-button__file-inner-finalhecks {
      display: block; } }

.form-add-button__file-inner__input {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 16rem; }
  @media (max-width: 691px) {
    .form-add-button__file-inner__input {
      width: 100%;
      padding-left: 0rem !important;
      padding-right: 0rem !important; } }

.form-add-button__file-inner .styled-input__label,
.form-add-button__file-inner .styled-input__error {
  font-weight: normal; }

.form-add-button__file-inner__button {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  width: 20rem;
  text-align: center; }
  .t-bigw .form-add-button__file-inner__button {
    width: 16rem; }
  @media (max-width: 691px) {
    .form-add-button__file-inner__button {
      width: auto;
      padding-left: 1rem;
      padding-right: 0rem; } }

.t-bigw .form-add-button__file-inner__button--wide {
  width: 20rem; }

@media (max-width: 991px) {
  .t-bigw .form-add-button__file-inner__button--no-mobile-padding {
    padding-left: 0rem;
    padding-right: 0rem; } }

.carousel {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  max-width: 40rem;
  margin: 0 auto; }
  .carousel:not(.slick-initialized) {
    display: none; }
  @media (min-width: 768px) {
    .carousel {
      padding-left: 3rem;
      padding-right: 3rem; } }
  @media (min-width: 1200px) {
    .carousel {
      padding-left: 6rem;
      padding-right: 6rem; } }

.carousel__prev {
  display: none !important;
  position: absolute;
  left: 1.75rem;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 2.8rem;
  color: #008a00;
  padding: 0; }
  .t-bws .carousel__prev {
    color: #eb7036; }
  .t-dans .carousel__prev {
    color: #343741; }
  .t-bigw .carousel__prev {
    color: #243BE1; }
  @media (min-width: 768px) {
    .carousel__prev {
      display: block !important; } }
  @media (min-width: 1200px) {
    .carousel__prev {
      left: 3rem; } }
  .carousel__prev:hover, .carousel__prev:focus {
    color: #116b07; }
    .t-bws .carousel__prev:hover, .t-bws .carousel__prev:focus {
      color: #eb7036; }
    .t-dans .carousel__prev:hover, .t-dans .carousel__prev:focus {
      color: #9b9b9b; }
    .t-bigw .carousel__prev:hover, .t-bigw .carousel__prev:focus {
      color: #9b9b9b; }
  .carousel__prev:focus {
    outline: 0; }

.carousel__next {
  display: none !important;
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translate(50%, -50%);
  font-size: 2.8rem;
  color: #008a00;
  padding: 0; }
  .t-bws .carousel__next {
    color: #eb7036; }
  .t-dans .carousel__next {
    color: #343741; }
  .t-bigw .carousel__next {
    color: #243BE1; }
  @media (min-width: 768px) {
    .carousel__next {
      display: block !important; } }
  @media (min-width: 1200px) {
    .carousel__next {
      right: 3rem; } }
  .carousel__next:hover, .carousel__next:focus {
    color: #116b07; }
    .t-bws .carousel__next:hover, .t-bws .carousel__next:focus {
      color: #eb7036; }
    .t-dans .carousel__next:hover, .t-dans .carousel__next:focus {
      color: #9b9b9b; }
    .t-bigw .carousel__next:hover, .t-bigw .carousel__next:focus {
      color: #9b9b9b; }
  .carousel__next:focus {
    outline: 0; }

.carousel__dots {
  position: absolute;
  left: 0;
  top: 100%; }
  .carousel__dots li {
    width: 8px;
    height: 8px; }
    .carousel__dots li button {
      background: #bababa;
      border-radius: 50%;
      width: 8px;
      height: 8px;
      margin: 0 auto;
      padding: 0; }
      .carousel__dots li button::before {
        content: none; }
      .carousel__dots li button:hover, .carousel__dots li button:focus {
        background: #116b07; }
        .t-bws .carousel__dots li button:hover, .t-bws .carousel__dots li button:focus {
          background: #eb7036; }
        .t-dans .carousel__dots li button:hover, .t-dans .carousel__dots li button:focus {
          background: #364318; }
        .t-bigw .carousel__dots li button:hover, .t-bigw .carousel__dots li button:focus {
          background: #01005E; }
  .carousel__dots li.slick-active button {
    background: #008a00; }
    .t-bws .carousel__dots li.slick-active button {
      background: #eb7036; }
    .t-dans .carousel__dots li.slick-active button {
      background: #364318; }
    .t-bigw .carousel__dots li.slick-active button {
      background: #243BE1; }
    .carousel__dots li.slick-active button:hover, .carousel__dots li.slick-active button:focus {
      background: #116b07; }
      .t-bws .carousel__dots li.slick-active button:hover, .t-bws .carousel__dots li.slick-active button:focus {
        background: #eb7036; }
      .t-dans .carousel__dots li.slick-active button:hover, .t-dans .carousel__dots li.slick-active button:focus {
        background: #2A3412; }
      .t-bigw .carousel__dots li.slick-active button:hover, .t-bigw .carousel__dots li.slick-active button:focus {
        background: #01005E; }

.carousel__item {
  margin: 0.5rem; }
  .carousel__item:focus {
    outline: none; }

.avatar-picker {
  text-align: center;
  margin: 0 auto; }
  .avatar-picker ::-webkit-scrollbar {
    display: none; }
  @media (max-width: 767px) {
    .avatar-picker {
      position: relative; }
      .avatar-picker::before, .avatar-picker::after {
        content: "";
        position: absolute;
        top: 0;
        height: 100%;
        width: 1.75rem;
        z-index: 1; }
      .avatar-picker::before {
        left: 0;
        background: linear-gradient(to right, #ffffff 0%, rgba(255, 255, 255, 0) 100%); }
      .avatar-picker::after {
        right: 0;
        background: linear-gradient(to left, #ffffff 0%, rgba(255, 255, 255, 0) 100%); } }
  @media (min-width: 768px) {
    .avatar-picker {
      max-width: 35rem; } }
  @media (min-width: 992px) {
    .avatar-picker {
      max-width: 50rem; } }

@media (max-width: 767px) {
  .avatar-picker__scroller-wrap {
    overflow-x: auto; }
  .avatar-picker__inner {
    width: 100%;
    text-align: center;
    font-size: 0;
    line-height: 0;
    white-space: nowrap;
    padding: 0 1.5rem; } }

.avatar-picker__label {
  width: 6rem;
  height: 6rem;
  background-color: #ffffff;
  border-radius: 50%;
  margin: 0 0.75rem;
  margin-bottom: 1rem;
  position: relative;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  vertical-align: top;
  box-shadow: 0 0 0.75rem 0 rgba(57, 70, 78, 0.3);
  cursor: pointer; }

.profile-avatar {
  border-radius: 50%;
  margin: 0 0.75rem;
  box-shadow: 0 0.65rem 0.75rem 0 rgba(0, 0, 0, 0.7);
  cursor: default;
  width: 5.75rem;
  height: auto; }

.profile-avatar--small {
  width: 3.5rem;
  box-shadow: none; }

.avatar-picker__input:focus + .avatar-picker__label,
.avatar-picker__label:hover {
  outline: 0; }
  .avatar-picker__input:focus + .avatar-picker__label::before,
  .avatar-picker__label:hover::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("/_assets/_global/media/plus.png");
    background-color: rgba(0, 0, 0, 0.25);
    border-radius: 100%;
    background-size: 25% auto;
    background-position: center center;
    background-repeat: no-repeat; }

.avatar-picker__input:checked + .avatar-picker__label {
  box-shadow: 0rem 0.5rem 0.75rem 0 rgba(57, 70, 78, 0.3); }
  .avatar-picker__input:checked + .avatar-picker__label::after {
    content: "";
    border: 7px solid #85bc40;
    background: transparent;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100%; }
    .t-bws .avatar-picker__input:checked + .avatar-picker__label::after {
      border: 7px solid #f5b797; }
    .t-dans .avatar-picker__input:checked + .avatar-picker__label::after {
      border: 7px solid rgba(179, 175, 110, 0.75); }
    .t-bigw .avatar-picker__input:checked + .avatar-picker__label::after {
      border: 7px solid rgba(36, 59, 225, 0.2); }

.avatar-picker__input:checked + .avatar-picker__label::before {
  content: normal; }

bw-typeface-brand.benchmark {
  min-height: 8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0 2rem; }

.benchmark__result {
  color: #008a00;
  font-family: "FreshSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 1rem; }
  .t-bws .benchmark__result {
    color: #eb7036; }
  .t-dans .benchmark__result {
    color: #364318;
    font-family: "Sentinel", Helvetica, Arial, sans-serif;
    font-weight: 600; }
  .t-bigw .benchmark__result {
    color: #333333;
    font-weight: bold;
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }

.benchmark-result {
  color: #008a00;
  font-family: "FreshSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  margin-top: 0.5rem; }
  .t-bws .benchmark-result {
    color: #eb7036; }
  .t-dans .benchmark-result {
    color: #364318;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 600; }
  .t-bigw .benchmark-result {
    color: #333333;
    font-weight: bold;
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }

.benchmark__result.is-not-reached,
.benchmark-result.is-not-reached {
  color: #00562c; }
  .t-bws .benchmark__result.is-not-reached, .t-bws
  .benchmark-result.is-not-reached {
    color: #eb7036; }
  .t-dans .benchmark__result.is-not-reached, .t-dans
  .benchmark-result.is-not-reached {
    color: #2A3412; }
  .t-bigw .benchmark__result.is-not-reached, .t-bigw
  .benchmark-result.is-not-reached {
    color: #01005E; }

.benchmark--not-taken .benchmark__result {
  color: #bababa;
  margin-top: 0.5rem; }
  .t-dans .benchmark--not-taken .benchmark__result {
    font-family: Helvetica, Arial, sans-serif;
    font-weight: 500; }
  .t-bigw .benchmark--not-taken .benchmark__result {
    font-family: "Walsheim", Helvetica, Arial, sans-serif;
    font-weight: 500; }

.benchmark-bar {
  border: 1px solid #008a00;
  background-color: #eeeeee;
  width: 100%;
  height: 1.5rem;
  margin: 0 auto;
  border-radius: 999rem;
  position: relative;
  margin-bottom: 3.5rem;
  max-width: 20rem; }
  .t-bws .benchmark-bar {
    border: 1px solid #eb7036;
    background-color: transparent; }
  .t-dans .benchmark-bar {
    border: 1px solid #364318;
    background-color: transparent; }
  .t-bigw .benchmark-bar {
    border: 1px solid #243BE1;
    background-color: transparent; }

.benchmark-bar__percentage {
  border-radius: 999rem;
  position: absolute;
  height: 100%;
  background: #008a00;
  top: 0;
  left: 0;
  box-sizing: content-box;
  padding-right: 0.9rem;
  max-width: calc(100% - 0.9rem + 1px); }
  .t-bws .benchmark-bar__percentage {
    background: #eb7036; }
  .t-dans .benchmark-bar__percentage {
    background: #364318; }
  .t-bigw .benchmark-bar__percentage {
    background: #243BE1; }

.benchmark-bar__divisions {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
      flex-direction: row;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
  height: 100%; }

.benchmark-bar__divisions__indicator {
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #85bc40;
  z-index: 1; }
  .t-bws .benchmark-bar__divisions__indicator {
    background: #f5b797; }
  .t-dans .benchmark-bar__divisions__indicator {
    background: #b3af6e; }
  .t-bigw .benchmark-bar__divisions__indicator {
    background: #8490E4; }
  .benchmark-bar__divisions__indicator:first-child, .benchmark-bar__divisions__indicator:last-child {
    background: transparent; }

.benchmark-bar__divisions__benchmark {
  border-right: 2px dotted #85bc40;
  width: 2px;
  z-index: 1;
  display: block;
  height: 2rem;
  position: relative;
  top: 0.5rem;
  left: -1px; }
  .t-bws .benchmark-bar__divisions__benchmark {
    border-right: 2px dotted #f5b797; }
  .t-dans .benchmark-bar__divisions__benchmark {
    border-right: 2px dashed #b3af6e;
    font-family: Helvetica, Arial, sans-serif; }
  .t-bigw .benchmark-bar__divisions__benchmark {
    border-right: 2px dashed #8490E4;
    font-family: "Walsheim", Helvetica, Arial, sans-serif; }
  .benchmark-bar__divisions__benchmark::before {
    content: "";
    display: block;
    position: absolute;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 50%;
    border: 2px solid #85bc40;
    top: 2rem;
    right: 0;
    transform: translateX(60%); }
    .t-bws .benchmark-bar__divisions__benchmark::before {
      border: 2px solid #f5b797; }
    .t-dans .benchmark-bar__divisions__benchmark::before {
      border: 2px solid #b3af6e; }
    .t-bigw .benchmark-bar__divisions__benchmark::before {
      border: 2px solid #8490E4; }
  .benchmark-bar__divisions__benchmark::after {
    content: "Benchmark";
    display: block;
    height: calc(100% + 1.5rem);
    position: absolute;
    top: 2rem;
    right: 0;
    transform: translateX(50%);
    font-size: 0.75rem; }
    .t-bws .benchmark-bar__divisions__benchmark::after {
      font-weight: bold; }
    .t-dans .benchmark-bar__divisions__benchmark::after {
      font-weight: bold;
      font-family: Helvetica, Arial, sans-serif; }
    .t-bigw .benchmark-bar__divisions__benchmark::after {
      font-weight: bold;
      font-family: "Walsheim", Helvetica, Arial, sans-serif; }

.benchmark--condensed {
  min-height: 0;
  padding: 0;
  min-width: 18rem;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: end;
      align-items: flex-end; }
  .t-dans .benchmark--condensed {
    -ms-flex-align: end;
        align-items: flex-end; }
  .benchmark--condensed .benchmark-bar {
    margin: 0;
    margin-top: 0.25rem; }
  @media (max-width: 991px) {
    .benchmark--condensed {
      min-width: 6rem; }
      .t-dans .benchmark--condensed {
        -ms-flex-align: start;
            align-items: flex-start; } }

@media (min-width: 992px) {
  .t-bigw .benchmark-bar--right-align {
    margin-left: auto; } }

.tab-select {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  text-align: center; }
  @media (min-width: 768px) {
    .tab-select {
      -ms-flex-direction: row;
          flex-direction: row; }
      .t-dans .tab-select {
        margin-top: 4.25rem; } }
  @media (max-width: 767px) {
    .tab-select {
      padding-top: 3.75rem;
      position: relative; }
      .t-dans .tab-select {
        margin-top: 5.25rem;
        padding-top: 4.75rem; } }

.tab-select__link {
  text-decoration: none;
  background: #ffffff;
  color: #008a00;
  border: 0;
  padding: 0;
  display: block;
  -ms-flex: 1;
      flex: 1; }
  .t-bws .tab-select__link {
    color: #eb7036;
    font-weight: bold; }
  .t-dans .tab-select__link {
    color: #364318;
    font-weight: 600; }
  .t-bigw .tab-select__link {
    color: #333333;
    font-weight: bold; }
  .tab-select__link:hover {
    background: #008a00;
    color: #ffffff; }
    .t-bws .tab-select__link:hover {
      background: #eb7036; }
    .t-dans .tab-select__link:hover {
      background: #2A3412; }
    .t-bigw .tab-select__link:hover {
      background: #01005E; }
  .tab-select__link:focus {
    outline: 0; }
  @media (max-width: 767px) {
    .tab-select__link:focus {
      background: #008a00;
      color: #ffffff; }
      .t-bws .tab-select__link:focus {
        background: #eb7036; }
      .t-dans .tab-select__link:focus {
        background: #2A3412; } }

@media (min-width: 768px) {
  .tab-select__link {
    border-bottom: 1px solid #bababa; } }

@media (min-width: 768px) {
  .tab-select__link + .tab-select__link {
    border: 0;
    border-left: 1px solid #bababa; } }

.tab-select__link:not(.tab-select__link--button) {
  border-bottom: 1px solid #bababa; }

.tab-select__link__inner {
  display: -ms-flexbox;
  display: flex;
  min-height: 3.75rem;
  height: 3.75rem;
  padding: 1rem;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-align: center; }
  .t-dans .tab-select__link--button .tab-select__link__inner {
    min-height: 4.75rem;
    height: 4.75rem;
    padding-top: 1.75rem; }
  @media (min-width: 768px) {
    .tab-select__link__inner {
      -ms-flex-pack: center;
          justify-content: center;
      padding: 0.25rem 1rem;
      min-height: 5.875rem;
      height: 5.875rem; }
      .t-dans .tab-select__link__inner {
        min-height: 7.875rem;
        height: 7.875rem;
        padding-top: 1.5rem; } }

.tab-select__link--button {
  background: #39464e;
  color: #ffffff;
  margin: 0; }
  .t-bws .tab-select__link--button {
    background: #343741;
    color: #ffffff; }
  .t-dans .tab-select__link--button {
    background: #364318;
    color: #ffffff; }
  .t-bigw .tab-select__link--button {
    background: #243BE1;
    color: #ffffff; }
  @media (max-width: 767px) {
    .tab-select__link--button {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%; } }

@media (max-width: 767px) {
  .tab-select:not(.is-visible) .tab-select__link:not(.tab-select__link--button) {
    display: none; } }

.tab-select__link__icon {
  transition: transform 0.4s ease-in; }
  .tab-select.is-visible .tab-select__link__icon {
    transform: rotate(180deg); }
  @media (min-width: 768px) {
    .tab-select__link__icon {
      display: none; } }

.search-result {
  padding-top: 1.5rem;
  padding-bottom: 2.35rem;
  text-align: left; }
  @media (max-width: 1199px) {
    .search-result {
      padding-left: 1.5rem;
      padding-right: 1.5rem; } }

.search-result__heading {
  display: none;
  -ms-flex-direction: row;
      flex-direction: row;
  padding: 1.15rem 0; }
  @media (min-width: 992px) {
    .search-result__heading {
      display: -ms-flexbox;
      display: flex; } }

.search-result__heading__text {
  -ms-flex-positive: 1;
      flex-grow: 1;
  padding: 0.5rem 1.5rem 0.5rem 2rem;
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%; }
  .search-result__heading__text:last-child {
    -ms-flex-positive: 2;
        flex-grow: 2;
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%; }

.search-result__link + .search-result__link {
  margin-top: 1rem; }

.search-result__link {
  padding: 1.5rem 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: start;
      justify-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  background: #ffffff;
  text-decoration: none;
  width: 100%;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(57, 70, 78, 0.3); }
  .search-result__link:hover {
    background: #eeeeee;
    color: #008a00; }
    .t-bws .search-result__link:hover {
      color: #eb7036;
      background: #f5f5f5; }
    .t-dans .search-result__link:hover {
      color: #364318;
      background: #eeeeee; }
    .t-bigw .search-result__link:hover {
      color: #01005E;
      background: #eeeeee; }
  @media (min-width: 992px) {
    .search-result__link {
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      padding: 1.15rem 0; } }

.search-result__link__heading {
  display: block;
  font-size: 0.75rem;
  color: #bababa;
  padding-left: 1.5rem; }
  @media (min-width: 992px) {
    .search-result__link__heading {
      display: none; } }

.search-result__link__details {
  -ms-flex-positive: 1;
      flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  -ms-flex-preferred-size: auto;
      flex-basis: auto;
  font-size: 1.125rem;
  vertical-align: middle;
  padding: 0 0.5rem 1rem 1.5rem;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between; }
  .search-result__link__details:not(:last-child) {
    border-right: 0; }
    @media (min-width: 992px) {
      .search-result__link__details:not(:last-child) {
        border-right: 2px solid #bababa; } }
  .search-result__link__details:nth-child(2) {
    border-right: 0; }
  .search-result__link__details:nth-child(4) {
    border-left: 0; }
    @media (min-width: 992px) {
      .search-result__link__details:nth-child(4) {
        border-left: 2px solid #bababa; } }
  .search-result__link__details:last-child {
    -ms-flex-positive: 2;
        flex-grow: 2;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
    @media (min-width: 992px) {
      .search-result__link__details:last-child {
        -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%; } }
  @media (min-width: 992px) {
    .search-result__link__details {
      padding: 0.5rem 1rem 0.5rem 2rem;
      -ms-flex-preferred-size: 16.66667%;
          flex-basis: 16.66667%; } }
  @media (max-width: 991px) {
    .search-result__link__details {
      width: 100%; }
      .t-dans .search-result__link__details {
        padding: 0 1.5rem 1rem 1.5rem; }
      .t-bigw .search-result__link__details {
        padding: 0 1.5rem 1rem 1.5rem; } }
  .search-result__link__details .tooltip {
    position: static;
    padding-left: 1rem; }

.pagination {
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center; }

.pagination__nav,
.pagination__page {
  text-decoration: none;
  margin: 0 0.15rem;
  font-size: 1.125rem; }

.t-bws .pagination__nav {
  font-weight: bold; }

.t-dans .pagination__nav {
  font-weight: bold; }

.t-bigw .pagination__nav {
  font-weight: bold; }

.pagination__page {
  display: none;
  width: 2rem;
  line-height: 2rem;
  border-radius: 999rem;
  text-align: center; }
  .pagination__page:hover, .pagination__page:focus {
    color: #008a00;
    background: #eeeeee; }
    .t-bws .pagination__page:hover, .t-bws .pagination__page:focus {
      color: #eb7036; }
    .t-dans .pagination__page:hover, .t-dans .pagination__page:focus {
      color: #364318; }
    .t-bigw .pagination__page:hover, .t-bigw .pagination__page:focus {
      color: #243BE1; }
  .pagination__page.is-active {
    background: #008a00;
    color: #ffffff; }
    .t-bws .pagination__page.is-active {
      background: #eb7036; }
    .t-dans .pagination__page.is-active {
      background: #364318; }
    .t-bigw .pagination__page.is-active {
      background: #243BE1; }
  @media (min-width: 768px) {
    .pagination__page {
      display: block; } }

.pagination__page--mobile {
  display: block; }

.pagination__page--hellip {
  display: block; }
  .pagination__page--hellip:hover, .pagination__page--hellip:focus {
    color: unset;
    background: none; }

@media print {
  /* All your print styles go here */
  footer,
  header,
  nav {
    display: none !important; }
  h1 {
    font-size: 18px !important; }
  h2 {
    font-size: 17px !important; }
  h3 {
    font-size: 16px !important; }
  .u-featured-copy {
    font-size: 16px !important; }
  .page-panel {
    border-top: none !important;
    border-bottom: none !important; }
  .tab-select,
  .u-hide-print {
    display: none !important; }
  article,
  body {
    color: #000 !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important; }
  * {
    color: #000 !important;
    margin: 0 !important;
    padding: 0 !important; }
  input[type="submit"] {
    display: none !important; }
  button[type="submit"] {
    display: none !important; }
  a {
    font-weight: bold !important;
    text-decoration: underline !important;
    color: #000 !important; } }

.link-boxes {
  display: block;
  padding-top: 2rem;
  padding-bottom: 3rem;
  -ms-flex-pack: center;
      justify-content: center; }
  @media (min-width: 992px) {
    .link-boxes {
      display: -ms-flexbox;
      display: flex; } }

.link-boxes__box {
  text-decoration: none;
  margin: auto;
  background-color: #ffffff;
  display: -ms-flexbox;
  display: flex;
  color: #343741;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.7rem 2rem 0.7rem 0.7rem;
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 1rem;
  max-width: 400px;
  cursor: pointer; }
  .t-dans .link-boxes__box {
    color: #343741;
    font-family: "Sentinel", Helvetica, Arial, sans-serif;
    padding: 1.5rem 2rem 1.5rem 1.5rem; }
  .t-bigw .link-boxes__box {
    color: #343741;
    font-family: "Walsheim", Helvetica, Arial, sans-serif;
    padding: 1.5rem 2rem 1.5rem 1.5rem; }
  @media (min-width: 992px) {
    .link-boxes__box {
      display: -ms-flexbox;
      display: flex;
      width: 40%;
      margin: 0rem 1rem; } }
  .link-boxes__box:hover, .link-boxes__box:focus {
    background: #eeeeee; }
    .link-boxes__box:hover .to-do-list__icon, .link-boxes__box:focus .to-do-list__icon {
      color: #008a00; }
      .t-bws .link-boxes__box:hover .to-do-list__icon, .t-bws .link-boxes__box:focus .to-do-list__icon {
        color: #eb7036; }
      .t-dans .link-boxes__box:hover .to-do-list__icon, .t-dans .link-boxes__box:focus .to-do-list__icon {
        color: #364318; }
      .t-bigw .link-boxes__box:hover .to-do-list__icon, .t-bigw .link-boxes__box:focus .to-do-list__icon {
        color: #01005E; }

.link-boxes__box:last-of-type {
  margin-bottom: 0rem; }

.link-boxes__box span {
  padding: 0rem 1rem;
  -ms-flex-positive: 1;
      flex-grow: 1;
  text-align: left; }

.link-boxes__logo {
  width: 70px; }
  .t-dans .link-boxes__logo {
    width: 54px; }
  .t-bigw .link-boxes__logo {
    width: 54px; }

.t-dans .link-boxes__logo--large {
  width: 64px; }

.t-bigw .link-boxes__logo--large {
  width: 54px; }

.link-boxes__bottom-link {
  cursor: pointer;
  width: -webkit-fit-content;
  width: fit-content;
  margin: auto;
  text-decoration: none; }
  .link-boxes__bottom-link:hover {
    text-decoration: underline; }

.link-boxes__bottom-link:hover {
  text-decoration: underline; }

.t-bws .highlight-box {
  background: #ffffff;
  color: #39464e;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 600px;
  padding: 0.75rem 3rem;
  margin-left: auto;
  margin-right: auto; }

.t-dans .highlight-box {
  background: #ffffff;
  color: #39464e;
  font-weight: 500;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 600px;
  padding: 0.75rem 3rem;
  margin-left: auto;
  margin-right: auto; }

.t-bigw .highlight-box {
  background: #ffffff;
  color: #333333;
  font-weight: bold;
  width: -webkit-fit-content;
  width: fit-content;
  max-width: 600px;
  padding: 0.75rem 3rem;
  margin-left: auto;
  margin-right: auto; }

.arrow-indicator {
  display: none; }
  @media (min-width: 992px) {
    .arrow-indicator {
      width: 300px;
      height: 150px;
      display: block;
      position: absolute;
      left: 50%;
      margin-left: 5rem;
      bottom: -5rem; } }

.arrow-indicator--highlight-box {
  transform: scale(-1, 1) rotate(-270deg);
  margin-left: -34rem;
  bottom: 12rem; }

.arrow-indicator--card {
  margin-left: 35rem;
  top: 50%;
  margin-top: -9rem; }

.application-card {
  background-color: #ffffff;
  padding: 2rem 0;
  border-radius: 0.35rem;
  box-shadow: 0 0.25rem 0.75rem 0 rgba(57, 70, 78, 0.3);
  text-align: left; }
  .application-card + .application-card {
    margin-top: 0.75rem; }
  @media (min-width: 768px) {
    .application-card {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: row;
          flex-direction: row;
      -ms-flex-align: center;
          align-items: center;
      position: relative; }
      .application-card::before {
        content: '';
        position: absolute;
        width: 2px;
        height: calc(100% - 4rem);
        top: 2rem;
        right: 50%;
        transform: translate(50%);
        background: #bababa; } }

.application-card__section {
  padding: 0 1.5rem; }
  @media (min-width: 768px) {
    .application-card__section {
      padding: 0 2.5rem;
      width: 50%; } }

.application-card__date {
  font-weight: bold;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem; }
  @media (min-width: 768px) {
    .application-card__date {
      margin-top: 0.75rem;
      margin-bottom: 0; } }

.limit-text {
  overflow: hidden;
  word-wrap: break-word;
  text-overflow: ellipsis; }

.limitTextLess {
  max-height: 400px; }

.u-h1-new {
  font-size: 2.125rem;
  line-height: 2.375rem; }
  @media (min-width: 768px) {
    .u-h1-new {
      font-size: 2.5rem;
      line-height: 4.375rem; } }

.u-h1-candidateInterest-error {
  font-size: 2.125rem;
  line-height: 2.375rem; }
  @media (min-width: 768px) {
    .u-h1-candidateInterest-error {
      font-size: 3.375rem;
      line-height: 3.375rem; } }

.u-featured-copy-new {
  font-family: "FreshSans", Helvetica, Arial, sans-serif;
  font-weight: 500;
  font-size: 1.25rem;
  line-height: 1.75rem; }
  @media (min-width: 768px) {
    .u-featured-copy-new {
      font-size: 1.4375rem;
      line-height: 2rem; } }

.u-font-medium-candidateInterest {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem; }
  @media (min-width: 768px) {
    .u-font-medium-candidateInterest {
      font-size: 1.09375rem;
      line-height: 1.5rem; } }

.u-spacer-bottom-xs-new {
  margin-bottom: 2.5rem !important; }

.u-spacer-bottom-m-new {
  margin-bottom: 1rem !important; }
  @media (min-width: 992px) {
    .u-spacer-bottom-m-new {
      margin-bottom: 4.5rem !important; } }

.u-spacer-bottom-xs-new-1 {
  margin-bottom: 4rem !important; }

@media (min-width: 1500px) {
  .footer__nav {
    width: 50rem; } }

.footer__nav-list--secondary span,
.footer__nav-list--secondary--largest span {
  text-decoration: none;
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  padding: 0.625rem 0; }

@media (min-width: 992px) {
  .footer__nav-list--secondary span,
  .footer__nav-list--secondary--largest span {
    padding: 0; } }

@media (min-width: 1500px) {
  .footer__nav-list--secondary--largest span {
    padding-right: 1.875rem;
    border-right: 1px solid #ababab;
    border-right: 0.0625rem solid #ababab; } }

.form-add-button__file-inner-new {
  border: 1px solid #bababa;
  width: 100%;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-height: 5rem;
  padding: 1rem;
  border-radius: 0.35rem;
  text-align: left;
  margin-bottom: 40px;
  box-shadow: 0 0 10px #bababa; }
  @media (min-width: 768px) {
    .form-add-button__file-inner-new {
      padding: 1rem 1.75rem; } }

.form-add-button__file-inner__detail__icon {
  font-size: 1.5rem; }

.form-add-button__file-inner__button__text {
  display: inline-block; }

.form-add-span_resume_download {
  display: inline-block;
  margin-right: 0.5rem; }

.styled-input__input:focus + datalist + .styled-input__label,
.styled-input__input.has-value + datalist + .styled-input__label {
  font-size: 0.8125rem;
  padding: 2px 14px 0 14px;
  background-color: #f5f5f5; }

.styled-input__input:focus + .styled-input__label,
.styled-input__input:focus + datalist + .styled-input__label {
  color: #39464e;
  background-color: #ffffff; }

.styled-input__error {
  font-weight: bold; }

.icon-resume-download {
  fill: currentColor;
  width: 1.25em;
  height: 0.7em;
  display: inline;
  vertical-align: middle; }

#loading-bar-container {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75); }

#loading-bar-container:after {
  width: 40px;
  height: 40px;
  border: 5px solid #fff;
  border-radius: 50%;
  border-color: #fff transparent;
  content: "";
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  animation: spin 2s linear infinite; }

.ng-email-val {
  color: #ed1c24;
  margin-top: 0.5em; }
  .ng-email-val.active {
    color: #008a00; }

.mailvalidationsuccess {
  color: #008a00;
  margin-top: 0.5em; }

#loading-bar {
  display: none; }

.form-loader {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 5px solid red;
  margin-left: 5px;
  border-radius: 50%;
  border-color: red transparent;
  content: "";
  animation: spin 2s linear infinite; }

.styled-input__error .ng-val {
  display: none; }

.styled-input.ng-has-error .styled-input__error {
  display: block; }
  .styled-input.ng-has-error .styled-input__error .ng-val {
    display: block; }
  .styled-input.ng-has-error .styled-input__error .js-val {
    display: none; }

.ng-has-error .styled-input__error_message {
  display: block;
  color: #ed1c24;
  margin-top: 0.5em;
  font-weight: bold;
  text-align: center; }
  .ng-has-error .styled-input__error_message .styled-input__error_message-new {
    display: none; }
  .ng-has-error .styled-input__error_message .styled-input__error.ng-val {
    display: none; }
  .ng-has-error .styled-input__error_message .styled-input__error.js-val {
    display: none; }

.ng-has-error-new .styled-input__error_message-new {
  display: block;
  color: #ed1c24;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em; }
  .ng-has-error-new .styled-input__error_message-new .styled-input__error_message {
    display: none; }
  .ng-has-error-new .styled-input__error_message-new .styled-input__error.ng-val {
    display: none; }
  .ng-has-error-new .styled-input__error_message-new .styled-input__error.js-val {
    display: none; }

.styled-input__error_message-new {
  display: none; }

.ng-has-error-new.enddateval .styled-input__label--date {
  top: auto; }
  @media (min-width: 320px) {
    .ng-has-error-new.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 576px) {
    .ng-has-error-new.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 768px) {
    .ng-has-error-new.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 992px) {
    .ng-has-error-new.enddateval .styled-input__label--date {
      bottom: 3.35rem; } }
  @media (min-width: 1200px) {
    .ng-has-error-new.enddateval .styled-input__label--date {
      bottom: 3.35rem; } }

.styled-input__error_message,
.ng-has-error .styled-input__error_message + .styled-input__error {
  display: none; }

.enddateval .styled-input__label--date {
  top: auto;
  bottom: 1rem; }

.ng-has-error.enddateval .styled-input__label--date {
  top: auto; }
  @media (min-width: 320px) {
    .ng-has-error.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 576px) {
    .ng-has-error.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 768px) {
    .ng-has-error.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 992px) {
    .ng-has-error.enddateval .styled-input__label--date {
      bottom: 3.35rem; } }
  @media (min-width: 1200px) {
    .ng-has-error.enddateval .styled-input__label--date {
      bottom: 3.35rem; } }

pre.pre {
  position: fixed;
  left: 0;
  top: 0;
  text-align: left;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999; }

.availablecontainer .shift-picker.js-shift-picker[data-option="Deleted"] {
  display: none; }

.hiddenitem {
  visibility: hidden; }

.modal {
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.77);
  top: 0px;
  left: 0;
  z-index: 30;
  display: table; }

.modal__positioner {
  display: table-cell;
  vertical-align: middle; }

.modal__container {
  background-color: white;
  max-width: 36rem;
  margin: 1.5rem;
  box-shadow: 0px 0px 20px 1px black; }
  @media (min-width: 39rem) {
    .modal__container {
      margin-left: auto;
      margin-right: auto; } }

.modal__content {
  padding: 1.5rem;
  padding-left: 1.2rem;
  padding-right: 1.2rem; }
  @media (min-width: 39rem) {
    .modal__content {
      padding: 3rem;
      padding-top: 4rem;
      padding-bottom: 4rem; } }
  @media (max-width: 767px) {
    .modal__content {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; } }

@media (max-width: 767px) {
  .modal__content--scrollable {
    padding-left: 0rem;
    padding-right: 0rem; } }

.modal__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center; }

.modal__buttons--shadow {
  padding-top: 1.5rem;
  box-shadow: 0px -4px 7px -1px rgba(0, 0, 0, 0.2); }

.modal__container--scrollable {
  max-width: 60rem;
  padding: 0rem 3rem;
  margin: 1.5rem; }
  @media (min-width: 63rem) {
    .modal__container--scrollable {
      margin-left: auto;
      margin-right: auto; } }

.modal__container--scrollable.modal__content {
  padding-left: 6rem;
  padding-right: 6rem; }

.modal__scroll {
  border: solid 1px #898989;
  border-radius: 0.2rem;
  padding: 2rem;
  overflow-y: scroll;
  height: 45vh;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 767px) {
    .modal__scroll {
      padding: 0rem 1.5rem;
      border: none; } }

.modal__scroll table {
  border: solid 1px #bababa;
  width: 100%;
  table-layout: fixed;
  text-align: left;
  border-collapse: collapse; }

.modal__scroll table th {
  background-color: #f5f5f5;
  font-weight: bold;
  font-family: "FreshSans", Helvetica, Arial, sans-serif;
  font-size: 1.0625rem; }
  @media (max-width: 767px) {
    .modal__scroll table th {
      font-size: 0.9375rem; } }

.modal__scroll table th,
.modal__scroll table td {
  padding: 0.6rem;
  border: solid 1px #bababa; }
  @media (max-width: 767px) {
    .modal__scroll table th,
    .modal__scroll table td {
      padding: 0.3rem; } }

.modal h3 {
  margin-bottom: 0.5rem; }
  @media (max-width: 991px) {
    .modal h3 {
      margin: 0.5rem 0rem 0.25rem 0rem; } }

#loading-bar-container {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: black;
  opacity: 0.75;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
  filter: alpha(opacity=75); }

#loading-bar-container:after {
  width: 40px;
  height: 40px;
  border: 5px solid #fff;
  border-radius: 50%;
  border-color: #fff transparent;
  content: "";
  position: fixed;
  z-index: 99999;
  left: 50%;
  top: 50%;
  margin: -20px 0 0 -20px;
  animation: spin 2s linear infinite; }

.ng-email-val {
  color: #ed1c24;
  margin-top: 0.5em; }
  .ng-email-val.active {
    color: #008a00; }

.mailvalidationsuccess {
  color: #008a00;
  margin-top: 0.5em; }

#loading-bar {
  display: none; }

.form-loader {
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 5px solid red;
  margin-left: 5px;
  border-radius: 50%;
  border-color: red transparent;
  content: "";
  animation: spin 2s linear infinite; }

.styled-input__error .ng-val {
  display: none; }

.styled-input.ng-has-error .styled-input__error {
  display: block; }
  .styled-input.ng-has-error .styled-input__error .ng-val {
    display: block; }
  .styled-input.ng-has-error .styled-input__error .js-val {
    display: none; }

.ng-has-error .styled-input__error_message {
  display: block;
  color: #ed1c24;
  margin-top: 0.5em;
  font-weight: bold;
  text-align: center; }
  .ng-has-error .styled-input__error_message .styled-input__error_message-new {
    display: none; }
  .ng-has-error .styled-input__error_message .styled-input__error.ng-val {
    display: none; }
  .ng-has-error .styled-input__error_message .styled-input__error.js-val {
    display: none; }

.ng-has-error-new .styled-input__error_message-new {
  display: block;
  color: #ed1c24;
  font-weight: bold;
  text-align: center;
  margin-top: 0.5em; }
  .ng-has-error-new .styled-input__error_message-new .styled-input__error_message {
    display: none; }
  .ng-has-error-new .styled-input__error_message-new .styled-input__error.ng-val {
    display: none; }
  .ng-has-error-new .styled-input__error_message-new .styled-input__error.js-val {
    display: none; }

.styled-input__error_message-new {
  display: none; }

.ng-has-error-new.enddateval .styled-input__label--date {
  top: auto; }
  @media (min-width: 320px) {
    .ng-has-error-new.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 576px) {
    .ng-has-error-new.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 768px) {
    .ng-has-error-new.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 992px) {
    .ng-has-error-new.enddateval .styled-input__label--date {
      bottom: 3.35rem; } }
  @media (min-width: 1200px) {
    .ng-has-error-new.enddateval .styled-input__label--date {
      bottom: 3.35rem; } }

.styled-input__error_message,
.ng-has-error .styled-input__error_message + .styled-input__error {
  display: none; }

.enddateval .styled-input__label--date {
  top: auto;
  bottom: 1rem; }

.ng-has-error.enddateval .styled-input__label--date {
  top: auto; }
  @media (min-width: 320px) {
    .ng-has-error.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 576px) {
    .ng-has-error.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 768px) {
    .ng-has-error.enddateval .styled-input__label--date {
      bottom: 2.5rem; } }
  @media (min-width: 992px) {
    .ng-has-error.enddateval .styled-input__label--date {
      bottom: 3.35rem; } }
  @media (min-width: 1200px) {
    .ng-has-error.enddateval .styled-input__label--date {
      bottom: 3.35rem; } }

pre.pre {
  position: fixed;
  left: 0;
  top: 0;
  text-align: left;
  color: #000;
  background-color: rgba(255, 255, 255, 0.5);
  z-index: 999; }

.availablecontainer .shift-picker.js-shift-picker[data-option="Deleted"] {
  display: none; }

.hiddenitem {
  visibility: hidden; }
  
 .password-reset-text {
    color: red;
    font-weight: bold;
}
