/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */

/* @import url('http://fast.fonts.net/t/1.css?apiType=css&projectid=107904f1-21e6-4d39-b1f0-8e0fe852ed19'); */	/* Commented out by AL */

html {
/* font-family: sans-serif; */			/* Commented out by AL */
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
/* main, */					/* Commented out by AL */
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
/* font-weight: bold; } */			/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal; }			/* Added by AL */

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2.38em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
.search-snippet strong,				/* Added by AL */
mark {
/* background: #ff0; */				/* Commented out by AL */
  background-color: rgba(255,255,0,0.5);	/* Added by AL */
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
/* input[type='search'] { */			/* Commented out by AL */
.m-search-popover input[type='search'],		/* Added by AL */
.m-search-popover input[type='text'] {		/* Added by AL */
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
/* font-weight: bold; } */			/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal; }			/* Added by AL */

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

th {						/* Added by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal; }			/* Added by AL */


/* Colors */
/* Mixins */
/* Base, incorporating  HTML5 Boilerplate v4.3.0 */
html,
button,
input,
select,
textarea {
/* color: #222; } */				/* COmmented out by AL */
  color: var(--txt); }				/* Added by AL */

html {
  font-size: 1em;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
/* font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
  font-family: var(--regular-font), Arial, sans-serif;		/* Added by AL */
  font-weight: normal; }

h1, h2, h3, h4, h5, h6, strong, b {
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font), Arial, sans-serif;		/* Added by AL */
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.4; }

::-moz-selection {
/* background: #4db3e6; */			/* Commented out by AL */
  background-color: #4db3e6;			/* Added by AL */
  text-shadow: none; }

::selection {
/* background: #4db3e6; */			/* Commented out by AL */
  background-color: #4db3e6;			/* Added by AL */
  text-shadow: none; }

.l-site-wrapper ::-moz-selection {		/* Added by AL */
  background-color: #c35d1a; }			/* Added by AL */
.l-site-wrapper ::selection {			/* Added by AL */
  background-color: #c35d1a; }			/* Added by AL */

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0; }

audio,
canvas,
img,
video {
  vertical-align: middle; }

fieldset {
  border: 0;
  margin: 0;
  padding: 0; }

textarea {
  resize: vertical; }

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

body {
/* background: #eaeff3; */			/* Commented out by AL */
  background-color: #eaeff3;			/* Added by AL */
  min-width: 320px;
  background-size: contain !important;
  background-position: center top; }

a {
/* color: #4db3e6; */				/* Commented out by AL */
  color: var(--lnk);				/* added by AL */

  text-decoration: none;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s; }

a:hover {
/* color: #7ac6ec; } */				/* Commented out by AL */
  color: var(--lnk-hv); }			/* Added by AL */

.random-image {
  background-size: cover;
  background-position: center; }

/*
main > div {
  padding-top: 70px !important;
  padding-bottom: 70px !important; }
  @media (max-width: 1150px) {
    main > div {
      padding-top: 50px !important;
      padding-bottom: 50px !important; } }
  @media (max-width: 767px) {
    main > div {
      padding-top: 40px !important;
      padding-bottom: 40px !important; } }

main > div:nth-child(even) {
  background: #f6f9fd;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 1150px) {
    main > div:nth-child(even) {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    main > div:nth-child(even) {
      margin-left: -150px;
      margin-right: -150px;
      padding-left: 150px;
      padding-right: 150px; } }

main.flipped > div:nth-child(even) {
  background: white; }

main.flipped > div:nth-child(odd) {
  background: #f6f9fd;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 1150px) {
    main.flipped > div:nth-child(odd) {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    main.flipped > div:nth-child(odd) {
      margin-left: -150px;
      margin-right: -150px;
      padding-left: 150px;
      padding-right: 150px; } }

@media (max-width: 767px) {
  main > div:first-child {
    padding-top: 40px !important; } }

@media (max-width: 480px) {
  main > div:first-child {
    padding-top: 20px !important; } }

main > div:last-child {
  padding-bottom: 140px !important; }
  @media (max-width: 767px) {
    main > div:last-child {
      padding-bottom: 80px !important; } }
*/						/* Following replaces above by AL */

          .module > div {
            padding-top: 70px !important;
            padding-bottom: 70px !important; }
            @media (max-width: 1150px) {
              .module > div {
                padding-top: 50px !important;
                padding-bottom: 50px !important; } }
            @media (max-width: 767px) {
              .module > div {
                padding-top: 40px !important;
                padding-bottom: 40px !important; } }

          .module.altbkg:not(.flipped) > div[class^='l-']:nth-child(even),
          .module.altbkg:not(.flipped) > div[class^='m-']:nth-child(even),
          .module.altbkg.flipped > div[class^='l-']:nth-child(odd),
          .module.altbkg.flipped > div[class^='m-']:nth-child(odd) {
            background-color: #f6f9fd; }
/*        .module.flipped > div, */
          .module > div {
            margin-left: calc(0px - var(--lg-gap));
            margin-right: calc(0px - var(--lg-gap));
            padding-left: var(--lg-gap);
            padding-right: var(--lg-gap); }
            @media (max-width: 1150px) {
/*            .module.flipped > div, */
              .module > div {
                margin-left: calc(0px - var(--md-gap));
                margin-right: calc(0px - var(--md-gap));
                padding-left: var(--md-gap);
                padding-right: var(--md-gap); } }
            @media (max-width: 767px) {
/*            .module.flipped > div, */
              .module > div {
                margin-left: calc(0px - var(--sm-gap));
                margin-right: calc(0px - var(--sm-gap));
                padding-left: var(--sm-gap);
                padding-right: var(--sm-gap); } }
            @media (max-width: 500px) {
/*            .module.flipped > div, */
              .module > div {
                margin-left: calc(0px - var(--xs-gap));
                margin-right: calc(0px - var(--xs-gap));
                padding-left: var(--xs-gap);
                padding-right: var(--xs-gap); } }

          /* Add margin to top and bottom of main content... */
          #main {
            margin-top: 70px;
            margin-bottom: 140px; }
            @media (max-width: 1150px) {
              #main {
                margin-top: 50px;
                margin-bottom: 100px; } }
            @media (max-width: 767px) {
              #main {
                margin-top: 40px;
                margin-bottom: 80px; } }
            @media (max-width: 500px) {
              #main {
                margin-top: 20px;
                margin-bottom: 40px; } }

          /* ... then remove top/bottom padding from first/last module */
          .module > div:first-child {
            padding-top: 0 !important;}
          .module > div:last-child {
            padding-bottom: 0 !important;}


.visuallyhidden, .m-site-footer .social-networks li .text {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
  /* 1 */ }

a.button {
  padding: 14px 16px;
/* background: #4db3e6; */			/* Commented out by AL */
/* color: white; */				/* Commented out by AL */
  background-color: #4db3e6;			/* Added by AL */
  color: var(--white-color);			/* Added by AL */
  display: inline-block;
  transition: all .1s;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  border: 0;
  line-height: 1.4; }
  a.button::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  a.button::before {
    background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  a.button::before {
    margin: 2px 0 0 14px; }
  a.button:hover {
/*  background: #20a0e0; */			/* Commented out by AL */
/*  color: white; } */				/* Commented out by AL */
    background-color: #20a0e0;			/* Added by AL */
    color: var(--white-color); }		/* Added by AL */

@media print {
  * {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]::after {
    content: ' (' attr(href) ')'; }
  abbr[title]::after {
    content: ' (' attr(title) ')'; }
  .ir a::after,
  a[href^='javascript:']::after,
  a[href^='#']::after {
    content: ''; }
  pre,
  blockquote {
/*  border: 1px solid #999; */			/* Commented out by AL */
    border: 1px solid var(--blq-bdr-pre);	/* Added by AL */
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  @page {
    margin: 0.5cm; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; } }



.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

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

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
/* Base */
.hamburger {
/* padding: 15px 15px; */			/* Commented out by AL */
  padding: 10px 15px 15px;			/* Added by AL */
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
  outline: none; }
  .hamburger:hover {
    opacity: 0.7; }

.hamburger-box {
  width: 34px;
  height: 29px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -1.5px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 34px;
    height: 3px;
    background-color: #4db3e6;
    border-radius: 0;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: '';
    display: block; }
  .hamburger-inner::before {
    top: -13px; }
  .hamburger-inner::after {
    bottom: -13px; }

/*! http://responsiveslides.com v1.55 by @viljamis */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0; }

/* Site header */
.m-site-header {
  position: relative;
/* z-index: 2; */				/* Commented out by AL */
  z-index: 500;				/* Added by AL */
  padding-top: 135px;
  height: auto; }
  .m-site-header::after {
    content: ' ';
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-site-header {
      padding-top: 120px; } }
  @media (max-width: 767px) {
    .m-site-header {
      padding-top: 96px; } }
  @media (max-width: 500px) {
    .m-site-header {
      padding-top: 80px; } }

.m-site-header--home,
.m-site-header--user-function-page {
  height: auto; }

/* Logo */
.m-logo {
  display: inline-block;
/* background: rgba(19, 50, 77, 0.9); */	/* Commented out by AL */
  background-color: var(--nav-bkg);		/* Added by AL */
/* padding: 30px; */				/* Commented out by AL */
  padding: 18px;				/* Added by AL */
  position: absolute;
  top: 0;
  left: 0; }
  @media (max-width: 767px) {
    .m-logo {
/*    padding: 25px; } } */			/* Commented out by AL */
      padding: 12px; } }			/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-logo {
/*    padding: 20px; } } */			/* Commented out by AL */
      padding: 10px; } }			/* Added by AL */

.m-logo img {
/* width: 198px; */				/* Commented out by AL */
/* height: 60px; */				/* Commented out by AL */
  width: 250px;					/* Added by AL */
  height: 85px; }				/* Added by AL */
  @media (max-width: 767px) {
    .m-logo img {
/*    width: 150px; */				/* Commented out by AL */
/*    height: 46px; } } */			/* Commented out by AL */
      width: 176px;				/* Added by AL */
      height: 60px; } }				/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-logo img {
/*    width: 130px; */				/* Commented out by AL */
/*    height: 40px; } } */			/* Commented out by AL */
      width: 150px;				/* Added by AL */
      height: 52px; } }				/* Added by AL */

.m-logo span {
  display: none; }

/* Secondary navigation */
.m-secondary-navigation {
  top: 0;
  right: 0;
  position: absolute; }
  @media (max-width: 1150px) {
    .m-secondary-navigation {
      display: none; } }
/* @media (max-width: 767px) {			/* Commented out by AL */
/*  .m-secondary-navigation {			/* Commented out by AL */
/*    display: none; } }			/* Commented out by AL */

.m-secondary-navigation::before {
  content: '';
  position: absolute;
  top: -20px;
  right: -10px;
  bottom: -10px;
  left: -10px;
  display: block;
  background: rgba(0, 0, 0, 0.1);
  filter: blur(40px); }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-secondary-navigation::before {
    background: none; } }

/* .m-secondary-navigation ul { */		/* Commented out by AL */
.m-secondary-navigation ul.menu.nav {		/* Added by AL */
/* padding: 0; */				/* Commented out by AL */
  margin: 0;
  list-style: none;
  display: inline-block;
  position: relative;
/* padding: 12px 5px; } */			/* Commented out by AL */
  padding: 12px 0px 12px 5px; }			/* Added by AL */

/* .m-secondary-navigation li { */		/* Commented out by AL */
.m-secondary-navigation .menu.nav li {		/* Added by AL */
  display: inline-block;
  margin-left: 20px; }

/* .m-secondary-navigation li a { */		/* Commented out by AL */
.m-secondary-navigation .menu.nav li a {	/* Added by AL */
/* font-size: 14px; */				/* Commented out by AL */
/* color: white; */				/* Commented out by AL */
  font-size: var(--ms-font-size);		/* Added by AL */
  color: var(--white-color);			/* Added by AL */
  transition: all .2s;
  text-shadow: 1px 1px 2px #777;		/* Added by AL */
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal; }
  @media (max-width: 1150px) {
/*  .m-secondary-navigation li a { */		/* Commented out by AL */
    .m-secondary-navigation .menu.nav li a {	/* Added by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--nav2-FS); } }		/* Added by AL */
  @media (max-width: 767px) {
/*  .m-secondary-navigation li a { */		/* Commented out by AL */
    .m-secondary-navigation .menu.nav li a {	/* Added by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-FS); } }		/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-secondary-navigation li a { */		/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */

/* .m-secondary-navigation li a:hover { */	/* Commented out by AL */
.m-secondary-navigation .menu.nav li a:hover {	/* Added by AL */
  color: #4db3e6; }

.m-secondary-navigation li.is-current a {
  text-decoration: underline;
  cursor: default; }

.m-secondary-navigation li.is-current a:hover {
  color: #4db3e6; }

/* Navigation mobile */
.m-mobile-navigation {
  position: fixed;
  top: 0;
  left: 0;
  padding: 13vh 20px 20px 20px;
  margin: 0;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  height: 100%;
  max-height: 100%;
  width: 100%;
/* background: rgba(0, 9, 38, 0.91); */		/* Commented out by AL */
  background: rgba(0, 9, 38, 0.96);		/* Added by AL */
/* font-size: 18px; */				/* Commented out by AL */
  font-size: var(--ml-font-size);		/* Added by AL */
  display: none;
  z-index: 110;
  visibility: visible;
  opacity: 1; }

.m-mobile-navigation.is-visible {
  display: block; }

.m-mobile-navigation.is-hidden {
  display: none; }

html.has-mobile-menu-open {
  height: 100%; }

body.has-mobile-menu-open {
  overflow: hidden;
  height: 100%; }

body.has-mobile-menu-open .l-site-wrapper {
  height: 100%; }

.m-mobile-navigation a {
  position: relative;
  display: block;
  padding-top: 11px;
  padding-bottom: 10px;
  line-height: 1.5;
  padding-right: 44px; }
  @media (max-width: 767px) {
    .m-mobile-navigation a {
      padding-top: 9px;
      padding-bottom: 8px; } }

.m-mobile-navigation a:hover {
  color: #ffed00 !important; }

.m-mobile-navigation .site-navigation {
  padding: 0;
/* margin: 0; */				/* Commented out by AL */
  list-style: none;
  max-width: 470px;
  margin: 0 auto; }
  @media (max-width: 1150px) {
    .m-mobile-navigation .site-navigation {
      max-width: 540px; } }
  @media (max-width: 767px) {
    .m-mobile-navigation .site-navigation {
      max-width: 470px; } }

.m-mobile-navigation .site-navigation ul {
  padding-left: 15px; }

.m-mobile-navigation .site-navigation li {
  display: block;
  margin: 0; }

.m-mobile-navigation .site-navigation > li {
  border-bottom: 1px solid #2e5878; }

.m-mobile-navigation .site-navigation > li:last-child {
  border-bottom: 0; }

.m-mobile-navigation .site-navigation > li > a {
  color: #4db3e6;
/*  text-transform: uppercase; */
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal; }

.m-mobile-navigation .site-navigation > li > div > ul {
  padding-bottom: 8px; }

.m-mobile-navigation .site-navigation > li > div > ul > li > a {
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
/* font-size: 16px; */				/* Commented out by AL */
  font-size: var(--md-font-size);		/* Added by AL */
/*  text-transform: uppercase; */
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */

.m-mobile-navigation .site-navigation > li > div > ul > li > ul > li > a {
/* font-size: 14px; */				/* Commented out by AL */
/* color: white; } */				/* Commented out by AL */
      font-size: var(--ms-font-size);		/* Added by AL */
      color: var(--white-color); }		/* Added by AL */

.m-mobile-navigation .site-navigation > li > div > ul > li > ul > li > ul > li > a {
  color: #4db3e6;
/* font-size: 14px; } */			/* Commented out by AL */
  font-size: var(--sm-font-size); }		/* Added by AL */

.m-mobile-navigation .site-navigation .is-current a {
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */

.m-mobile-navigation .sub-menu-action {
  line-height: 1.05;
  background: rgba(32, 167, 167, 0.14902);
  border-radius: 100px;
  width: 34px;
  height: 34px;
  padding: 0;
  text-align: center;
  font-weight: 200;
/* font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
  font-family: var(--regular-font);		/* Added by AL */
  font-weight: normal;
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 30px; }
  @media (max-width: 767px) {
    .m-mobile-navigation .sub-menu-action {
      top: 5px; } }

.m-mobile-navigation .sub-menu-action-close {
  display: none; }

.m-mobile-navigation .is-showing-children > a > .sub-menu-action-close {
  display: block; }

.m-mobile-navigation .is-showing-children > a > .sub-menu-action-open {
  display: none; }

.m-mobile-navigation .has-children > ul,
.m-mobile-navigation .has-children > div.area {
  display: none; }

.m-mobile-navigation .has-children.is-showing-children > ul,
.m-mobile-navigation .has-children.is-showing-children > div.area {
  display: block; }

.m-mobile-navigation .elsewhere span {
  color: #4db3e6;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
/* font-weight: normal; */			/* Commented out by AL */
/* font-size: 16px; */				/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  font-size: var(--md-font-size); }		/* Added by AL */

.m-mobile-navigation .elsewhere.has-children ul {
  display: block; }

.m-mobile-navigation .elsewhere.has-children ul a {
  color: #4db3e6; }

.m-mobile-navigation .secondary-navigation {
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.m-mobile-navigation .secondary-navigation ul {
  display: inline;
  padding: 0; }

.m-mobile-navigation .secondary-navigation li {
  display: inline-block;
  padding: 0 10px; }

.m-mobile-navigation .secondary-navigation a {
/* color: white; */				/* Commented out by AL */
/* font-size: 16px; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  font-size: var(--md-font-size);		/* Added by AL */
  padding-left: 10px;
  padding-right: 10px; }


/* Mobile breadcrumb */
.m-mobile-breadcrumb {
  position: relative;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  background: rgba(19, 50, 77, 0.9);
  padding: 12px 15px;
  display: none; }
  @media (max-width: 767px) {
    .m-mobile-breadcrumb {
      display: none; } }

.m-mobile-breadcrumb li {
/* font-size: 12px; } */			/* Commented out by AL */
  font-size: var(--xs-font-size); }		/* Added by AL */


/* Hamburger */
.m-hamburger {
/* z-index: 500; */				/* Commented out by AL */
  z-index: 1105;				/* Added by AL */
  top: 11px;
  right: 40px;
/* position: absolute; */			/* Commented out by AL */
  position: fixed;				/* Added by AL */
  display: none; }
  @media (max-width: 1150px) {
    .m-hamburger {
      display: block !important;
      right: 25px; } }
  @media (max-width: 767px) {
    .m-hamburger {
      top: 5px;
/*    right: calc((100% - 470px) / 2); */	/* Commented out by AL */
      right: var(--sm-gap);			/* Added by AL */
/*    margin-right: -6px; */			/* Commented out by AL */
      margin-right: -10px;			/* Added by AL */
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7);
      transform-origin: top right; } }
  @media screen and (max-width: 500px) {
    .m-hamburger {
      margin-right: 5px;
      right: 0; } }


.has-mobile-menu-open .m-hamburger {
  display: block; }

.m-hamburger .hamburger .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .m-hamburger .hamburger .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .m-hamburger .hamburger .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.m-hamburger .hamburger.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .m-hamburger .hamburger.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .m-hamburger .hamburger.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

/* Search popover */
.m-search-popover {
  position: fixed;
  top: 0;
  left: 0;
/* padding: 0 0 0 0; */				/* Commented out by AL */
  padding: 0;					/* Added by AL */
  margin: 0;
  overflow: auto;
  height: 100%;
  max-height: 100%;
  width: 100%;
  opacity: 0;
  text-align: center;
  display: table;
  visibility: hidden;
  z-index: -100;
  font-size: 30px; }
  @media (max-width: 767px) {
    .m-search-popover {
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--lm-font-size); } }	/* Added by AL */

.m-search-popover.is-visible {
  display: table; }

.m-search-popover .inner {
  display: table;
  width: 100%;
  height: 100%;
  position: relative; }

.m-search-popover .inner-inner {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding-bottom: 420px; }
  @media (max-width: 767px) {
    .m-search-popover .inner-inner {
      padding: 15px;
      padding-bottom: 100px; } }

.m-search-popover.is-hidden {
  display: none; }

.m-search-popover .back {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0; }

.m-search-popover form {
  display: inline-block;
  z-index: 10;
  position: relative;
  text-align: center;
  width: 100%;
  max-width: 530px;
  border: 10px solid white; }

.m-search-popover img {
  display: block;
  margin: 0 auto 50px;
  width: 400px;
  margin-bottom: -150px; }
  @media (max-width: 767px) {
    .m-search-popover img {
      height: auto;
      width: 360px;
      max-width: 100%; } }

.m-search-popover input[type='search'],		/* Added by AL */
.m-search-popover input[type='text'] {
  -webkit-appearance: none;
  border-radius: 0;
/* width: 100%; */				/* Commented out by AL */
  width: calc(100% - 60px);			/* Added by AL */
  height: 35px;					/* Added by AL */
  padding: 30px;
/* padding-right: 120px; */			/* Commented out by AL */
  border: 0;
/* background: #d3ecf9; } */			/* Commented out by AL */
  background-color: #d3ecf9; }			/* Added by AL */
  @media (max-width: 767px) {
    .m-search-popover input[type='search'],	/* Added by AL */
    .m-search-popover input[type='text'] {
/*    padding: 15px 105px 15px 15px; } } */	/* Commented out by AL */
      padding: 12.5px 13px;			/* Added by AL */
      width: calc(100% - 26px); } }		/* Added by AL */

/* .m-search-popover input[type='submit'] { */				/* Commented out by AL */
.m-search-popover button[type='submit']:not(.element-invisible) {	/* Added by AL */
/* position: absolute; */						/* Commented out by AL */
  top: 0;
  right: 0;
/* background: #13324d; */			/* Commented out by AL */
/* color: white; */				/* Commented out by AL */
  background-color: #13324d;			/* Added by AL */
  color: var(--white-color);			/* Added by AL */
  vertical-align: top;
  cursor: pointer;
/* padding: 30px 40px; */			/* Commented out by AL */
  padding: 26px 26px 26px 32px;			/* Added by AL */
  height: 95px;					/* Added by AL */
  border: 0;
  font-size: inherit;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s; }
  @media (max-width: 767px) {
/*  .m-search-popover input[type='submit'] { */				/* Commented out by AL */
    .m-search-popover button[type='submit']:not(.element-invisible) {	/* Added by AL */
      height: 60px;							/* Added by AL */
      padding: 15px;
      font-size: inherit; } }

/* .m-search-popover input[type='submit']:hover { */			/* Commented out by AL */
.m-search-popover button[type='submit']:not(.element-invisible):hover {	/* Added by AL */
  color: #333;
/* background: #ffed00; } */			/* Commented out by AL */
  background-color: #ffed00; }			/* Added by AL */

.m-search-popover ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #13324d; }

.m-search-popover ::-moz-placeholder {
  /* Firefox 19+ */
  color: #13324d; }

.m-search-popover :-ms-input-placeholder {
  /* IE 10+ */
  color: #13324d; }

.m-search-popover :-moz-placeholder {
  /* Firefox 18- */
  color: #13324d; }

.m-search-popover .form-control {		/* Added by AL */
  font-size : 28px; }				/* Added by AL */

.m-search-popover .input-group .btn {		/* Added by AL */
  border-radius: 0; }				/* Added by AL */

/* Subnavigation */
.m-subnavigation {
  width: 340px;
  position: relative;
/* background: rgba(7, 32, 53, 0.75); */	/* Commented out by AL */
/* background: rgba(19, 50, 77, 0.9); */	/* Commented out by AL */
  background-color: var(--nav-bkg);		/* Added by AL */
/* margin-bottom: -100px; */			/* Commented out by AL */
/* margin-top: -60px; } */			/* Commented out by AL */
  margin: -60px 60px -100px 0; }		/* Added by AL */
  @media (max-width: 1280px) {			/* Added by AL */
    .m-subnavigation {				/* Added by AL */
      max-width: 300px; } }			/* Added by AL */
  @media (max-width: 1150px) {
    .m-subnavigation {
      margin-bottom: 0;
      margin-top: 0;
      width: auto;
      min-width: 255px;				/* Added by AL */
      position: absolute;
      z-index: 2;
      top: 140px;
      left: 0;
      max-height: none; } }
  @media (max-width: 767px) {
    .m-subnavigation {
      top: 116px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-subnavigation {
      top: 100px; } }

.m-subnavigation header {
  padding: 20px 30px 15px; }
  @media (max-width: 1150px) {
    .m-subnavigation header {
      padding: 20px 20px 15px; } }
  @media (max-width: 767px) {
    .m-subnavigation header {
      padding: 13px 20px 12px; } }

.m-subnavigation header span {
  text-transform: uppercase;
  display: block;
/* font-size: 12px; */				/* Commented out by AL */
/* color: #ddd; } */				/* Commented out by AL */
  font-size: var(--xs-font-size);		/* Added by AL */
  color: var(--snav3-lnk); }			/* Added by AL */
  @media (max-width: 767px) {
    .m-subnavigation header span {
      font-size: 10px; } }

.m-subnavigation header a {
/* font-size: 16px; */				/* Commented out by AL */
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-size: var(--this-section-FS);		/* Added by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal; }

.m-subnavigation ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-subnavigation li {
  line-height: 1.2;
  margin-top: 10px; }

.m-subnavigation a {
  font-size: var(--nav2-FS);			/* Added by AL */
  color: #4db3e6; }

.m-subnavigation a:hover {
/* opacity: 0.7; } */				/* Commented out by AL */
  opacity: 0.85; }				/* Added by AL */

.m-subnavigation .current > a {
  color: #222;
/* background: #ffed00;	*/			/* Commented out by AL */
  background-color: #ffed00;			/* Added by AL */
  padding: 3px 5px;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  margin-left: -5px;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone; }

.m-subnavigation > div {			/* Added by AL */
  border-top: 4px solid rgba(0, 0, 0, 0.26);	/* Added by AL */
  max-height: 392px;				/* Added by AL */
  overflow: auto; }				/* Added by AL */

.m-subnavigation > ul {
  padding: 30px;
  border-top: 4px solid rgba(0, 0, 0, 0.26);
  max-height: 392px;
  overflow: auto; }
.m-subnavigation div > ul {			/* Added by AL */
  padding: 30px; }				/* Added by AL */
  @media (max-width: 1150px) {
    .m-subnavigation div > ul,			/* Added by AL */
    .m-subnavigation > ul {
      padding: 18px 20px; } }
  @media (max-width: 767px) {
    .m-subnavigation > div,			/* Added by AL */
    .m-subnavigation div > ul,			/* Added by AL */
    .m-subnavigation > ul {
/*    max-height: none; */			/* Commented out by AL */
/*    overflow: visible; } } */			/* Commented out by AL */
      max-height: none; } }			/* Added by AL */

.m-subnavigation > div.is-scrollable::after,	/* Added by AL */
.m-subnavigation > ul.is-scrollable::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  width: 100%;
  height: 25px;
  background: rgba(17,45,69,0.75) url('../img/icon-scroll.svg') center/contain no-repeat;		/* #112d45 and URL modified by AL */
  background-size: 18px 10px;
/* pointer-events: none; */			/* Commented out by AL */
  pointer-events: unset;			/* Added by AL */
  transition: all .2s; }
  @media (max-width: 767px) {
    .m-subnavigation > div.is-scrollable::after,	/* Added by AL */
    .m-subnavigation > ul.is-scrollable::after {
      content: none;
      display: none; } }
  @media (max-width: 1150px) {					/* Added by AL */
    .m-subnavigation:not(.is-open) > div.is-scrollable::after,	/* Added by AL */
    .m-subnavigation:not(is-open) > ul.is-scrollable::after {	/* Added by AL */
      transition: all 0s; } }

.m-subnavigation > div.is-scrollable.has-been-scrolled::after,		/* Added by AL */
.m-subnavigation > ul.is-scrollable.has-been-scrolled::after {
  pointer-events: none;				/* Added by AL */
  opacity: 0; }

.m-subnavigation > ul.is-scrollable.has-been-scrolled > li:last-of-type {	/* Added by AL */
  margin-bottom: 30px; }			/* Added by AL */
    @media (max-width: 767px) {
      .m-subnavigation > ul.is-scrollable.has-been-scrolled > li:last-of-type {	/* Added by AL */
        margin-bottom: 0; } }			/* Added by AL */

.m-subnavigation div > ul > li:first-of-type,	/* Added by AL */
.m-subnavigation > ul > li:first-child {
  margin-top: 0; }

.m-subnavigation div > ul > li > ul,		/* Added by AL */
.m-subnavigation > ul > li > ul {
  padding-left: 17px; }

.m-subnavigation div > ul > li > ul li,		/* Added by AL */
.m-subnavigation > ul > li > ul li {		/* Added by AL */
  line-height: 1.1;				/* Added by AL */
  margin-top: 5px; }				/* Added by AL */

.m-subnavigation div > ul > li > ul a,		/* Added by AL */
.m-subnavigation > ul > li > ul a {
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--sx-font-size);		/* Added by AL */
  color: #eaf6fc; }

.m-subnavigation > ul > li > ul a::before {
  content: '';
  float: left;
  width: 7px;
  height: 1px;
/* background: #eaf6fc; */			/* Commented out by AL */
  background-color: #eaf6fc;			/* Added by AL */
  margin-left: -15px;
  margin-top: 10px; }

.m-subnavigation div > ul > li > ul > li > ul,	/* Added by AL */
.m-subnavigation > ul > li > ul > li > ul {	/* Added by AL */
  padding-left: 17px; }				/* Added by AL */

.m-subnavigation > ul ul ul a::before,		/* Added by AL */
.m-subnavigation div > ul ul ul a::before {	/* Added by AL */
  content: '';					/* Added by AL */
  float: left;					/* Added by AL */
  width: 7px;					/* Added by AL */
  height: 1px;					/* Added by AL */
  background-color: #eaf6fc;			/* Added by AL */
  margin-left: -15px;				/* Added by AL */
  margin-top: 10px; }				/* Added by AL */

.m-subnavigation .toggle {
  display: none; }
  @media (max-width: 1150px) {
    .m-subnavigation .toggle {
      cursor: pointer;				/* Added by AL */
      display: block;
      font: normal normal normal 14px/1 FontAwesome;
      position: absolute;
      top: 24px;
      right: 24px;
      border: 2px solid rgba(255, 255, 255, 0.3);
      padding: 2px 9px;
      opacity: 1; } }
  @media (max-width: 767px) {
    .m-subnavigation .toggle {
      top: 17px;
      right: 17px; } }
  @media (max-width: 500px) {			/* Added by AL */
    .m-subnavigation .toggle {			/* Added by AL */
      top: 12px; } }				/* Added by AL */

.m-subnavigation .toggle::after {
  content: '\f0d7';
/* color: white; */				/* Commented out by AL */
  color: rgba(255, 255, 255, 0.5);		/* Added by AL */
  font-size: 30px; }

.m-subnavigation.is-open {
  background: rgba(19, 50, 77, 0.9); }

.m-subnavigation.is-open .toggle::after {
  content: '\f0d8'; }

.m-subnavigation.is-open .toggle {		/* Added by AL */
    padding-bottom: 4px;			/* Added by AL */
    padding-top: 0; }				/* Added by AL */

@media (max-width: 1150px) {
  .m-subnavigation div > ul,			/* Added by AL */
  .m-subnavigation > ul {
    height: 0;
/*  overflow: hidden; */			/* Commented out by AL */
    padding-top: 0;
    padding-bottom: 0;
    border-top: 0; } }

@media (max-width: 1150px) {
  .m-subnavigation.is-open div > ul {		/* Added by AL */
    height: auto;				/* Added by AL */
    padding-top: 20px;				/* Added by AL */
    padding-bottom: 20px; }			/* Added by AL */
  .m-subnavigation.is-open > ul {
    border-top: 4px solid rgba(0, 0, 0, 0.26);
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px; } }

/* Site footer */
.m-site-footer {
  clear: both;
/* background: #13324d; */			/* Commented out by AL */
/* color: #d1e4f4; */				/* Commented out by AL */
  background-color: var(--foot-bkg);		/* Added by AL */
  color: var(--foot-txt);			/* Added by AL */
  padding-top: 100px;
  padding-bottom: 100px;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--foot-txt-FS);		/* Added by AL */
  position: relative;
/* margin-left: -100px; */			/* Commented out by AL */
/* margin-right: -100px; */			/* Commented out by AL */
/* padding-left: 100px; */			/* Commented out by AL */
/* padding-right: 100px; } */			/* Commented out by AL */
  margin-left: calc(0px - var(--lg-gap));	/* Added by AL */
  margin-right: calc(0px - var(--lg-gap));	/* Added by AL */
  padding-left: var(--lg-gap);			/* Added by AL */
  padding-right: var(--lg-gap); } 		/* Added by AL */
  @media (max-width: 1150px) {
    .m-site-footer {
      margin-left: calc(0px - var(--md-gap));	/* Added by AL */
      margin-right: calc(0px - var(--md-gap));	/* Added by AL */
      padding: 60px var(--md-gap);		/* Added by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-site-footer {
      margin-left: calc(0px - var(--sm-gap));	/* Added by AL */
      margin-right: calc(0px - var(--sm-gap));	/* Added by AL */
      padding-left: var(--sm-gap);		/* Added by AL */
      padding-right: var(--sm-gap);		/* Added by AL */
      padding-top: 40px;			/* Added by AL */
      padding-bottom: 40px;			/* Added by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-site-footer {				/* Added by AL */
      margin-left: calc(0px - var(--xs-gap));	/* Added by AL */
      margin-right: calc(0px - var(--xs-gap));	/* Added by AL */
      padding-left: var(--xs-gap);		/* Added by AL */
      padding-right: var(--xs-gap); } }		/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-site-footer { */				/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-site-footer { */				/* Commented out by AL */
/*    margin-left: -40px; */			/* Commented out by AL */
/*    margin-right: -40px; */			/* Commented out by AL */
/*    padding-left: 40px; */			/* Commented out by AL */
/*    padding-right: 40px; } } */		/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-site-footer { */				/* Commented out by AL */
/*    margin-left: -150px; */			/* Commented out by AL */
/*    margin-right: -150px; */			/* Commented out by AL */
/*    padding-left: 150px; */			/* Commented out by AL */
/*    padding-right: 150px; } } */		/* Commented out by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-site-footer { */				/* Commented out by AL */
/*    padding-top: 60px; */			/* Commented out by AL */
/*    padding-bottom: 60px; } } */		/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-site-footer { */				/* Commented out by AL */
/*    padding-top: 40px; */			/* Commented out by AL */
/*    padding-bottom: 40px; } } */		/* Commented out by AL */

.m-site-footer a {
/* color: #4db3e6; */				/* Commented out by AL */
  color: var(--foot-lnk);			/* Added by AL */
  transition: all .2s; }

.m-site-footer a:hover {
/* color: #ffed00; } */				/* Commented out by AL */
  color: var(--foot-lnk-hv); }			/* Added by AL */

.m-site-footer h2 {
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;				/* Added by AL */
  margin-top: 0;
/* font-size: 24px; } */			/* Commented out by AL */
  font-size: var(--foot-ttl-FS); }		/* Added by AL */
  @media (max-width: 1150px) {
    .m-site-footer h2 {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--foot-ttl-md-FS); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-site-footer h2 {
      float: left;				/* Added by AL */
      width: 50%;				/* Added by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--foot-ttl-sm-FS); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-site-footer h2 { */			/* Commented out by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-site-footer h2 { */			/* Commented out by AL */
/*    float: left; */				/* Commented out by AL */
/*    width: 50%; } } */			/* Commented out by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-site-footer h2 {
      float: none;
      width: auto; } }

.m-site-footer .primary-footer {
  display: flex;
  gap: 25px;					/* Added by AL */
  justify-content: space-between; }
  @media (max-width: 1150px) {
    .m-site-footer .primary-footer {
      flex-wrap: wrap; } }
  @media (max-width: 767px) {
    .m-site-footer .primary-footer {
      display: block; } }

.m-site-footer .primary-footer > div {
/* height: 300px; } */				/* Commented out by AL */
  height: auto;					/* Added by AL */
  padding-bottom: 50px; }			/* Added by AL */
  .m-site-footer .primary-footer > div::after {
    content: ' ';
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-site-footer .primary-footer > div {
      flex: 1;
      padding-right: 40px; } }
  @media (max-width: 950px) {
    .m-site-footer .primary-footer > div {
      padding-right: 26px; } }
  @media (max-width: 767px) {
    .m-site-footer .primary-footer > div {
      padding-right: 0;
      padding-bottom: 40px;
      height: auto; } }
.m-site-footer .primary-footer > div:last-of-type {	/* Added by AL */
  padding-right: 0; }				/* Added by AL */

@media (max-width: 1150px) {
  .m-site-footer .primary-footer > div.logo {
    width: 100%;
    flex: auto;
    padding-right: 0;
/*  height: 130px; } } */			/* Commented out by AL */
    height: auto;				/* Added by AL */
    padding-bottom: 50px; } }			/* Added by AL */
@media (max-width: 767px) {
  .m-site-footer .primary-footer > div.logo {
    height: auto;
    padding-bottom: 30px; } }

.m-site-footer .logo {
  height: 300px; }
  @media (max-width: 767px) {
    .m-site-footer .logo {
      width: 50px;
      height: auto; } }

.m-site-footer .logo span {
  display: none; }

.m-site-footer .logo img {
  width: 232px;
  max-width: 100%;
  margin-bottom: 18px;				/* Added by AL */
  opacity: 1; }
  @media (max-width: 1150px) {
    .m-site-footer .logo img {
      width: calc(33% - 22px); } }
  @media (max-width: 767px) {
    .m-site-footer .logo img {
/*    width: 170px; } } */			/* Commented out by AL */
      height: 68px; 				/* Added by AL */
      width: 200px; } }				/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-site-footer .logo img { */		/* Commented out by AL */
/*    width: 130px; } } */			/* Commented out by AL */

.primary-footer .logo p {			/* Added by AL */
  line-height: 1.33; }				/* Added by AL */

.m-site-footer .social-networks ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left; }
  @media (max-width: 767px) {
    .m-site-footer .social-networks ul {
      float: right;
/*    width: 50%; */				/* Commented out by AL */
      width: 100%;				/* Added by AL */
      margin-top: -10px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-site-footer .social-networks ul {
      float: none;
      margin-top: 0;
      width: auto; } }

.m-site-footer .social-networks li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
/* font-size: 29px; */				/* Commented out by AL */
/* margin-right: 13px; } */			/* Commented out by AL */
  font-size: var(--foot-soc-FS);		/* Added by AL */
  margin-right: var(--foot-soc-gap); }		/* Added by AL */
  @media (max-width: 767px) {
    .m-site-footer .social-networks li {
/*    font-size: 30px; */			/* Commented out by AL */
/*    margin-right: 17px; } }			/* Commented out by AL */
      font-size: var(--foot-soc-sm-FS);		/* Added by AL */
      margin-right: var(--foot-soc-sm-gap); } }	/* Added by AL */

.m-site-footer .social-networks li:last-child {
  margin-right: 0; }

.m-site-footer .social-networks li a {
  transition: all .2s; }
.m-site-footer .logo a:hover,			/* Added by AL */
.m-site-footer .social-networks li a:hover {
  opacity: 0.7; }
.m-site-footer .email-signup {
/* width: 26%; } */				/* Commented out by AL */
  width: auto; }				/* Added by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-site-footer .email-signup { */		/* Commented out by AL */
/*    width: auto; } } */			/* Commented out by AL */

@media (max-width: 767px) {
  .m-site-footer .email-signup .text-content {
    float: right;
    width: 50%; } }

/* @media (max-width: 480px) { */		/* Commented out by AL */
@media (max-width: 500px) {			/* Added by AL */
  .m-site-footer .email-signup .text-content {
    float: none;
    width: auto; } }

.m-site-footer .email-signup p {
  line-height: 1.6; }
  @media (max-width: 767px) {
    .m-site-footer .email-signup p {
      margin-top: 0; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-site-footer .email-signup p {
      float: none;
      width: auto;
      margin-top: inherit; } }

.m-site-footer .email-signup a {
  padding: 14px 16px;
/* background: #4db3e6; */			/* Commented out by AL */
/* color: white; */				/* Commented out by AL */
  background-color: var(--lnk-btn-bkg);		/* Added by AL */
  color: var(--lnk-btn-txt);			/* Added by AL */
  display: inline-block;
  transition: all .1s;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-size: var(--md-font-size);		/* Added by AL */
  font-weight: normal;
  border: 0;
  line-height: 1.4; }
  .m-site-footer .email-signup a::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  .m-site-footer .email-signup a::before {
    background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  .m-site-footer .email-signup a::before {
    margin: 2px 0 0 14px; }
  .m-site-footer .email-signup a:hover {
/*  background: #20a0e0; */			/* Commented out by AL */
/*  color: white; } */				/* Commented out by AL */
    background-color: var(--lnk-btn-bkg-hv);	/* Added by AL */
    color: var(--lnk-btn-txt); }		/* Added by AL */
  @media (max-width: 767px) {
    .m-site-footer .email-signup a {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--ms-font-size); } }	/* Added by AL */

.m-site-footer .email-signup h2 img {
  width: 80px;
  margin-top: -14px;
  margin-bottom: -10px;
  margin-left: 7px; }
  @media (max-width: 1150px) {
    .m-site-footer .email-signup h2 img {
      width: 62px; } }

.m-site-footer .email-signup p {		/* Added by AL */
  clear: both; }				/* Added by AL */

.m-site-footer .footer-navigation ul {
  padding: 0;
  margin: 0;
  list-style: none;
  padding-top: 6px; }
  @media (max-width: 767px) {
    .m-site-footer .footer-navigation ul {
      float: right;
/*    width: 50%; } } */			/* Commented out by AL */
      width: 100%; } }				/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-site-footer .footer-navigation ul {
      float: none;
      width: auto; } }

.m-site-footer .footer-navigation a {
  padding: 14px 16px;
/* background: #4db3e6; */			/* Commented out by AL */
/* color: white; */				/* Commented out by AL */
  background-color: var(--lnk-btn-bkg);		/* Added by AL */
  color: var(--lnk-btn-txt);			/* Added by AL */
  display: inline-block;
  transition: all .1s;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-size: var(--lnk-btn-FS);			/* Added by AL */
  font-weight: normal;
  border: 0;
  line-height: 1.4;
  margin-bottom: 10px; }
  .m-site-footer .footer-navigation a::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  .m-site-footer .footer-navigation a::before {
    background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  .m-site-footer .footer-navigation a::before {
    margin: 2px 0 0 14px; }
  .m-site-footer .footer-navigation a:hover {
/*  background: #20a0e0; */			/* Commented out  by AL */
/*  color: white; } */				/* Commented out by AL */
    background-color: var(--lnk-btn-bkg-hv);	/* Added by AL */
    color: var(--lnk-btn-txt); }		/* Added by AL */
  @media (max-width: 767px) {
    .m-site-footer .footer-navigation a {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--ms-font-size); } }	/* Added by AL */

.m-site-footer .footer-navigation li:last-child a {
  margin-bottom: 0; }

/* .m-site-footer .secondary-footer { */	/* Commented out by AL */
.m-site-footer .primary-footer + .secondary-footer {	/* Added by AL */
  clear: both;
  padding-top: 40px;
  border-top: 2px solid rgba(255, 255, 255, 0.08); }

.m-site-footer .secondary-footer .legal {
  float: right;
/* width: 42%; */				/* Commented out by AL */
/* font-size: 12px; */				/* Commented out by AL */
  font-size: var(--foot-lgl-txt-FS);		/* Added by AL */
  line-height: 1.4;
  padding-top: 3px; }

/* @media (max-width: 1150px) { */		/* Commented out by AL */
  @media (max-width: 1230px) {			/* Added by AL */
    .m-site-footer .secondary-footer .legal {
/*    float: left; */				/* Commented out by AL */
/*    clear: left; */				/* Commented out by AL */
      margin-top: 30px;
      width: 100%; } }
  @media (max-width: 767px) {
    .m-site-footer .secondary-footer .legal {
      margin-top: 5px;
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */

.m-site-footer .secondary-footer .legal p {
  margin: 0 0 8px 0;
/* opacity: 0.4; } */				/* Commented out by AL */
  opacity: 0.6; }				/* Added by AL */

.m-site-footer .secondary-footer .legal .navigation ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-site-footer .secondary-footer .legal .navigation li {
  display: inline-block;
  margin-bottom: 10px;				/* Added out by AL */
  margin-right: 10px; }

.m-site-footer .secondary-footer .legal .navigation li a {
/* color: white; } */				/* Commented out by AL */
  color: var(--foot-lgl-txt); }			/* Added by AL */

.m-site-footer .secondary-footer .partners ul {
  padding: 0;
  margin: 0;
  list-style: none;
  float: left; }

.m-site-footer .secondary-footer .partners ul li {
  display: inline-block;
/* margin-right: 30px; } */			/* Commented out by AL */
  margin-right: 25px; }				/* Added by AL */
  @media (max-width: 767px) {
    .m-site-footer .secondary-footer .partners ul li {
/*    max-width: 33.333333%; */			/* Commented out by AL */
      max-width: 50%;				/* Added by AL */
      margin-right: -3px;
      padding-right: 10px;
      margin-bottom: 30px; } }

@media (max-width: 767px) {
  .m-site-footer .secondary-footer .partners ul li:nth-child(even) {
    padding-right: 0;
    padding-left: 10px; } }

@media (max-width: 1150px) {
  .m-site-footer .secondary-footer .partners ul li:last-child {
    margin-right: 0; } }

.m-site-footer .secondary-footer .partners ul li a {
  display: inline-block;
/* opacity: 0.4; */				/* Commented out by AL */
  opacity: 0.8;					/* Added by AL */
  transition: all .2s; }

.m-site-footer .secondary-footer .partners ul li a:hover {
  opacity: 1; }

.m-site-footer .secondary-footer .partners img {
  max-width: 200px;
  width: 100%; }
  @media (max-width: 1150px) {
    .m-site-footer .secondary-footer .partners img {
      max-width: 206px; } }
  @media (max-width: 767px) {
    .m-site-footer .secondary-footer .partners img {
      height: auto;				/* Added by AL */
      max-width: 100%; } }

/* Fixed bar */
.m-fixed-bar {
  position: fixed;
/* right: calc((100vw - 1680px) / 2); */	/* Commented out by AL */
/* left: calc((100vw - 1680px) / 2); */		/* Commented out by AL */
  left: calc((100% - 1680px) / 2);		/* Added by AL */
  right: calc((100% - 1680px) / 2);		/* Added by AL */
  top: 0;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
/* z-index: 120; */				/* Commented out by AL */
/* transform: translate3d(0, -100%, 0); */	/* Commented out by AL */
  z-index: 1480;				/* Added by AL */
  transform: translate3d(0, -1000px, 0);	/* Added by AL */
  transition: all .2s; }
  @media screen and (max-width: 1680px) {
    .m-fixed-bar {
      right: 0;
      left: 0; } }
  @media (max-width: 1150px) {
    .m-fixed-bar {
      display: none !important; } }

.m-fixed-bar.is-shown {
  transform: translate3d(0, 0, 0); }

.toolbar .m-fixed-bar.is-shown {		/* Added by AL */
  transform: translate3d(0, 64px, 0); }		/* Added by AL */


.m-fixed-bar .wrap {
  height: 60px;					/* Added by AL */
  padding: 6px 100px;
  position: relative;
/* background: #13324d; } */			/* Commented out by AL */
  background-color: var(--nav2-bkg); }		/* Added by AL */

.m-fixed-bar .wrap + .wrap {
/* padding: 17px 100px 19px; */			/* Commented out by AL */
/* background: #0e2539; } */			/* Commented out by AL */
  padding: 17px 100px 18px;			/* Added by AL */
  background-color: var(--breadcrumb-bkg);	/* Added by AL */
  height: auto;					/* Added by AL */
  min-height: 60px; }				/* Added by AL */

.m-fixed-bar .title {
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  font-size: 26px;
  margin-top: -3px; }

.m-fixed-bar .title a {
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */

.m-fixed-bar .back-to-top {
  position: absolute;
  right: 100px;
/* top: 15px; } */				/* Commented out by AL */
  top: 12px; }					/* Added by AL */
  @media (max-width: 1150px) {
    .m-fixed-bar .back-to-top {
      display: none; } }

.m-fixed-bar .back-to-top button {
  border: 0;
  background: url('../img/icon-back-to-top-blue.svg') no-repeat;	/* URL modified by AL, added no-repeat */
/* width: 30px; */				/* Commented out by AL */
/* height: 30px; } */				/* Commented out by AL */
  padding: 15px; }				/* Added by AL */

.m-fixed-bar .back-to-top span {
  display: none; }

/* Mega nav */
.m-mega-nav {
  position: relative;
  clear: both; }
  @media (max-width: 1150px) {
    .m-mega-nav {
      display: none; } }
  @media (max-width: 767px) {
    .m-mega-nav {
      display: none; } }

.m-mega-nav a {
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  display: inline-block; }

.m-mega-nav > ul {
  padding: 0;
/* margin: 0; */				/* Commented out by AL */
  list-style: none;
  overflow: hidden;
/* margin-right: -20px; } */			/* Commented out by AL */
  margin: 0 -20px 0 0; }			/* Added by AL */
  .m-mega-nav > ul::after {
    content: ' ';
    display: table;
    clear: both; }

.m-mega-nav > ul > li {
  float: left; }

.m-mega-nav > ul a {
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
/* background: rgba(0, 9, 38, 0.7); */		/* Commented out by AL */
/* background: rgba(19, 50, 77, 0.9); */	/* Commented out by AL */
  background-color: var(--nav-bkg);		/* Added by AL */
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  padding: 10px 12px 7px;
  display: inline-block;
/* font-size: 18px; */				/* Commented out by AL */
  font-size: var(--nav-FS);			/* Added by AL */
  transition: all .2s; }

.m-mega-nav:not(.main-nav) > ul a {		/* Added by AL */
  background-color: transparent; }		/* Added by AL */

/* .m-mega-nav > ul li:first-child a { */	/* Commented out by AL */
/* padding-left: 16px; } */			/* Commented out by AL */

/*! .wrap .m-mega-nav { */			/* Added by AL */
  .wrap .m-mega-nav ul.site-navigation {	/* Added by AL */
  margin-left: -12px;}				/* Added by AL */

.wrap .m-mega-nav div.area:first-of-type {	/* Added by AL */
  left: -12px; }				/* Added by AL */

.m-mega-nav > ul a:hover {
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */

.m-mega-nav > ul li.is-current a,
.m-mega-nav > ul li.is-current.is-hovered a {
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */

.m-mega-nav > ul li.is-hovered a {
  color: #4db3e6;
/* background: #183f61; } */			/* Commented out by AL */
  background: var(--nav-bkg-hv); }		/* Added by AL */

/* .m-fixed-bar .m-mega-nav .site-navigation li:first-child a { */	/* Commented out by AL */
/* padding-left: 0; } */						/* Commented out by AL */

.m-mega-nav .area {
  line-height: 1;
/* background: #183f61; */			/* Commented out by AL */
  background-color: var(--navp-bkg);		/* Added by AL */
  padding: 20px 30px;
  display: block;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  margin-top: -10000px;
  transition: margin-top 0s linear 0.4s, visibility 0s linear 0.4s, opacity 0.2s linear 0.2s;
  position: absolute;
  top: 49px;
  left: 0; }
  .m-mega-nav .area::after {
    content: ' ';
    display: table;
    clear: both; }

.m-mega-nav .area:hover.is-shown,
.m-mega-nav .site-navigation:hover ~ .area.is-shown {
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  transition-delay: 0s;
  z-index: 10; }

.m-mega-nav .area * {
/* line-height: 1; } */				/* Commented out by AL */
  line-height: 1.1; }				/* Added by AL */

.m-mega-nav .area ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-mega-nav .area > ul {
  width: 100%;
/* -webkit-columns: 4 200px; */			/* commented out by AL */
/* -moz-columns: 4 200px; */			/* commented out by AL */
/* columns: 4 200px; */				/* commented out by AL */
  -webkit-columns: 4 220px;			/* Added by AL */
  -moz-columns: 4 220px;			/* Added by AL */
  columns: 4 220px;				/* Added by AL */
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
/* column-gap: 2em; } */			/* Commented out by AL */
  column-gap: 1.5em; }				/* Added by AL */

.m-mega-nav .area > ul > li {
  display: inline-block;			/* Added by AL */
  min-width: 170px;				/* Added by AL */
  -webkit-column-break-inside: avoid;
  /* Chrome, Safari, Opera */
   page-break-inside: avoid;
  /* Firefox */
   break-inside: avoid;
  /* IE 10+ */
  margin-bottom: 10px; }

.m-mega-nav .area a {
  display: block;
  transition: all .2s;
  padding: 5px 0; }

.m-mega-nav .area a:hover {
  color: #ffed00; }

.m-mega-nav .area--display-standard > ul > li {
  vertical-align: top;
/* padding-right: 20px; } */			/* Commented out by AL */
  padding-right: 15px; }			/* Added by AL */

.m-mega-nav .area--display-standard > ul > li > a {
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
/* font-weight: normal; */			/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--nav2-FS);			/* Added by AL */
  /* text-transform: uppercase; */
  line-height: 1.3; }

.m-mega-nav .area--display-standard > ul > li > a::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  float: left;
  font-size: 0.9em;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  margin-left: -10px;
  margin-top: 3px;
  content: '\f0da';
  opacity: 0.5; }

.m-mega-nav .area--display-standard > ul > li > ul > li a {
/* font-size: 12px; } */			/* Commented out by AL */
  font-size: var(--nav3-FS); }			/* Added by AL */

.m-mega-nav .area--display-standard > ul > li > ul > li > ul {
/* margin: 0; */				/* Commented out by AL */
/* padding: 0; */				/* Commented out by AL */
/* padding-left: 10px; */			/* Commented out by AL */
/* margin-top: 5px; */				/* Commented out by AL */
/* margin-bottom: 10px; } */			/* Commented out by AL */
  margin: 5px 0 10px;				/* Added by AL */
  padding: 0 0 0 15px; }				/* Added by AL */

.m-mega-nav .area--display-standard > ul > li > ul > li > ul > li a {
  color: #20a0e0; }

.m-mega-nav .area--display-standard > ul > li > ul > li > ul > li a::before {
/* width: 5px; */				/* Commented out by AL */
/* height: 2px; */				/* Commented out by AL */
/* float: left; */				/* Commented out by AL */
/* margin-left: -10px; */			/* Commented out by AL */
/* margin-top: 4px; */				/* Commented out by AL */
/* opacity: 0.3; */				/* Commented out by AL */
/* content: ''; */				/* Commented out by AL */
/* background: #4db3e6; } */			/* Commented out by AL */
  width: 7px;					/* Added by AL */
  height: 1px;					/* Added by AL */
  float: left;					/* Added by AL */
  margin-left: -14px;				/* Added by AL */
  margin-top: 6px;				/* Added by AL */
  content: '';					/* Added by AL */
  background: #20a0e0; }			/* Added by AL */

.m-mega-nav .area ul.css-rows li {
  float: none; }

.m-mega-nav .area ul.css-rows > li > ul {
  columns: 10px 3; }

.m-mega-nav .area ul.css-rows > li > ul > li {
  break-inside: avoid; }

.m-mega-nav .main-nav-search-link i {
  position: relative;
  top: -1px; }

.m-mega-nav .main-nav-search-link a {
  padding: 10px 13px 7px; }

.m-mega-nav .area li.elsewhere > span {
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
/* font-weight: normal; */			/* Commented out by AL */
/* font-size: 14px; */				/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  font-size: var(--nav2-FS);			/* Added by AL */
  /* text-transform: uppercase; */
  line-height: 1.3;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  display: block;
/* padding: 0 0 5px 0; } */			/* Commented out by AL */
  padding: 5px 0; }				/* Added by AL */

.m-mega-nav .area li.elsewhere span,
/* .m-mega-nav .area li.elsewhere a { */	/* Commented out by AL */
.m-mega-nav .area li.elsewhere a:not(:hover) {	/* Added by AL */
  color: #4db3e6 !important; }

/* Breadcrumb */
.m-breadcrumb, .m-mobile-breadcrumb {
  padding: 30px 0; }
  .m-breadcrumb::after, .m-mobile-breadcrumb::after {
    content: ' ';
    display: table;
    clear: both; }

.m-fixed-bar .m-breadcrumb, .m-fixed-bar .m-mobile-breadcrumb {
  padding: 0; }

.m-breadcrumb ul, .m-mobile-breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-breadcrumb li, .m-mobile-breadcrumb li {
  float: left;
/* font-size: 14px; */				/* Commented out by AL */
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-size: var(--sm-font-size);		/* Added by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  margin-right: 8px; }
  @media (max-width: 767px) {
    .m-breadcrumb li, .m-mobile-breadcrumb li {
      margin-right: 5px; } }

.m-breadcrumb li + li, .m-mobile-breadcrumb li + li {
  margin-left: 19px; }
  @media (max-width: 767px) {
    .m-breadcrumb li + li, .m-mobile-breadcrumb li + li {
      margin-left: 12px; } }

.m-breadcrumb li + li::before, .m-mobile-breadcrumb li + li::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  float: left;
  font-size: 0.9em;
  margin-left: -14px;
  opacity: 0.5;
  margin-top: 7px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f0da'; }
  @media (max-width: 767px) {
    .m-breadcrumb li + li::before, .m-mobile-breadcrumb li + li::before {
      margin-left: -11px; } }

.m-breadcrumb li a, .m-mobile-breadcrumb li a {
  color: #4db3e6;
  transition: all .2s; }

.m-breadcrumb li a:hover, .m-mobile-breadcrumb li a:hover {
  color: #4db3e6; }

/* Home hero */
.m-home-hero {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 80px;
  padding-top: 184px;
/* min-height: 100vh; */			/* Commented out by AL */
  min-height: 768px;				/* Added by AL */
  margin-top: -184px; }
  @media (max-width: 1150px) {
    .m-home-hero {
      padding-top: 120px;
      padding-bottom: 60px;
      min-height: 790px;
      margin-top: -120px; } }
  @media (max-width: 767px) {
    .m-home-hero {
      padding-top: 96px;
      padding-bottom: 20px;
      min-height: 550px;
      margin-top: -96px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-home-hero {
      min-height: 480px;
      margin-top: -80px; } }

.m-home-hero .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  left: -100px;
  background-size: cover;
  background-position: center; }
  @media (max-width: 1150px) {
    .m-home-hero .image {
      right: -40px;
      left: -40px; } }
  @media (max-width: 767px) {
    .m-home-hero .image {
/*    right: calc((470px - 100vw) / 2); */	/* Commented out by AL */
/*    left: calc((470px - 100vw) / 2); } } */	/* Commented out by AL */
      right: calc(0px - var(--sm-gap));		/* Added by AL */
      left: calc(0px - var(--sm-gap)); } }	/* Added by AL */
  @media screen and (max-width: 500px) {
    .m-home-hero .image {
      right: -15px;
      left: -15px; } }

.m-home-hero .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13324d;
/* opacity: 0.45; } */				/* Commented out by AL */
  opacity: 0.22; }				/* Added by AL */

.m-home-hero .text-content {
  position: relative;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  margin-bottom: 15px;				/* Added by AL */
  padding: 80px 0; }
  @media (max-width: 1150px) {
    .m-home-hero .text-content {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .m-home-hero .text-content {
      padding: 20px 0; } }

.m-home-hero .text-content h1 {
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  z-index: 1;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  line-height: 1.3;
  margin: 0 0 1em 0;
/* font-size: 54px; */				/* Commented out by AL */
  font-size: var(--hero-FS);			/* Added by AL */
  text-shadow: 1px 1px 2px #777;		/* Added by AL */
  /*  @include mq(tablet) { font-size: 50px; }
  @include mq(smartphone) { font-size: 46px; }
  @include mq(small-smartphone) { font-size: 36px; }*/
  max-width: 880px; }
  @media (max-width: 1150px) {
    .m-home-hero .text-content h1 {
/*    font-size: 46px; } } */			/* Commented out by AL */
      font-size: var(--hero-md-FS); } }		/* Added by AL */
  @media (max-width: 767px) {
    .m-home-hero .text-content h1 {
/*    font-size: 34px; } } */			/* Commented out by AL */
      font-size: var(--hero-sm-FS); } }		/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-home-hero .text-content h1 {
/*    font-size: 26px; } } */			/* Commented out by AL */
      font-size: var(--hero-xs-FS); } }		/* Added by AL */

.m-home-hero .button {
  padding: 18px 100px 18px 23px;
/* background: #4db3e6; */			/* Commented out by AL */
/* color: white; */				/* Commented out by AL */
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  background-color: var(--lnk-btn-bkg);		/* Added by AL */
  color: var(--lnk-btn-txt);			/* Added by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  transition: all .2s;
/* font-size: 22px; */				/* Commented out by AL */
  font-size: var(--ll-font-size);		/* Added by AL */
  position: relative; }
  @media (max-width: 1150px) {
    .m-home-hero .button {
      padding: 14px 96px 14px 20px;
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--lm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-home-hero .button {
      padding: 10px 57px 10px 13px;
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */

.m-home-hero .button::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '';
/* background: #13324d url('../img/icon-arrow-right-white-thick.svg') center no-repeat; */		/* Commented out by AL - URL modified */
  background: url('../img/icon-arrow-right-white-thick.svg') center no-repeat;		/* Added by AL */
  background-color: var(--hero-lnk-btn-ar-bkg);	/* Added by AL */
  width: 76px;
  height: 100%;
/* color: white; */				/* Commented out by AL */
  color: var(--lnk-btn-txt);			/* Added by AL */
  font-size: 32px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 0;
  transition: all .2s; }
  @media (max-width: 1150px) {
    .m-home-hero .button::before {
      width: 64px;
      background-size: 45%; } }
  @media (max-width: 767px) {
    .m-home-hero .button::before {
      width: 44px;
      background-size: 40%;
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */

.m-home-hero .button:hover::before {
/* background-color: #0e2539; } */		/* Commeneted out by AL */
  background-color: var(--hero-lnk-btn-ar-bkg-hv); }	/* Added by AL */

.m-home-hero .button:hover {
/* background: #13324d; */			/* Commented out by AL */
/* color: white; } */				/* Commented out by AL */
  background-color: var(--hero-lnk-btn-bkg-hv);	/* Added by AL */
  color: var(--lnk-btn-txt); }			/* Added by AL */

/* .m-home-hero + main { */			/* Commented out by AL */
.m-home-hero + #main {				/* Added by AL */
  margin-top: -150px;
  z-index: 100;
  position: relative; }
  @media (max-width: 1150px) {
/*    .m-home-hero + main { */			/* Commented out by AL */
    .m-home-hero + #main {			/* Added by AL */
      margin-top: -110px; } }
  @media (max-width: 767px) {
/*    .m-home-hero + main { */			/* Commented out by AL */
    .m-home-hero + #main {			/* Added by AL */
      margin-top: -60px; } }

/* Home hero slideshow */
.m-home-hero-slideshow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  left: -100px;
  background-size: cover;
  background-position: center;
  z-index: 0;
  background: #13324d; }
  @media (max-width: 1150px) {
    .m-home-hero-slideshow {
      right: -40px;
      left: -40px; } }
  @media (max-width: 767px) {
    .m-home-hero-slideshow {
/*    right: calc(((100vw - 470px) / 2) * -1); */	/* Commented out by AL */
/*    left: calc(((100vw - 470px) / 2) * -1); } } */	/* Commented out by AL */
      right: calc(0px - var(--sm-gap));		/* Added by AL */
      left: calc(0px - var(--sm-gap)); } }	/* Added by AL */
  @media screen and (max-width: 500px) {
    .m-home-hero-slideshow {
      right: -15px;
      left: -15px; } }

.m-home-hero-slideshow::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13324d;
/* opacity: 0.45; */				/* Commented out by AL */
  opacity: 0.22;				/* Added by AL */
  z-index: 3; }

.m-home-hero-slideshow ul,
.m-home-hero-slideshow li {
  height: 100%; }

.m-home-hero-slideshow img {
  object-fit: cover;
  object-position: center;
  height: 100%; }

/* Home hero video */
.m-home-hero-video {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  left: -100px;
  background-size: cover;
  background-position: center;
  z-index: 0;
  background: #13324d; }
  @media (max-width: 1150px) {
    .m-home-hero-video {
      right: -40px;
      left: -40px; } }
  @media (max-width: 767px) {
    .m-home-hero-video {
/*    right: calc(((100vw - 470px) / 2) * -1); */	/* Commented out by AL */
/*    left: calc(((100vw - 470px) / 2) * -1); } } */	/* Commented out by AL */
      right: calc(0px - var(--sm-gap));		/* Added by AL */
      left: calc(0px - var(--sm-gap)); } }	/* Added by AL */
  @media screen and (max-width: 500px) {
    .m-home-hero-video {
      right: -15px;
      left: -15px; } }

.m-home-hero-video::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13324d;
/* opacity: 0.45; */				/* Commented out by AL */
  opacity: 0.22;				/* Added by AL */
  z-index: 3; }

.m-home-hero-video video {
  object-fit: cover;
  object-position: center;
  height: 100%;
  width: 100%; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-home-hero-video {
    overflow: hidden; }
  .m-home-hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto; } }

@supports (-ms-ime-align: auto) {
  .m-home-hero-video {
    overflow: hidden; }
  .m-home-hero-video video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto; } }

/* Landing hero */
.m-landing-hero {
  width: 100%;
  position: relative;
  padding-bottom: 60px;
/* padding-top: calc(100vh - 272px); */		/* Commented out by AL */
  padding-top: 450px;				/* Added by AL */
/* min-height: 100vh; */			/* Commented out by AL */
  min-height: 790px;				/* Added by AL */
  margin-top: -184px; }
  .m-landing-hero::after {
    content: ' ';
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-landing-hero {
      padding-top: 453px;
      padding-bottom: 32px;
      min-height: 790px;
      margin-top: -120px; } }
  @media (max-width: 767px) {
    .m-landing-hero {
      padding-top: 210px;
      min-height: 550px;
      margin-top: -96px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-landing-hero {
      min-height: 480px;
      margin-top: -80px; } }

.m-landing-hero::before {
  content: '';
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  background: rgba(255, 255, 255, 0.2) url('../img/icon-arrow-right-white-thick.svg') center no-repeat;	/* URL modified by AL */
  width: 76px;
  height: 76px;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  font-size: 32px;
  position: absolute;
  left: 50%;
  bottom: 0;
  margin-left: -38px;
  transition: all .2s;
  z-index: 2;
  transform: rotate(90deg); }
  @media (max-width: 767px) {
    .m-landing-hero::before {
      display: none; } }

.m-landing-hero .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  left: -100px;
  background-size: cover;
  background-position: center; }
  @media (max-width: 1150px) {
    .m-landing-hero .image {
      right: -40px;
      left: -40px; } }
  @media (max-width: 767px) {
    .m-landing-hero .image {
/*    right: calc(((100vw - 470px) / 2) * -1); */	/* Commented out by AL */
/*    left: calc(((100vw - 470px) / 2) * -1); } } */	/* Commented out by AL */
      right: calc(0px - var(--sm-gap));		/* Added by AL */
      left: calc(0px - var(--sm-gap)); } }	/* Added by AL */
  @media screen and (max-width: 500px) {
    .m-landing-hero .image {
      right: -15px;
      left: -15px; } }

.m-landing-hero .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13324d;
/* opacity: 0.45; } */				/* Commented out by AL */
  opacity: 0.22; }				/* Added by AL */

.m-landing-hero .title-content {
  position: relative;
  margin: -45px 0 10px;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  float: left;
  width: calc(50% - 38px);
  max-width: 500px; }
  @media (max-width: 1150px) {
    .m-landing-hero .title-content {
      margin: -45px 0 10px; } }
  @media (max-width: 767px) {
    .m-landing-hero .title-content {
      margin: -45px 0 30px;
      float: none;
      width: auto; } }

.m-landing-hero .title-content h1 {
  line-height: 1.2;
  max-width: 1100px;
  position: relative;
  z-index: 1;
  color: #4db3e6;
/* font-size: 24px; */				/* Commented out by AL */
  font-size: var(--ttl-FS);			/* Added by AL */
  margin-top: 0;
/*  text-transform: uppercase; */
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  text-shadow: 1px 1px 2px #777;		/* Added by AL */
  font-weight: normal; }
  @media (max-width: 1150px) {
    .m-landing-hero .title-content h1 {
      max-width: 779px;				/* Added by AL */
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ttl-md-FS); } }		/* Added by AL */
  @media (max-width: 767px) {
    .m-landing-hero .title-content h1 {
      max-width: none;				/* Added by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--ttl-sm-FS); } }		/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-landing-hero .title-content h1 { */	/* Commented out by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-landing-hero .title-content h1 { */	/* Commented out by AL */
/*    max-width: 779px; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-landing-hero .title-content h1 { */	/* Commented out by AL */
/*    max-width: none; } } */			/* Commented out by AL */

.m-landing-hero .title-content p {
/* font-size: 40px; */				/* Commented out by AL */
  font-size: var(--ttl2-FS);			/* Added by AL */
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  text-shadow: 1px 1px 2px #777;		/* Added by AL */
  margin: 0;
  line-height: 1.3; }
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-landing-hero .title-content p { */	/* Commented out by AL */
/*    font-size: 36px; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-landing-hero .title-content p { */	/* Commented out by AL */
/*    font-size: 30px; } } */			/* Commented out by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-landing-hero .title-content p { *	/* Commented out by AL */
/*    font-size: 28px; } } */			/* Commented out by AL */
  @media (max-width: 1150px) {
    .m-landing-hero .title-content p {
/*    font-size: 32px; } } */			/* Commented out by AL */
      font-size: var(--title2-md-FS); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-landing-hero .title-content p {
/*    font-size: 26px; } } */			/* Commented out by AL */
      font-size: var(--title2-sm-FS); } }	/* Added by AL */

.m-landing-hero .text-content {
  position: relative;
  margin: 0 0 -100px;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  max-width: 500px;
  width: calc(50% - 38px);
  padding: 40px;
  background: rgba(19, 50, 77, 0.85);
  float: right;
  min-height: 377px;
  padding: 38px 40px;
/* font-size: 16px; } */			/* Commented out by AL */
  font-size: var(--ttl-txt-FS); }		/* Added by AL */

  .m-landing-hero .text-content > *:first-child {
    margin-top: 0; }
  .m-landing-hero .text-content > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-landing-hero .text-content {
      font-size: var(--ttl-txt-md-FS);		/* Added by AL */
      padding: 28px 30px; } }
  @media (max-width: 767px) {
    .m-landing-hero .text-content {
      float: none;				/* Added by AL */
      width: auto;				/* Added by AL */
      min-height: 0;				/* Added by AL */
      padding: 18px 20px; } }
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-landing-hero .text-content { */		/* Commented out by AL */
/*    font-size: 16px; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-landing-hero .text-content { */		/* Commented out by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-landing-hero .text-content { */		/* Commented out by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */
/* @media (max-width: 1150px) {			/* Commented out by AL */
/*  .m-landing-hero .text-content {		/* Commented out by AL */
/*    font-size: 14px; } }			/* Commented out by AL */
/* @media (max-width: 767px) {			/* Commented out by AL */
/*  .m-landing-hero .text-content {		/* Commented out by AL */
/*    float: none;				/* Commented out by AL */
/*    width: auto;				/* Commented out by AL */
/*    min-height: 0; } }			/* Commented out by AL */

/* .m-landing-hero + main > *:first-child { */	/* Commented out by AL */
/*  padding-top: 110px !important; } */		/* Commented out by AL */

/* Content hero */
.m-content-hero {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
  padding-bottom: 60px;
  padding-top: calc(224px + 60px);
  min-height: 640px;
  margin-top: -184px; }
  .m-content-hero::after {
    content: ' ';
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-content-hero {
      padding-top: 120px;
      padding-bottom: 30px;
      min-height: 520px;
      margin-top: -120px; } }
  @media (max-width: 767px) {
    .m-content-hero {
      min-height: 550px;
      margin-top: -96px;
      padding-top: 96px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-content-hero {
      min-height: 480px;
      margin-top: -80px;
      padding-top: 80px; } }

.m-content-hero .image {
  position: absolute;
  top: 0;
  bottom: 0;
  background-size: cover;
  background-position: center;
  right: -100px;
  left: -100px; }
  @media (max-width: 1150px) {
    .m-content-hero .image {
      right: -40px;
      left: -40px; } }
  @media (max-width: 767px) {
    .m-content-hero .image {
/*    right: calc(((100vw - 470px) / 2) * -1); */	/* Commented out by AL */
/*    left: calc(((100vw - 470px) / 2) * -1); } } */	/* Commented out by AL */
      right: calc(0px - var(--sm-gap));		/* Added by AL */
      left: calc(0px - var(--sm-gap)); } }	/* Added by AL */
  @media screen and (max-width: 500px) {
    .m-content-hero .image {
      right: -15px;
      left: -15px; } }

/* .m-content-hero--no-image .image { */									/* Commented out by AL */
/*   background-image: url('../img/ocean-6.jpg') !important; } */						/* Commented out by AL */
/* background-image: url('../img/default-water-image.jpg') !important; } */	/* URL modified by AL */	/* Commented out by AL */

.m-content-hero .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/* background: #13324d; */			/* Commented out by AL */
  background-color: var(--hero-img-overlay);	/* Added by AL */
/* opacity: 0.45; } */				/* Commented out by AL */
  opacity: 0.22; }				/* Added by AL */

/* .m-content-hero--no-image .image::after { */	/* Commented out by AL */
/* background: #1d6496; */			/* Commented out by AL */
/* opacity: 0.75; } */				/* Commented out by AL */

.m-content-hero .title-content {
  position: relative;
/* margin: -60px 0 -100px 60px; */		/* Commented out by AL */
  margin: -60px 0 -100px;			/* Added by AL */
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  float: left;
  max-width: 600px; }
  .m-content-hero .title-content > *:first-child {
    margin-top: 0; }
  .m-content-hero .title-content > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-content-hero .title-content {
      margin: 104px 0 0 0; } }
  @media (max-width: 767px) {
    .m-content-hero .title-content {
      margin: 111px 0 0; } }

.m-content-hero .title-content h1 {
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  text-shadow: 1px 1px 2px #777;		/* Added by AL */
/* font-size: 54px; */				/* Commented out by AL */
  font-size: var(--hero-FS);			/* Added by AL */
  /*  @include mq(tablet) { font-size: 50px; }
  @include mq(smartphone) { font-size: 46px; }
  @include mq(small-smartphone) { font-size: 36px; }*/
  line-height: 1.2;
  max-width: 1100px;
  position: relative;
  z-index: 1;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  margin-bottom: 10px; }
  @media (max-width: 1150px) {
    .m-content-hero .title-content h1 {
      max-width: 779px;				/* Added by AL */
/*    font-size: 46px; } } */			/* Commented out by AL */
      font-size: var(--hero-md-FS); } }		/* Added by AL */
  @media (max-width: 767px) {
    .m-content-hero .title-content h1 {
      max-width: none;				/* Added by AL */
/*    font-size: 34px; } } */			/* Commented out by AL */
      font-size: var(--hero-sm-FS); } }		/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-content-hero .title-content h1 {
/*    font-size: 26px; } } */			/* Commented out by AL */
      font-size: var(--hero-xs-FS); } }		/* Added by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-content-hero .title-content h1 { */	/* Commented out by AL */
/*    max-width: 779px; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-content-hero .title-content h1 { */	/* Commented out by AL */
/*    max-width: none; } } */			/* Commented out by AL */

.m-content-hero .title-content p {
/* font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
  font-family: var(--regular-font);	/* Added by AL */
  font-weight: normal;
  text-shadow: 1px 1px 2px #777;		/* Added by AL */
/* font-size: 18px; */				/* Commented out by AL */
  font-size: var(--ml-font-size);		/* Added by AL */
  line-height: 1.4; }

.m-content-hero .title-content > *:last-child {
  padding-bottom: 100px; }
  @media (max-width: 1150px) {
    .m-content-hero .title-content > *:last-child {
      padding-bottom: 0; } }

/* Index hero */
.m-index-hero {
  width: 100%;
  position: relative;
  padding-bottom: 30px;
  padding-top: 228px;
  margin-top: -184px; }
  .m-index-hero::after {
    content: ' ';
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-index-hero {
      padding-top: 160px;
      padding-bottom: 30px;
      margin-top: -120px; } }
  @media (max-width: 767px) {
    .m-index-hero {
      padding-top: 120px;
      margin-top: -96px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-index-hero {
      margin-top: -80px; } }

.m-index-hero .image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -100px;
  left: -100px;
  background-size: cover;
  background-position: center; }
  @media (max-width: 1150px) {
    .m-index-hero .image {
      right: -40px;
      left: -40px; } }
  @media (max-width: 767px) {
    .m-index-hero .image {
/*    right: calc((470px - 100vw) / 2); */	/* Commented out by AL */
/*    left: calc((470px - 100vw) / 2); } } */	/* Commented out by AL */
      right: calc(0px - var(--sm-gap));		/* Added by AL */
      left: calc(0px - var(--sm-gap)); } }	/* Added by AL */
  @media screen and (max-width: 500px) {
    .m-index-hero .image {
      right: -15px;
      left: -15px; } }

/* .m-index-hero--no-image .image { */											/* Commented out by AL */
/* background-image: url('../img/example/noc/ocean-6.jpg') !important; } */						/* Commented out by AL */
/* background-image: url('../img/default-water-image.jpg') !important; } */		/* URL modified by AL */	/* Commented out by AL */

.m-index-hero .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13324d;
/* opacity: 0.45; } */				/* Commented out by AL */
  opacity: 0.22; }				/* Added by AL */

/* .m-index-hero--no-image .image::after { */	/* Commented out by AL */
/* background: #1d6496; */			/* Commented out by AL */
/* opacity: 0.75; } */				/* Commented out by AL */

.m-index-hero .title-content {
  position: relative;
  margin: 0;
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */
  .m-index-hero .title-content > *:first-child {
    margin-top: 0; }
/* .m-index-hero .title-content > *:last-child { */	/* Commented out by AL */
/*  margin-bottom: 0; } */				/* Commented out by AL */

.m-index-hero .title-content h1 {
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  text-shadow: 1px 1px 2px #777;		/* Added by AL */
/* font-size: 60px; */				/* Commented out by AL */
  line-height: 1.2;
  max-width: 1100px;
  position: relative;
  z-index: 1;
/* font-size: 54px; */				/* Commented out by AL */
  font-size: var(--hero-FS);			/* Added by AL */
  /*  @include mq(tablet) { font-size: 50px; }
  @include mq(smartphone) { font-size: 46px; }
  @include mq(small-smartphone) { font-size: 36px; }*/
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  margin-bottom: 10px; }
  @media (max-width: 1150px) {
    .m-index-hero .title-content h1 {
      max-width: 779px;				/* Added by AL */
/*    font-size: 46px; } } */			/* Commented out by AL */
      font-size: var(--hero-md-FS); } }		/* Added by AL */
  @media (max-width: 767px) {
    .m-index-hero .title-content h1 {
/*    font-size: 34px; } } */			/* Commented out by AL */
      font-size: var(--hero-sm-FS); } }		/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-index-hero .title-content h2,		/* Added by AL */
    .m-index-hero .title-content h1 {
      max-width: none;				/* Added by AL */
/*    font-size: 26px; } } */			/* Commented out by AL */
      font-size: var(--hero-xs-FS); } }		/* Added by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-index-hero .title-content h1 { */	/* Commented out by AL */
/*    max-width: 779px; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-index-hero .title-content h1 { */	/* Commented out by AL */
/*    max-width: none; } } */			/* Commented out by AL */

.m-index-hero .breadcrumb {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-index-hero .breadcrumb li {
  display: inline-block;
  margin-right: 20px; }

.m-index-hero .breadcrumb li a {
  color: #ffed00;
/* font-size: 16px; } */			/* Commented out by AL */
  font-size: var(--md-font-size); }		/* Added by AL */
  @media (max-width: 1150px) {
    .m-index-hero .breadcrumb li a {
/*    font-size: 16px; } } */			/* Commented out by AL */
      font-size: var(--md-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-index-hero .breadcrumb li a {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-index-hero .breadcrumb li a { */		/* Commented out by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */

.m-index-hero .breadcrumb + h1 {
  margin-top: 0; }

.m-index-hero .breadcrumb li + li::before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  float: left;
  font-size: 0.9em;
  margin-left: -14px;
  opacity: 0.5;
  margin-top: 7px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '\f0da'; }
  @media (max-width: 767px) {
    .m-index-hero .breadcrumb li + li::before {
      margin-left: -11px; } }

.l-site-wrapper {
  max-width: 1680px;
  padding: 0 100px;
  margin: 0 auto;
  overflow: hidden;
  background: white; }
  @media (max-width: 1150px) {
    .l-site-wrapper {
      padding: 0 40px; } }
  @media (max-width: 767px) {
    .l-site-wrapper {
/*    padding: 0 calc((100% - 470px) / 2); */		/* Commented out by AL */
      padding: 0 calc((100vw - 339.2px) * 25/268);	/* Added by AL */
      overflow: hidden; } }
  @media screen and (max-width: 500px) {
    .l-site-wrapper {
      padding: 0 15px; } }

.l-two-columns {
  display: flex; }
  .l-two-columns::after {
    content: ' ';
    display: table;
    clear: both; }
  @media (max-width: 767px) {
    .l-two-columns {
      display: block; } }
  .l-two-columns .l-column {
    width: 50%;
    padding-right: 40px; }
    .l-two-columns .l-column > *:first-child {
      margin-top: 0; }
    .l-two-columns .l-column > *:last-child {
      margin-bottom: 0; }
    @media (max-width: 1150px) {
      .l-two-columns .l-column {
        padding-right: 20px; } }
    @media (max-width: 767px) {
      .l-two-columns .l-column {
        width: auto;
        padding-right: 0;
        padding-left: 0;
        float: none;
        clear: both;
        padding-bottom: 40px; } }
  .l-two-columns .l-column + .l-column {
    padding-left: 40px;
    padding-right: 0; }
    @media (max-width: 1150px) {
      .l-two-columns .l-column + .l-column {
        padding-left: 20px; } }
    @media (max-width: 767px) {
      .l-two-columns .l-column + .l-column {
        padding-right: 0;
        padding-left: 0;
        padding-bottom: 0; } }

.l-content-with-sidebar::after {
  content: ' ';
  display: table;
  clear: both; }

.l-content-with-sidebar .l-sidebar {
  width: 400px;
  float: left;
  padding-left: 40px; }
  .l-content-with-sidebar .l-sidebar > *:first-child {
    margin-top: 0; }
  .l-content-with-sidebar .l-sidebar > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .l-content-with-sidebar .l-sidebar {
      width: 280px;
      padding-left: 20px; } }
  @media (max-width: 767px) {
    .l-content-with-sidebar .l-sidebar {
      width: auto;
      padding-left: 0;
      float: none;
      clear: both; } }

.l-content-with-sidebar .l-sidebar > * + * {
  margin-top: 40px; }

.l-content-with-sidebar .l-content {
  width: calc(100% - 400px);
  float: left; }
  @media (max-width: 1150px) {
    .l-content-with-sidebar .l-content {
      width: calc(100% - 280px); } }
  @media (max-width: 767px) {
    .l-content-with-sidebar .l-content {
      width: 100%;
      margin-bottom: 40px; } }

.l-layout-content-page-with-sidebar {
  position: relative;
  clear: both;
  padding-top: 40px;
  padding-bottom: 160px; }
  .l-layout-content-page-with-sidebar::after {
    content: ' ';
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .l-layout-content-page-with-sidebar {
      padding-top: 20px; } }
  @media (max-width: 767px) {
    .l-layout-content-page-with-sidebar {
      padding-top: 0;
      padding-bottom: 40px; } }
  .l-layout-content-page-with-sidebar .l-sidebar {
    width: 400px;
    margin-right: 100px;
    float: left; }
    @media (max-width: 1150px) {
      .l-layout-content-page-with-sidebar .l-sidebar {
        width: 260px;
        padding-right: 20px;
        margin-right: 0; } }
    @media (max-width: 767px) {
      .l-layout-content-page-with-sidebar .l-sidebar {
        padding-left: 0;
        position: static !important;
        width: 100% !important;
        margin-bottom: 30px;
        padding-right: 0; } }
  .l-layout-content-page-with-sidebar .l-content {
    width: calc(100% - 500px);
    float: left;
    margin-top: -14px; }
    @media (max-width: 1150px) {
      .l-layout-content-page-with-sidebar .l-content {
        width: calc(100% - 260px); } }
    @media (max-width: 767px) {
      .l-layout-content-page-with-sidebar .l-content {
        width: 100%; } }

/* Article */
.m-article, .m-article .guide-text, .m-user-function-form .wrapper .guide-text, .m-user-function-form .guide-text, .m-user-function-form .text-content, .m-filters .guide-text {
/* font-size: 16px; */				/* Commented out by AL */
  font-size: var(--mm-font-size);		/* Added by AL */
  line-height: 2;
/* max-width: 800px; } */			/* Commented out by AL */
  min-width: 290px;				/* Added by AL */
  max-width: 90%; }				/* Added by AL */
  /* Typography */
  @media (max-width: 1150px) {
    .m-article, .m-article .guide-text, .m-user-function-form .wrapper .guide-text, .m-user-function-form .guide-text, .m-user-function-form .text-content, .m-filters .guide-text {
      max-width: 95%;				/* Added by AL */
/*    font-size: 15px; } } */			/* Commented out by AL */
      font-size: var(--ms-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
   .m-article.m-article, .m-article .guide-text, .m-user-function-form .wrapper .guide-text, .m-user-function-form .guide-text, .m-user-function-form .text-content, .m-filters .guide-text {
      max-width: 100vw;	/* was 100% */		/* Added by AL */
      line-height: 1.8;				/* Added by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */

.m-article *, .m-article .guide-text *, .m-user-function-form .wrapper .guide-text *, .m-user-function-form .guide-text *, .m-user-function-form .text-content *, .m-filters .guide-text * {
  margin: 0; }

.m-article * + *, .m-article .guide-text * + *, .m-user-function-form .wrapper .guide-text * + *, .m-user-function-form .guide-text * + *, .m-user-function-form .text-content * + *, .m-filters .guide-text * + * {
  margin: 1.2em 0 0 0; }

.m-article ul, .m-article .guide-text ul, .m-user-function-form .wrapper .guide-text ul, .m-user-function-form .guide-text ul, .m-user-function-form .text-content ul, .m-filters .guide-text ul,
.m-article ol,
.m-article .guide-text ol,
.m-user-function-form .wrapper .guide-text ol,
.m-user-function-form .guide-text ol,
.m-user-function-form .text-content ol,
.m-filters .guide-text ol,
.m-article blockquote,
.m-article .guide-text blockquote,
.m-user-function-form .wrapper .guide-text blockquote,
.m-user-function-form .guide-text blockquote,
.m-user-function-form .text-content blockquote,
.m-filters .guide-text blockquote {
  padding: 0; }

.m-article h1, .m-article .guide-text h1, .m-user-function-form .wrapper .guide-text h1, .m-user-function-form .guide-text h1, .m-user-function-form .text-content h1, .m-filters .guide-text h1,
.m-article h2,
.m-article .guide-text h2,
.m-user-function-form .wrapper .guide-text h2,
.m-user-function-form .guide-text h2,
.m-user-function-form .text-content h2,
.m-filters .guide-text h2,
.m-article h3,
.m-article .guide-text h3,
.m-user-function-form .wrapper .guide-text h3,
.m-user-function-form .guide-text h3,
.m-user-function-form .text-content h3,
.m-filters .guide-text h3,
.m-article h4,
.m-article .guide-text h4,
.m-user-function-form .wrapper .guide-text h4,
.m-user-function-form .guide-text h4,
.m-user-function-form .text-content h4,
.m-filters .guide-text h4,
.m-article h5,
.m-article .guide-text h5,
.m-user-function-form .wrapper .guide-text h5,
.m-user-function-form .guide-text h5,
.m-user-function-form .text-content h5,
.m-filters .guide-text h5,
.m-article h6,
.m-article .guide-text h6,
.m-user-function-form .wrapper .guide-text h6,
.m-user-function-form .guide-text h6,
.m-user-function-form .text-content h6,
.m-filters .guide-text h6 {
  font-weight: 500; }

.m-article h1, .m-article .guide-text h1, .m-user-function-form .wrapper .guide-text h1, .m-user-function-form .guide-text h1, .m-user-function-form .text-content h1, .m-filters .guide-text h1 {
  font-size: 2.38rem;
  line-height: 1.6; }

.m-article h2,
.m-article .guide-text h2,
.m-user-function-form .wrapper .guide-text h2,
.m-user-function-form .guide-text h2,
.m-user-function-form .text-content h2,
.m-filters .guide-text h2 {
  font-size: 2em;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
/* font-weight: normal; */			/* Commented out by AL */
/* font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  line-height: 1.6; }

.m-article h3,
.m-article .guide-text h3,
.m-user-function-form .wrapper .guide-text h3,
.m-user-function-form .guide-text h3,
.m-user-function-form .text-content h3,
.m-filters .guide-text h3 {
  font-size: 1.5em;
/* font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
  font-family: var(--regular-font);		/* Added by AL */
  font-weight: normal;
  line-height: 1.6; }

.m-article h4,
.m-article .guide-text h4,
.m-user-function-form .wrapper .guide-text h4,
.m-user-function-form .guide-text h4,
.m-user-function-form .text-content h4,
.m-filters .guide-text h4 {
  font-size: 1em;
  color: #007dbb;
  line-height: 1.6; }

.m-article h5,
.m-article .guide-text h5,
.m-user-function-form .wrapper .guide-text h5,
.m-user-function-form .guide-text h5,
.m-user-function-form .text-content h5,
.m-filters .guide-text h5 {
  font-size: .9em;
  text-transform: uppercase;
  margin-top: 1.8em;
  line-height: 1.6; }

.m-article h6,
.m-article .guide-text h6,
.m-user-function-form .wrapper .guide-text h6,
.m-user-function-form .guide-text h6,
.m-user-function-form .text-content h6,
.m-filters .guide-text h6 {
  font-size: .8em;
  text-transform: uppercase;
  margin-top: 2em;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  line-height: 1.6; }

.m-article ol,
.m-article .guide-text ol,
.m-user-function-form .wrapper .guide-text ol,
.m-user-function-form .guide-text ol,
.m-user-function-form .text-content ol,
.m-filters .guide-text ol, .m-article ul, .m-article .guide-text ul, .m-user-function-form .wrapper .guide-text ul, .m-user-function-form .guide-text ul, .m-user-function-form .text-content ul, .m-filters .guide-text ul,
.m-article blockquote,
.m-article .guide-text blockquote,
.m-user-function-form .wrapper .guide-text blockquote,
.m-user-function-form .guide-text blockquote,
.m-user-function-form .text-content blockquote,
.m-filters .guide-text blockquote,
.m-article pre,
.m-article .guide-text pre,
.m-user-function-form .wrapper .guide-text pre,
.m-user-function-form .guide-text pre,
.m-user-function-form .text-content pre,
.m-filters .guide-text pre {
  margin-left: 1em; }

.m-article ol,
.m-article .guide-text ol,
.m-user-function-form .wrapper .guide-text ol,
.m-user-function-form .guide-text ol,
.m-user-function-form .text-content ol,
.m-filters .guide-text ol, .m-article ul, .m-article .guide-text ul, .m-user-function-form .wrapper .guide-text ul, .m-user-function-form .guide-text ul, .m-user-function-form .text-content ul, .m-filters .guide-text ul {
  list-style-position: outside;
  list-style-type: disc;
  margin-left: 2em; }

.m-article li, .m-article .guide-text li, .m-user-function-form .wrapper .guide-text li, .m-user-function-form .guide-text li, .m-user-function-form .text-content li, .m-filters .guide-text li {
  margin-top: 8px; }

.m-article ol ol, .m-article .guide-text ol ol, .m-user-function-form .wrapper .guide-text ol ol, .m-user-function-form .guide-text ol ol, .m-user-function-form .text-content ol ol, .m-filters .guide-text ol ol,
.m-article ul ul,
.m-article .guide-text ul ul,
.m-user-function-form .wrapper .guide-text ul ul,
.m-user-function-form .guide-text ul ul,
.m-user-function-form .text-content ul ul,
.m-filters .guide-text ul ul,
.m-article ol ul,
.m-article .guide-text ol ul,
.m-user-function-form .wrapper .guide-text ol ul,
.m-user-function-form .guide-text ol ul,
.m-user-function-form .text-content ol ul,
.m-filters .guide-text ol ul,
.m-article ul ol,
.m-article .guide-text ul ol,
.m-user-function-form .wrapper .guide-text ul ol,
.m-user-function-form .guide-text ul ol,
.m-user-function-form .text-content ul ol,
.m-filters .guide-text ul ol {
  margin-left: 1.5em;
  list-style-type: circle; }

.m-article ol,
.m-article .guide-text ol,
.m-user-function-form .wrapper .guide-text ol,
.m-user-function-form .guide-text ol,
.m-user-function-form .text-content ol,
.m-filters .guide-text ol {
  list-style-type: decimal; }

.m-article ol ol, .m-article .guide-text ol ol, .m-user-function-form .wrapper .guide-text ol ol, .m-user-function-form .guide-text ol ol, .m-user-function-form .text-content ol ol, .m-filters .guide-text ol ol {
  list-style-type: lower-latin; }

.m-article a, .m-article .guide-text a, .m-user-function-form .wrapper .guide-text a, .m-user-function-form .guide-text a, .m-user-function-form .text-content a, .m-filters .guide-text a,
.m-article a:visited,
.m-user-function-form .guide-text a:visited,
.m-user-function-form .text-content a:visited,
.m-filters .guide-text a:visited {
  color: #13324d;
  padding: 2px 4px;
  transition: all .2s;
  text-decoration: underline;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  background: #e2edf8; }

.m-article a:hover, .m-user-function-form .guide-text a:hover, .m-user-function-form .text-content a:hover, .m-filters .guide-text a:hover {
  background: #13324d;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  text-decoration: none; }

.m-article blockquote,
.m-article .guide-text blockquote,
.m-user-function-form .wrapper .guide-text blockquote,
.m-user-function-form .guide-text blockquote,
.m-user-function-form .text-content blockquote,
.m-filters .guide-text blockquote {
  padding: 5px 25px 5px 0; }

.m-article blockquote p, .m-article .guide-text blockquote p, .m-user-function-form .wrapper .guide-text blockquote p, .m-user-function-form .guide-text blockquote p, .m-user-function-form .text-content blockquote p, .m-filters .guide-text blockquote p {
  padding-left: 25px;
/* border-left: 4px solid #e2edf8; */		/* Commented out by AL */
  color: #4db3e6;
  font-size: 1.5em;
  line-height: 1.8; }

.m-article table, .m-article .guide-text table, .m-user-function-form .wrapper .guide-text table, .m-user-function-form .guide-text table, .m-user-function-form .text-content table, .m-filters .guide-text table {
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--sm-font-size);		/* Added by AL */
  line-height: 1.8; }

.m-article table th, .m-article .guide-text table th, .m-user-function-form .wrapper .guide-text table th, .m-user-function-form .guide-text table th, .m-user-function-form .text-content table th, .m-filters .guide-text table th {
/* font-weight: 500; */				/* Commented out by AL */
  border-bottom: 1px solid #bbb;
  text-align: left;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal; }

.m-article table th, .m-article .guide-text table th, .m-user-function-form .wrapper .guide-text table th, .m-user-function-form .guide-text table th, .m-user-function-form .text-content table th, .m-filters .guide-text table th,
.m-article table td,
.m-article .guide-text table td,
.m-user-function-form .wrapper .guide-text table td,
.m-user-function-form .guide-text table td,
.m-user-function-form .text-content table td,
.m-filters .guide-text table td {
  padding: 8px 12px 8px 0;
  vertical-align: top; }

.m-article table td,
.m-article .guide-text table td,
.m-user-function-form .wrapper .guide-text table td,
.m-user-function-form .guide-text table td,
.m-user-function-form .text-content table td,
.m-filters .guide-text table td {
  border-bottom: 1px solid #eee; }

.m-article .image-left, .m-user-function-form .guide-text .image-left, .m-user-function-form .text-content .image-left, .m-filters .guide-text .image-left,
.m-article .image-right,
.m-user-function-form .guide-text .image-right,
.m-user-function-form .text-content .image-right,
.m-filters .guide-text .image-right,
.m-article .image-center,
.m-user-function-form .guide-text .image-center,
.m-user-function-form .text-content .image-center,
.m-filters .guide-text .image-center {
  max-width: 100%;
  margin-top: 30px;
  margin-bottom: 30px; }

.m-article .image-left img, .m-user-function-form .guide-text .image-left img, .m-user-function-form .text-content .image-left img, .m-filters .guide-text .image-left img,
.m-article .image-right img,
.m-user-function-form .guide-text .image-right img,
.m-user-function-form .text-content .image-right img,
.m-filters .guide-text .image-right img,
.m-article .image-center img,
.m-user-function-form .guide-text .image-center img,
.m-user-function-form .text-content .image-center img,
.m-filters .guide-text .image-center img {
  max-width: 100%; }

.m-article .image-left, .m-user-function-form .guide-text .image-left, .m-user-function-form .text-content .image-left, .m-filters .guide-text .image-left {
  width: calc(36% + 100px);
  margin-left: -60px;
  margin-right: 30px;
  float: left; }
  @media (max-width: 1150px) {
    .m-article .image-left, .m-user-function-form .guide-text .image-left, .m-user-function-form .text-content .image-left, .m-filters .guide-text .image-left {
/*    width: calc(28% + 100px); */		/* Commented out by AL */
/*    margin-left: -40px; */			/* Commented out by AL */
      width: calc(22% + 100px);			/* Added by AL */
      margin-left: -20px;			/* Added by AL */
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .m-article .image-left, .m-user-function-form .guide-text .image-left, .m-user-function-form .text-content .image-left, .m-filters .guide-text .image-left {
      width: calc(20% + 100px);
/*    margin-left: -15px; } } */		/* Commented out by AL */
      margin-left: 0; } }			/* Added by AL */


.m-article .image-right,
.m-user-function-form .guide-text .image-right,
.m-user-function-form .text-content .image-right,
.m-filters .guide-text .image-right {
  width: calc(36% + 100px);
  margin-right: -60px;
  margin-left: 30px;
  float: right; }
  @media screen and (max-width: 1460px) {
    .m-article .image-right,
    .m-user-function-form .guide-text .image-right,
    .m-user-function-form .text-content .image-right,
    .m-filters .guide-text .image-right {
      margin-right: 0px; } }
  @media (max-width: 1150px) {
    .m-article .image-right,
    .m-user-function-form .guide-text .image-right,
    .m-user-function-form .text-content .image-right,
    .m-filters .guide-text .image-right {
      width: calc(22% + 100px);
      margin-right: 0px;
      margin-left: 15px; } }
  @media (max-width: 767px) {
    .m-article .image-right,
    .m-user-function-form .guide-text .image-right,
    .m-user-function-form .text-content .image-right,
    .m-filters .guide-text .image-right {
      width: calc(20% + 100px);
/*    margin-right: -15px; } } */		/* Commented out by AL */
      margin-right: 0; } }			/* Added by AL */

.m-article figcaption, .m-article .guide-text figcaption, .m-user-function-form .wrapper .guide-text figcaption, .m-user-function-form .guide-text figcaption, .m-user-function-form .text-content figcaption, .m-filters .guide-text figcaption {
  color: #007dbb;
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--cpn-FS);			/* Added by AL */
  line-height: 1.6;
  padding-bottom: 14px;
/* border-bottom: 1px solid #e3e3e3; } */	/* Commented out by AL */
  border-bottom: 1px solid var(--bdr-line); }	/* Added by AL */
  @media (max-width: 767px) {
    .m-article figcaption, .m-article .guide-text figcaption, .m-user-function-form .wrapper .guide-text figcaption, .m-user-function-form .guide-text figcaption, .m-user-function-form .text-content figcaption, .m-filters .guide-text figcaption {
      padding-left: 0; } }
  @media (max-width: 1150px) {
    .m-article .image-left figcaption, .m-user-function-form .guide-text .image-left figcaption, .m-user-function-form .text-content .image-left figcaption, .m-filters .guide-text .image-left figcaption {
/*    padding-left: 16px; } } */		/* Commented out by AL */
      padding-left: 0; } }			/* Added by AL */
  @media (max-width: 767px) {
    .m-article .image-left figcaption, .m-user-function-form .guide-text .image-left figcaption, .m-user-function-form .text-content .image-left figcaption, .m-filters .guide-text .image-left figcaption {
/*    padding-left: 16px; } } */		/* Commented out by AL */
      padding-left: 0; } }			/* Added by AL */
  @media (max-width: 767px) {
    .m-article .image-right figcaption, .m-user-function-form .guide-text .image-right figcaption, .m-user-function-form .text-content .image-right figcaption, .m-filters .guide-text .image-right figcaption {
/*    padding-right: 16px; } } */		/* Commented out by AL */
      padding-right: 0; } }			/* Added by AL */

.m-article form, .m-article .guide-text form, .m-user-function-form .wrapper .guide-text form, .m-user-function-form .guide-text form, .m-user-function-form .text-content form, .m-filters .guide-text form {
  border: 4px solid #e2edf8;
  padding: 40px;
  margin: 4em 0;
  line-height: 1.8;
  max-width: 600px; }
  @media (max-width: 1150px) {
    .m-article form, .m-article .guide-text form, .m-user-function-form .wrapper .guide-text form, .m-user-function-form .guide-text form, .m-user-function-form .text-content form, .m-filters .guide-text form {
      padding: 30px; } }
  @media (max-width: 767px) {
    .m-article form, .m-article .guide-text form, .m-user-function-form .wrapper .guide-text form, .m-user-function-form .guide-text form, .m-user-function-form .text-content form, .m-filters .guide-text form {
      padding: 15px; } }

.m-article input, .m-article .guide-text input, .m-user-function-form .wrapper .guide-text input, .m-user-function-form .guide-text input, .m-user-function-form .text-content input, .m-filters .guide-text input,
.m-article textarea,
.m-article .guide-text textarea,
.m-user-function-form .wrapper .guide-text textarea,
.m-user-function-form .guide-text textarea,
.m-user-function-form .text-content textarea,
.m-filters .guide-text textarea,
.m-article select,
.m-article .guide-text select,
.m-user-function-form .wrapper .guide-text select,
.m-user-function-form .guide-text select,
.m-user-function-form .text-content select,
.m-filters .guide-text select {
  background: #e2edf8;
  border: 0;
  width: calc(100% - 212px);
  padding: 15px;
/* font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
  font-family: var(--regular-font);		/* Added by AL */
  font-weight: normal;
  height: 50px;
  margin-top: 0; }
  @media (max-width: 1150px) {
    .m-article input, .m-article .guide-text input, .m-user-function-form .wrapper .guide-text input, .m-user-function-form .guide-text input, .m-user-function-form .text-content input, .m-filters .guide-text input,
    .m-article textarea,
    .m-article .guide-text textarea,
    .m-user-function-form .wrapper .guide-text textarea,
    .m-user-function-form .guide-text textarea,
    .m-user-function-form .text-content textarea,
    .m-filters .guide-text textarea,
    .m-article select,
    .m-article .guide-text select,
    .m-user-function-form .wrapper .guide-text select,
    .m-user-function-form .guide-text select,
    .m-user-function-form .text-content select,
    .m-filters .guide-text select {
      width: calc(100% - 162px); } }
  @media (max-width: 767px) {
    .m-article input, .m-article .guide-text input, .m-user-function-form .wrapper .guide-text input, .m-user-function-form .guide-text input, .m-user-function-form .text-content input, .m-filters .guide-text input,
    .m-article textarea,
    .m-article .guide-text textarea,
    .m-user-function-form .wrapper .guide-text textarea,
    .m-user-function-form .guide-text textarea,
    .m-user-function-form .text-content textarea,
    .m-filters .guide-text textarea,
    .m-article select,
    .m-article .guide-text select,
    .m-user-function-form .wrapper .guide-text select,
    .m-user-function-form .guide-text select,
    .m-user-function-form .text-content select,
    .m-filters .guide-text select {
      width: 100%; } }

.m-article .form--stacked input, .m-user-function-form .guide-text .form--stacked input, .m-user-function-form .text-content .form--stacked input, .m-filters .guide-text .form--stacked input,
.m-article .form--stacked textarea,
.m-user-function-form .guide-text .form--stacked textarea,
.m-user-function-form .text-content .form--stacked textarea,
.m-filters .guide-text .form--stacked textarea,
.m-article .form--stacked select,
.m-user-function-form .guide-text .form--stacked select,
.m-user-function-form .text-content .form--stacked select,
.m-filters .guide-text .form--stacked select {
  width: 100%; }

.m-article textarea,
.m-article .guide-text textarea,
.m-user-function-form .wrapper .guide-text textarea,
.m-user-function-form .guide-text textarea,
.m-user-function-form .text-content textarea,
.m-filters .guide-text textarea {
  min-height: 250px; }

.m-article label, .m-article .guide-text label, .m-user-function-form .wrapper .guide-text label, .m-user-function-form .guide-text label, .m-user-function-form .text-content label, .m-filters .guide-text label {
  width: 212px;
  padding-right: 20px;
  float: left;
  padding-top: 12px;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal; }
  @media (max-width: 1150px) {
    .m-article label, .m-article .guide-text label, .m-user-function-form .wrapper .guide-text label, .m-user-function-form .guide-text label, .m-user-function-form .text-content label, .m-filters .guide-text label {
      width: 162px; } }
  @media (max-width: 767px) {
    .m-article label, .m-article .guide-text label, .m-user-function-form .wrapper .guide-text label, .m-user-function-form .guide-text label, .m-user-function-form .text-content label, .m-filters .guide-text label {
      float: none;
      padding-left: 0;
      width: auto;
      display: block; } }
.m-article .form--stacked label, .m-user-function-form .guide-text .form--stacked label, .m-user-function-form .text-content .form--stacked label, .m-filters .guide-text .form--stacked label {
  float: none;
  display: block;
  width: 100%;
  padding-bottom: 4px;
  padding-top: 20px; }

.m-article .form--stacked > section:first-child > fieldset:first-child > .form-group:first-child > label, .m-article .guide-text .form--stacked > section:first-child > fieldset:first-child > .form-group:first-child > label, .m-user-function-form .guide-text .form--stacked > section:first-child > fieldset:first-child > .form-group:first-child > label, .m-user-function-form .text-content .form--stacked > section:first-child > fieldset:first-child > .form-group:first-child > label, .m-filters .guide-text .form--stacked > section:first-child > fieldset:first-child > .form-group:first-child > label,
.m-article .form--stacked > section:first-child > .form-group:first-child > label,
.m-article .guide-text .form--stacked > section:first-child > .form-group:first-child > label,
.m-user-function-form .guide-text .form--stacked > section:first-child > .form-group:first-child > label,
.m-user-function-form .text-content .form--stacked > section:first-child > .form-group:first-child > label,
.m-filters .guide-text .form--stacked > section:first-child > .form-group:first-child > label,
.m-article .form--stacked > fieldset:first-child > .form-group:first-child > label,
.m-article .guide-text .form--stacked > fieldset:first-child > .form-group:first-child > label,
.m-user-function-form .guide-text .form--stacked > fieldset:first-child > .form-group:first-child > label,
.m-user-function-form .text-content .form--stacked > fieldset:first-child > .form-group:first-child > label,
.m-filters .guide-text .form--stacked > fieldset:first-child > .form-group:first-child > label,
.m-article .form--stacked > .form-group:first-child > label,
.m-article .guide-text .form--stacked > .form-group:first-child > label,
.m-user-function-form .guide-text .form--stacked > .form-group:first-child > label,
.m-user-function-form .text-content .form--stacked > .form-group:first-child > label,
.m-filters .guide-text .form--stacked > .form-group:first-child > label {
  padding-top: 0; }

.m-article .form-group--wordy-label > label, .m-article .guide-text .form-group--wordy-label > label, .m-user-function-form .guide-text .form-group--wordy-label > label, .m-user-function-form .text-content .form-group--wordy-label > label, .m-filters .guide-text .form-group--wordy-label > label {
  width: 100%;
  padding-right: 0;
  float: none;
  margin-bottom: 20px;
  display: inline-block; }

.m-article .form-group, .m-user-function-form .guide-text .form-group, .m-user-function-form .text-content .form-group, .m-filters .guide-text .form-group {
  clear: both; }

.m-article .form-group::after, .m-user-function-form .guide-text .form-group::after, .m-user-function-form .text-content .form-group::after, .m-filters .guide-text .form-group::after {
  content: ' ';
  display: table;
  clear: both; }

.m-article .form-group > div, .m-article .guide-text .form-group > div, .m-user-function-form .guide-text .form-group > div, .m-user-function-form .text-content .form-group > div, .m-filters .guide-text .form-group > div {
  float: left;
  width: calc(100% - 212px);
  margin: 0;
  padding: 0 0 0 30px; }

.m-article .form-group--wordy-label > div, .m-article .guide-text .form-group--wordy-label > div, .m-user-function-form .guide-text .form-group--wordy-label > div, .m-user-function-form .text-content .form-group--wordy-label > div, .m-filters .guide-text .form-group--wordy-label > div {
  float: none;
  width: 100%; }

.m-article .form-group > div > div, .m-article .guide-text .form-group > div > div, .m-user-function-form .guide-text .form-group > div > div, .m-user-function-form .text-content .form-group > div > div, .m-filters .guide-text .form-group > div > div {
  margin: 0; }

.m-article .form-group > div label, .m-article .guide-text .form-group > div label, .m-user-function-form .guide-text .form-group > div label, .m-user-function-form .text-content .form-group > div label, .m-filters .guide-text .form-group > div label {
  width: auto;
  float: none;
  padding: 0;
/* font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
  font-family: var(--regular-font);		/* Added by AL */
  font-weight: normal; }

.m-article .form-group > div input, .m-article .guide-text .form-group > div input, .m-user-function-form .guide-text .form-group > div input, .m-user-function-form .text-content .form-group > div input, .m-filters .guide-text .form-group > div input {
  width: auto;
  float: left;
  height: auto;
  margin-left: -30px;
  margin-top: 8px; }

.m-article .form-actions, .m-user-function-form .guide-text .form-actions, .m-user-function-form .text-content .form-actions, .m-filters .guide-text .form-actions {
  margin-left: 212px; }
  @media (max-width: 1150px) {
    .m-article .form-actions, .m-user-function-form .guide-text .form-actions, .m-user-function-form .text-content .form-actions, .m-filters .guide-text .form-actions {
      margin-left: 162px; } }
  @media (max-width: 767px) {
    .m-article .form-actions, .m-user-function-form .guide-text .form-actions, .m-user-function-form .text-content .form-actions, .m-filters .guide-text .form-actions {
      margin-left: 0;
      float: right; } }

.m-article .form--stacked .form-actions, .m-user-function-form .guide-text .form--stacked .form-actions, .m-user-function-form .text-content .form--stacked .form-actions, .m-filters .guide-text .form--stacked .form-actions {
  padding-top: 20px;
  margin-left: 0; }

.m-article form button, .m-article .guide-text form button, .m-user-function-form .wrapper .guide-text form button, .m-user-function-form .guide-text form button, .m-user-function-form .text-content form button, .m-filters .guide-text form button,
.m-article form input[type='submit'],
.m-user-function-form .guide-text form input[type='submit'],
.m-user-function-form .text-content form input[type='submit'],
.m-filters .guide-text form input[type='submit'] {
  padding: 14px 16px;
  background: #4db3e6;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  display: inline-block;
  transition: all .1s;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  line-height: 1.4;
  border: 0; }

.m-article form button::before, .m-article .guide-text form button::before, .m-user-function-form .wrapper .guide-text form button::before, .m-user-function-form .guide-text form button::before, .m-user-function-form .text-content form button::before, .m-filters .guide-text form button::before,
.m-article form input[type='submit']::before,
.m-user-function-form .guide-text form input[type='submit']::before,
.m-user-function-form .text-content form input[type='submit']::before,
.m-filters .guide-text form input[type='submit']::before {
  display: inline-block;
  float: right;
  content: '';
  width: 18px;
  height: 18px;
  background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }		/* URL modified by AL */

.m-article form button::before, .m-article .guide-text form button::before, .m-user-function-form .wrapper .guide-text form button::before, .m-user-function-form .guide-text form button::before, .m-user-function-form .text-content form button::before, .m-filters .guide-text form button::before,
.m-article form input[type='submit']::before,
.m-user-function-form .guide-text form input[type='submit']::before,
.m-user-function-form .text-content form input[type='submit']::before,
.m-filters .guide-text form input[type='submit']::before {
  background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }		/* URL modified by AL */

.m-article form button::before, .m-article .guide-text form button::before, .m-user-function-form .wrapper .guide-text form button::before, .m-user-function-form .guide-text form button::before, .m-user-function-form .text-content form button::before, .m-filters .guide-text form button::before,
.m-article form input[type='submit']::before,
.m-user-function-form .guide-text form input[type='submit']::before,
.m-user-function-form .text-content form input[type='submit']::before,
.m-filters .guide-text form input[type='submit']::before {
  margin: 2px 0 0 14px; }

.m-article form button:hover, .m-user-function-form .guide-text form button:hover, .m-user-function-form .text-content form button:hover, .m-filters .guide-text form button:hover,
.m-article form input[type='submit']:hover,
.m-user-function-form .guide-text form input[type='submit']:hover,
.m-user-function-form .text-content form input[type='submit']:hover,
.m-filters .guide-text form input[type='submit']:hover {
  background: #20a0e0;
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */

.m-article .guide-text, .m-user-function-form .guide-text .guide-text, .m-user-function-form .text-content .guide-text, .m-filters .guide-text .guide-text {
  background: #e2edf8;
  margin-bottom: 40px;
  padding: 40px;
/* font-size: 16px; } */			/* Commented out by AL */
  font-size: var(--md-font-size); }		/* Added by AL */

  @media (max-width: 1150px) {
    .m-article .guide-text, .m-user-function-form .guide-text .guide-text, .m-user-function-form .text-content .guide-text, .m-filters .guide-text .guide-text {
/*    font-size: 16px; } } */			/* Commented out by AL */
      font-size: var(--md-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-article .guide-text, .m-user-function-form .guide-text .guide-text, .m-user-function-form .text-content .guide-text, .m-filters .guide-text .guide-text {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-article .guide-text, .m-user-function-form .guide-text .guide-text, .m-user-function-form .text-content .guide-text, .m-filters .guide-text .guide-text { */	/* Commented out by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */

.m-article .guide-text > *:first-child, .m-article .guide-text .guide-text > *:first-child, .m-user-function-form .guide-text .guide-text > *:first-child, .m-user-function-form .text-content .guide-text > *:first-child, .m-filters .guide-text .guide-text > *:first-child {
  margin-top: 0; }

.m-article .guide-text > *:last-child, .m-article .guide-text .guide-text > *:last-child, .m-user-function-form .guide-text .guide-text > *:last-child, .m-user-function-form .text-content .guide-text > *:last-child, .m-filters .guide-text .guide-text > *:last-child {
  margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-article .guide-text, .m-user-function-form .guide-text .guide-text, .m-user-function-form .text-content .guide-text, .m-filters .guide-text .guide-text {
      margin-bottom: 40px;
/*    padding: 30px; */				/* Commented out by AL */
      padding: 15px 20px;
      margin-top: 30px; } }

.m-article .required::after, .m-user-function-form .guide-text .required::after, .m-user-function-form .text-content .required::after, .m-filters .guide-text .required::after {
  content: '*'; }

.m-article form, .m-article .guide-text form, .m-user-function-form .wrapper .guide-text form, .m-user-function-form .guide-text form, .m-user-function-form .text-content form, .m-filters .guide-text form {
  max-width: none; }
  @media (max-width: 767px) {
    .m-article .table-wrap, .m-user-function-form .guide-text .table-wrap, .m-user-function-form .text-content .table-wrap, .m-filters .guide-text .table-wrap {
      max-width: 100%;
      overflow: scroll; } }
  @media (max-width: 767px) {
    .m-article .table-wrap table, .m-user-function-form .guide-text .table-wrap table, .m-user-function-form .text-content .table-wrap table, .m-filters .guide-text .table-wrap table {
      margin-top: 20px;
/*    font-size: 12px; */			/* Commented out by AL */
      font-size: var(--xs-font-size);		/* Added by AL */
      min-width: 800px; } }
  @media (max-width: 767px) {
    .m-article .table-wrap::before, .m-user-function-form .guide-text .table-wrap::before, .m-user-function-form .text-content .table-wrap::before, .m-filters .guide-text .table-wrap::before {
      content: 'Scroll left / right to view';
      position: absolute;
/*    font-size: 12px; */			/* Commented out by AL */
      font-size: var(--xs-font-size);		/* Added by AL */
      text-transform: uppercase;
/*     font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
      font-family: var(--bold-font);		/* Added by AL */
      font-weight: normal;
      color: #007dbb;
/*    right: 0; } } */
/*    right: 5px; } } */			/* Commented out by AL */
      right: 18px; } }				/* Added by AL */
  @media (max-width: 1150px) {
    .l-layout-content-page-with-sidebar .l-content .m-article .image-left, .m-article .l-layout-content-page-with-sidebar .l-content .guide-text .image-left, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .guide-text .image-left, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .guide-text .image-left, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .text-content .image-left, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .text-content .image-left, .l-layout-content-page-with-sidebar .l-content .m-filters .guide-text .image-left, .m-filters .l-layout-content-page-with-sidebar .l-content .guide-text .image-left {
      margin-left: 0; } }
  @media (max-width: 767px) {
    .l-layout-content-page-with-sidebar .l-content .m-article .image-left, .m-article .l-layout-content-page-with-sidebar .l-content .guide-text .image-left, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .guide-text .image-left, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .guide-text .image-left, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .text-content .image-left, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .text-content .image-left, .l-layout-content-page-with-sidebar .l-content .m-filters .guide-text .image-left, .m-filters .l-layout-content-page-with-sidebar .l-content .guide-text .image-left {
      margin-left: -15px; } }
  @media (max-width: 1150px) {
    .l-layout-content-page-with-sidebar .l-content .m-article .image-left figcaption, .m-article .l-layout-content-page-with-sidebar .l-content .guide-text .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .guide-text .image-left figcaption, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .guide-text .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .text-content .image-left figcaption, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .text-content .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-filters .guide-text .image-left figcaption, .m-filters .l-layout-content-page-with-sidebar .l-content .guide-text .image-left figcaption {
      padding-left: 0; } }
  @media (max-width: 767px) {
    .l-layout-content-page-with-sidebar .l-content .m-article .image-left figcaption, .m-article .l-layout-content-page-with-sidebar .l-content .guide-text .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .guide-text .image-left figcaption, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .guide-text .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-user-function-form .text-content .image-left figcaption, .m-user-function-form .l-layout-content-page-with-sidebar .l-content .text-content .image-left figcaption, .l-layout-content-page-with-sidebar .l-content .m-filters .guide-text .image-left figcaption, .m-filters .l-layout-content-page-with-sidebar .l-content .guide-text .image-left figcaption {
      padding-left: 15px; } }
  @media screen and (max-width: 1460px) {
    .l-content-with-sidebar .image-right {
      margin-right: 0px; } }

/* Home CTAs */
.m-home-ctas {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -20px; }
  .m-home-ctas > * {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-left: 20px;
    width: 100%; }
  .m-home-ctas > * {
    width: 33.333333%; }
  @supports (display: grid) {
    .m-home-ctas {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      margin-left: 0; }
      .m-home-ctas > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }
  @media (max-width: 767px) {
    .m-home-ctas {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -20px; }
      .m-home-ctas > * {
        box-sizing: border-box;
        margin-bottom: 20px;
        padding-left: 20px;
        width: 100%; }
      .m-home-ctas > * {
        width: 100%; }
      @supports (display: grid) {
        .m-home-ctas {
          display: grid;
          grid-template-columns: 1fr;
          grid-column-gap: 20px;
          grid-row-gap: 20px;
          margin-left: 0; }
          .m-home-ctas > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .m-home-ctas > * {
    margin-bottom: 0px; } }

.m-home-ctas .cta a {
  display: block;
  padding: 38px 40px;
  min-height: 312px;
  transition: all .2s;
/* color: #222; */				/* Commented out by AL */
  color: var(--hm-cta-txt);			/* Added by AL */
  box-shadow: 0 0 75px 0px rgba(0, 0, 0, 0.08); }
  .m-home-ctas .cta a::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  @media (max-width: 1150px) {
    .m-home-ctas .cta a {
      min-height: 232px;			/* Added by AL */
      padding: 28px 30px; } }
  @media (max-width: 767px) {
    .m-home-ctas .cta a {
      min-height: 0;				/* Added by AL */
      padding: 18px 20px; } }
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-home-ctas .cta a { */			/* Commented out by AL */
/*    min-height: 232px; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-home-ctas .cta a { */			/* Commented out by AL */
/*    min-height: 0; } } */			/* Commented out by AL */

.m-home-ctas .cta a::before {
  margin: 11px 0 0 0; }
  @media (max-width: 1150px) {
    .m-home-ctas .cta a::before {
      margin: 6px -5px 0 0; } }

.m-home-ctas .cta:nth-child(1) a {
/* background: white; */			/* Commented out by AL */
/*  color: #222; } */				/* Commented out by AL */
  background-color: var(--hm-cta1-bkg);		/* Added by AL */
  color: var(--hm-cta1-txt); }			/* Added by AL */

.m-home-ctas .cta:nth-child(2) a {
/* background: #d3ecf9; */			/* Commented out by AL */
/* color: #222; } */				/* Commented out by AL */
  background-color: var(--hm-cta2-bkg);		/* Added by AL */
  color: var(--hm-cta2-txt); }			/* Added by AL */

.m-home-ctas .cta:nth-child(3) a {
/* background: #4db3e6; */			/* Commented out by AL*/
/* color: white; } */				/* Commented out by AL */
  background-color: var(--hm-cta3-bkg);		/* Added by AL */
  color: var(--hm-cta3-txt); }			/* Added by AL */

.m-home-ctas .cta a:hover {
/* background: #13324d; */			/* Commented out by AL */
/* color: white; } */				/* Commented out by AL */
  background-color: var(--hm-cta-bkg-hv);		/* Added by AL */
  color: var(--hm-cta-hv-txt); }			/* Added by AL */

.m-home-ctas .cta a:hover::before {
  background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }	/* URL modified by AL */

.m-home-ctas .cta .text-content {
/* font-size: 14px; } */			/* Commented out by AL */
  font-size: var(--cta-txt-FS); }		/* Added by AL */
  .m-home-ctas .cta .text-content > *:first-child {
    margin-top: 0; }
  .m-home-ctas .cta .text-content > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-home-ctas .cta .text-content {
      line-height: 1.6;				/* Added by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--cta-txt-md-FS); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-home-ctas .cta .text-content {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--cta-txt-sm-FS); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-home-ctas .cta .text-content { */	/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-home-ctas .cta .text-content { */	/* Commented out by AL */
/*    line-height: 1.6; } } */			/* Commented out by AL */

.m-home-ctas h2,				/* Added by AL */
.m-home-ctas h1 {
  margin-bottom: 8px;
  font-size: 24px; }
  @media (max-width: 1150px) {
    .m-home-ctas h2,				/* Added by AL */
    .m-home-ctas h1 {
      line-height: 1.4;				/* Added by AL */
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--cta-ttl-FS); } }		/* Added by AL */
  @media (max-width: 767px) {
    .m-home-ctas h2,				/* Added by AL */
    .m-home-ctas h1 {
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--cta-ttl-md-FS); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-home-ctas h1 { */			/* Commented out by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-home-ctas h1 { */			/* Commented out by AL */
/*    line-height: 1.4; } } */			/* Commented out by AL */

.m-home-ctas .cta a:hover h2,			/* Added by AL */
.m-home-ctas .cta a:hover h1 {
/* color: white; } */				/* Commented out by AL */
  color: var(--hm-cta-hv-txt); }			/* Added by AL */

/* Search results */
.m-search-results mark {
  padding: 2px 5px;
  background: rgba(255, 237, 0, 0.6); }

.m-search-results h3 mark {
  color: #4db3e6; }

/* User function form */
.m-user-function-form {
  min-height: 0;
  width: 100%;
  overflow: hidden; }

.m-user-function-form h1 {
  margin-top: 0; }

.m-user-function-form .image {
  position: fixed;
  top: 0;
  bottom: 0;
/* right: calc((100vw - 1680px) / 2); */	/* Commented out by AL */
/* left: calc((100vw - 1680px) / 2); */		/* Commented out by AL */
  left: -100px;					/* Added by AL */
  right: -100px;				/* Added by AL */
  filter: brightness(75%);
  background-size: cover;
  background-position: center; }
  @media (max-width: 1150px) {			/* Added by AL */
    .m-user-function-form .image {		/* Added by AL */
      right: -40px;				/* Added by AL */
      left: -40px; } }				/* Added by AL */
  @media (max-width: 767px) {			/* Added by AL */
    .m-user-function-form .image {		/* Added by AL */
      right: calc(0px - var(--sm-gap));		/* Added by AL */
      left: calc(0px - var(--sm-gap)); } }	/* Added by AL */
  @media screen and (max-width: 500px) {	/* Added by AL */
    .m-user-function-form .image {		/* Added by AL */
      right: -15px;				/* Added by AL */
      left: -15px; } }				/* Added by AL */

.m-user-function-form .wrapper {
  color: #13324d;
  position: relative;
  width: 600px;
  margin: 100px auto;
  background: white;
  padding: 40px; }
  .m-user-function-form .wrapper form {
    border: 4px solid #e2edf8;
    padding: 40px;
    margin: 4em 0;
    line-height: 1.8;
    max-width: 600px; }
    @media (max-width: 1150px) {
      .m-user-function-form .wrapper form {
        padding: 30px; } }
    @media (max-width: 767px) {
      .m-user-function-form .wrapper form {
        padding: 15px; } }
  .m-user-function-form .wrapper input,
  .m-user-function-form .wrapper textarea,
  .m-user-function-form .wrapper select {
    background: #e2edf8;
    border: 0;
    width: calc(100% - 212px);
    padding: 15px;
/*   font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
    font-family: var(--regular-font);		/* Added by AL */
    font-weight: normal;
    height: 50px;
    margin-top: 0; }
    @media (max-width: 1150px) {
      .m-user-function-form .wrapper input,
      .m-user-function-form .wrapper textarea,
      .m-user-function-form .wrapper select {
        width: calc(100% - 162px); } }
    @media (max-width: 767px) {
      .m-user-function-form .wrapper input,
      .m-user-function-form .wrapper textarea,
      .m-user-function-form .wrapper select {
        width: 100%; } }
  .m-user-function-form .wrapper .form--stacked input,
  .m-user-function-form .wrapper .form--stacked textarea,
  .m-user-function-form .wrapper .form--stacked select {
    width: 100%; }
  .m-user-function-form .wrapper textarea {
    min-height: 250px; }
  .m-user-function-form .wrapper label {
    width: 212px;
    padding-right: 20px;
    float: left;
    padding-top: 12px;
/*   font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
    font-family: var(--bold-font);		/* Added by AL */
    font-weight: normal; }
    @media (max-width: 1150px) {
      .m-user-function-form .wrapper label {
        width: 162px; } }
    @media (max-width: 767px) {
      .m-user-function-form .wrapper label {
        float: none;
        padding-left: 0;
        width: auto;
        display: block; } }
  .m-user-function-form .wrapper .form--stacked label {
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 4px;
    padding-top: 20px; }
  .m-user-function-form .wrapper .form--stacked > section:first-child > fieldset:first-child > .form-group:first-child > label,
  .m-user-function-form .wrapper .form--stacked > section:first-child > .form-group:first-child > label,
  .m-user-function-form .wrapper .form--stacked > fieldset:first-child > .form-group:first-child > label,
  .m-user-function-form .wrapper .form--stacked > .form-group:first-child > label {
    padding-top: 0; }
  .m-user-function-form .wrapper .form-group--wordy-label > label {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 20px;
    display: inline-block; }
  .m-user-function-form .wrapper .form-group {
    clear: both; }
    .m-user-function-form .wrapper .form-group::after {
      content: ' ';
      display: table;
      clear: both; }
  .m-user-function-form .wrapper .form-group > div {
    float: left;
    width: calc(100% - 212px);
    margin: 0;
    padding: 0 0 0 30px; }
  .m-user-function-form .wrapper .form-group--wordy-label > div {
    float: none;
    width: 100%; }
  .m-user-function-form .wrapper .form-group > div > div {
    margin: 0; }
  .m-user-function-form .wrapper .form-group > div label {
    width: auto;
    float: none;
    padding: 0;
/*   font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
    font-family: var(--regular-font);		/* Added by AL */
    font-weight: normal; }
  .m-user-function-form .wrapper .form-group > div input {
    width: auto;
    float: left;
    height: auto;
    margin-left: -30px;
    margin-top: 8px; }
  .m-user-function-form .wrapper .form-actions {
    margin-left: 212px; }
    @media (max-width: 1150px) {
      .m-user-function-form .wrapper .form-actions {
        margin-left: 162px; } }
    @media (max-width: 767px) {
      .m-user-function-form .wrapper .form-actions {
        margin-left: 0;
        float: right; } }
  .m-user-function-form .wrapper .form--stacked .form-actions {
    padding-top: 20px;
    margin-left: 0; }
  .m-user-function-form .wrapper form button,
  .m-user-function-form .wrapper form input[type='submit'] {
    padding: 14px 16px;
    background: #4db3e6;
/*  color: white; */				/* Commented out by AL */
    color: var(--white-color);			/* Added by AL */
    display: inline-block;
    transition: all .1s;
/*   font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
    font-family: var(--bold-font);		/* Added by AL */
    font-weight: normal;
    border: 0;
    line-height: 1.4;
    border: 0; }
    .m-user-function-form .wrapper form button::before,
    .m-user-function-form .wrapper form input[type='submit']::before {
      display: inline-block;
      float: right;
      content: '';
      width: 18px;
      height: 18px;
      background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
    .m-user-function-form .wrapper form button::before,
    .m-user-function-form .wrapper form input[type='submit']::before {
      background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
    .m-user-function-form .wrapper form button::before,
    .m-user-function-form .wrapper form input[type='submit']::before {
      margin: 2px 0 0 14px; }
    .m-user-function-form .wrapper form button:hover,
    .m-user-function-form .wrapper form input[type='submit']:hover {
      background: #20a0e0;
/*    color: white; } */			/* Commented out by AL */
      color: var(--white-color); }		/* Added by AL */
  .m-user-function-form .wrapper .guide-text {
    background: #e2edf8;
    margin-bottom: 40px;
    padding: 40px;
/*  font-size: 16px; } */			/* Commented out by AL */
    font-size: var(--md-font-size); }		/* Added by AL */
    @media (max-width: 1150px) {
      .m-user-function-form .wrapper .guide-text {
        margin-bottom: 40px;			/* Added by AL */
        padding: 15px 20px;			/* Added by AL */
        margin-top: 30px;			/* Added by AL */
/*      font-size: 16px; } } */			/* Commented out by AL */
        font-size: var(--md-font-size); } }	/* Added by AL */
    @media (max-width: 767px) {
      .m-user-function-form .wrapper .guide-text {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
/*  @media (max-width: 480px) { */			/* Commented out by AL */
/*    .m-user-function-form .wrapper .guide-text { */	/* Commented out by AL */
/*      font-size: 14px; } } */				/* Commented out by AL */
    .m-user-function-form .wrapper .guide-text > *:first-child {
      margin-top: 0; }
    .m-user-function-form .wrapper .guide-text > *:last-child {
      margin-bottom: 0; }
/*  @media (max-width: 1150px) { */			/* Commented out by AL */
/*    .m-user-function-form .wrapper .guide-text { */	/* Commented out by AL */
/*      margin-bottom: 40px; */				/* Commented out by AL */
/*      padding: 30px; */				/* Commented out by AL */
/*      padding: 15px 20px; */				/* Commented out by AL */
/*      margin-top: 30px; } } */			/* Commented out by AL */
  .m-user-function-form .wrapper .required::after {
    content: '*'; }
  .m-user-function-form .wrapper::after {
    content: ' ';
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-user-function-form .wrapper {
      padding: 30px; } }
  @media (max-width: 767px) {
    .m-user-function-form .wrapper {
      padding: 20px;
      margin: 40px auto;
      width: auto; } }

.m-user-function-form--with-guides .wrapper {
  width: 50%;
  margin: 100px 0; }
  @media (max-width: 1150px) {
    .m-user-function-form--with-guides .wrapper {
      width: 600px;
      margin: 100px auto; } }
  @media (max-width: 767px) {
    .m-user-function-form--with-guides .wrapper {
      margin: 40px auto;
      width: auto; } }

.m-user-function-form .wrapper form {
  max-width: 100%;
  padding: 0;
  border: 0;
  margin: 0; }

.m-user-function-form .wrapper .form-group + .form-group {
  margin: 1.2em 0 0 0; }

.m-user-function-form .wrapper .form-actions {
  margin-top: 1.2em; }

.m-user-function-form section {
  clear: both;
  margin-top: 40px; }
  .m-user-function-form section::after {
    content: ' ';
    display: table;
    clear: both; }

.m-user-function-form--with-guides section {
  margin-top: 40px; }

.m-user-function-form .guide-text {
  background: #d3ecf9;
  float: right;
  clear: right;
  width: calc(100% + 80px);
  margin-right: calc(-100% - 100px);
  margin-bottom: 40px;
  margin-top: -40px;
  padding: 40px; }
  .m-user-function-form .guide-text > *:first-child {
    margin-top: 0; }
  .m-user-function-form .guide-text > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-user-function-form .guide-text {
      margin-bottom: 40px;
      padding: 30px;
/*    font-size: 14px; */			/* Commented out by AL */
      font-size: var(--sm-font-size);		/* Added by AL */
      float: none;
      clear: none;
      width: auto;				/* Added by AL */
      margin-right: 0;
      margin-top: 30px; } }
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-user-function-form .guide-text { */	/* Commented out by AL */
/*    width: auto; } } */			/* Commented out by AL */

.m-user-function-form section + .text-content {
  margin-top: 40px; }

/* News overview */
.m-news-overview {
/* overflow: hidden; */				/* Commented out by AL */
  padding-top: 100px;
  padding-bottom: 100px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px; }
  @media (max-width: 1150px) {
    .m-news-overview {
      padding-top: 60px;			/* Added by AL */
      padding-bottom: 40px;			/* Added by AL */
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .m-news-overview {
/*    margin-left: -150px; */			/* Commented out by AL */
/*    margin-right: -150px; */			/* Commented out by AL */
/*    padding-left: 150px; */			/* Commented out by AL */
/*    padding-right: 150px; } } */		/* Commented out by AL */
      margin-left: calc(0px - var(--sm-gap));	/* Added by AL */
      margin-right: calc(0px - var(--sm-gap));	/* Added by AL */
      padding-left: var(--sm-gap);		/* Added by AL */
      padding-right: var(--sm-gap);		/* Added by AL */
      padding-top: 40px; } }			/* Added by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-news-overview {				/* Added by AL */
      margin-left: -15px;			/* Added by AL */
      margin-right: -15px;			/* Added by AL */
      padding-left: 15px;			/* Added by AL */
      padding-right: 15px; } }			/* Added by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-news-overview { */			/* Commented out by AL */
/*    padding-top: 60px; */			/* Commented out by AL */
/*    padding-bottom: 40px; } } */		/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-news-overview { */			/* Commented out by AL */
/*    padding-top: 40px; } } */			/* Commented out by AL */

/* See common h2.title style at end */		/* Added out by AL */
/*
.m-news-overview > h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: 'Swiss_721 W01 Roman';
  font-weight: normal;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 24px;
  display: inline-block;
  font-family: 'Swiss_721 W01 Bold';
  font-weight: normal;
  padding: 2px 0;
  color: #13324d;
  border-bottom: 4px solid #e2edf8;
  position: relative; }
  @media (max-width: 1150px) {
    .m-news-overview > h2 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .m-news-overview > h2 {
      font-size: 20px; } }
  @media (max-width: 480px) {
    .m-news-overview > h2 {
      font-size: 20px; } }
  @media (max-width: 1150px) {
    .m-news-overview > h2 {
      font-size: 20px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .m-news-overview > h2 {
      font-size: 14px; } }

.m-news-overview .more-link {
  float: right;
  font-size: 12px;
  line-height: 1.4;
  padding: 2px 4px 2px 7px;
  background: #e2edf8;
  color: #007dbb;
  transition: all .2s;
  margin-top: 10px; }
  .m-news-overview .more-link:hover {
    background: #4db3e6;
    color: white; }
  .m-news-overview .more-link::before {
    content: '\f067';
    font: normal normal normal 6px/1 FontAwesome;
    margin-right: 5px;
    line-height: -14px;
    display: inline-block;
    position: relative;
    top: -2px;
    color: #007dbb;
    transition: all .2s; }
  .m-news-overview .more-link:hover::before {
    color: white; }
*/						/* Commented out by AL */

.m-news-overview > ul {
/* padding: 0; */				/* Commented out by AL */
/* margin: 0; */				/* Commented out by AL */
/* list-style: none; */				/* Commented out by AL */
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -80px;
  margin-bottom: -30px; }
  .m-news-overview > ul > * {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 80px;
    width: 100%; }
  .m-news-overview > ul > * {
    width: 50%; }
  @supports (display: grid) {
    .m-news-overview > ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 80px;
      grid-row-gap: 30px;
      margin-left: 0; }
      .m-news-overview > ul > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }
  @media (max-width: 767px) {
    .m-news-overview > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -80px; }
      .m-news-overview > ul > * {
        box-sizing: border-box;
        margin-bottom: 30px;
        padding-left: 80px;
        width: 100%; }
      .m-news-overview > ul > * {
        width: 100%; }
      @supports (display: grid) {
        .m-news-overview > ul {
          display: grid;
          grid-template-columns: 1fr;
          grid-column-gap: 80px;
          grid-row-gap: 30px;
          margin-left: 0; }
          .m-news-overview > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }

.m-news-overview > ul > li .image {
  float: right;
  margin-bottom: 20px;
  margin-left: 20px;
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: center; }
  @media (max-width: 1150px) {
    .m-news-overview > ul > li .image {
/*    width: 70px; */				/* Commented out by AL */
/*    height: 70px; } } */			/* Commented out by AL */
      width: 100px;				/* Added by AL */
      height: 100px; } }			/* Added by AL */

.m-news-overview > .highlight a,
.m-news-overview > ul a {
  color: #222; }

.m-news-overview > ul a {
/* color: #222; */
  padding: 30px 0 20px;
  display: block;
  border-top: 4px solid #e2edf8; }
  @media (max-width: 767px) {
    .m-news-overview > ul a {
      padding-bottom: 0; } }

.m-news-overview > .highlight h3,
.m-news-overview > ul h3 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 3px;
  color: #13324d; }
  @media (max-width: 1150px) {
    .m-news-overview > .highlight h3,
    .m-news-overview > ul h3 {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-news-overview > .highlight h3,
    .m-news-overview > ul h3 {
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--lm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-news-overview > .highlight h3, */	/* Commented out by AL */
/*  .m-news-overview > ul h3 { */		/* Commented out by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */

.m-news-overview > ul a h3 {
  transition: all .2s; }

.m-news-overview > ul a:hover h3 {
  color: #4db3e6; }

.m-news-overview .meta {
/* font-size: 14px; */				/* Commented out by AL */
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-size: var(--sm-font-size);		/* Added by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
/* color: #007dbb; */				/* Commented out by AL */
  color: #4db3e6;				/* ADded by AL */
  padding: 0;
  margin: 0;
  list-style: none; }
  @media (max-width: 1150px) {
    .m-news-overview .meta {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-news-overview .meta {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-news-overview .meta { */			/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */

.m-news-overview .meta li {
  display: inline-block;
  margin-bottom: 0; }

.m-news-overview .meta li.tag {
  background: #e2edf8;
  padding: 4px 6px;
  line-height: 1;
  margin-right: 4px; }

.m-news-overview .highlight p,
.m-news-overview ul p {
/* font-size: 14px; } */			/* Commented out by AL */
  font-size: var(--sm-font-size); }		/* Added by AL */
  @media (max-width: 1150px) {
    .m-news-overview .highlight p,
    .m-news-overview ul p {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-news-overview .highlight p,
    .m-news-overview ul p {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-news-overview .highlight p, */		/* Commented out by AL */
/*  .m-news-overview ul p { */			/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */

.m-news-overview .highlight {
  position: relative;
  overflow: hidden;
  margin-bottom: 40px; }
  @media (max-width: 1150px) {
    .m-news-overview .highlight {
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .m-news-overview .highlight {
      margin-bottom: 40px; } }

.m-news-overview .highlight a {
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */

.m-news-overview .highlight a .text-content > * {
  display: block;
  transition: all .2s; }

.m-news-overview .highlight a:hover .text-content > * {
  transform: translate3d(6px, 0, 0); }

.m-news-overview .highlight .text-content {
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--sm-font-size);		/* Added by AL */
  background: #13324d;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  width: auto;
  padding: 38px 40px 105px;
  position: relative; }
  .m-news-overview .highlight .text-content > *:first-child {
    margin-top: 0; }
  .m-news-overview .highlight .text-content > *:last-child {
    margin-bottom: 0; }
/* @media (max-width: 1150px) { */			/* Commented out by AL */
/*  .m-news-overview .highlight .text-content { */	/* Commented out by AL */
/*    font-size: 14px; } } */				/* Commented out by AL */
/* @media (max-width: 767px) { */			/* Commented out by AL */
/*  .m-news-overview .highlight .text-content { */	/* Commented out by AL */
/*    font-size: 12px; } } */				/* Commented out by AL */
/* @media (max-width: 480px) { */			/* Commented out by AL */
/*  .m-news-overview .highlight .text-content { */	/* Commented out by AL */
/*    font-size: 12px; } } */				/* Commented out by AL */
  @media (max-width: 1150px) {
    .m-news-overview .highlight .text-content {
      font-size: var(--sm-font-size);		/* Added by AL */
      max-width: none;
      padding: 28px 30px 105px; } }
  @media (max-width: 767px) {
    .m-news-overview .highlight .text-content {
      font-size: var(--xs-font-size);		/* Added by AL */
      max-width: none;
      margin-right: 0;
      margin-left: 0;
      width: auto;
      padding: 18px 20px 70px;
      clear: both; } }

.m-news-overview .highlight .image + .text-content {
  float: right;
  width: 50%; }
  @media (max-width: 767px) {
    .m-news-overview .highlight .image + .text-content {
      margin-right: 10%;
      width: 90%; } }

.m-news-overview .highlight .text-content h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.4;
  font-size: 32px;
  margin-bottom: 12px; }
/* @media (max-width: 1150px) { */			/* Commented out by AL */
/*  .m-news-overview .highlight .text-content h2 { */	/* Commented out by AL */
/*    font-size: 32px; } } */				/* Commented out by AL */
/* @media (max-width: 767px) { */			/* Commented out by AL */
/*  .m-news-overview .highlight .text-content h2 { */	/* Commented out by AL */
/*    font-size: 28px; } } */				/* Commented out by AL */
/* @media (max-width: 480px) { */			/* Commented out by AL */
/*  .m-news-overview .highlight .text-content h2 { */	/* Commented out by AL */
/*    font-size: 22px; } } */				/* Commented out by AL */
  @media (max-width: 1150px) {
    .m-news-overview .highlight .text-content h2 {
      font-size: 26px; } }
  @media (max-width: 767px) {
    .m-news-overview .highlight .text-content h2 {
 /*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */			/* Commented out by AL */
/*  .m-news-overview .highlight .text-content h2 { */	/* Commented out by AL */
/*    font-size: 22px; } } */				/* Commented out by AL */

.m-news-overview .highlight .text-content .description {
  margin-top: 1em; }

.m-news-overview .highlight .image {
  position: absolute;
  right: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover; }
  @media (max-width: 1150px) {
    .m-news-overview .highlight .image {
      right: 50%;
      top: 0;
      bottom: 0;
      left: 0;
      object-fit: cover; } }
  @media (max-width: 767px) {
    .m-news-overview .highlight .image {
      width: 260px;
      height: 260px;
      position: static;
      margin-bottom: -70px;
      float: right;
/*    margin-right: -15px; */			/* Commented out by AL */
      margin-right: 0; } }

.m-news-overview .highlight .meta li.tag {
  background: rgba(226, 237, 248, 0.1); }

.m-news-overview .highlight .text-content::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  float: left;
  margin-left: -17px;
  margin-top: 9px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '';
  background: #4db3e6 url('../img/icon-arrow-right-white-thick.svg') center no-repeat;		/* URL modified by AL */
  width: 85px;
  height: 85px;
  color: #13324d;
  font-size: 32px;
  position: absolute;
  right: 0;
  bottom: 40px; }
  @media (max-width: 767px) {
    .m-news-overview .highlight .text-content::after {
      width: 55px;
      height: 55px;
      background-size: 50%;
      bottom: 20px; } }

/* Action boxes */
.m-action-block-grid {
  position: relative; }

/* See common h2.title style at end */		/* Added by AL */
/*
.m-action-block-grid .title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: 'Swiss_721 W01 Roman';
  font-weight: normal;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 24px;
  display: inline-block;
  font-family: 'Swiss_721 W01 Bold';
  font-weight: normal;
  padding: 2px 0;
  color: #13324d;
  border-bottom: 4px solid #e2edf8; }
  @media (max-width: 1150px) {
    .m-action-block-grid .title {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .m-action-block-grid .title {
      font-size: 20px; } }
  @media (max-width: 480px) {
    .m-action-block-grid .title {
      font-size: 20px; } }
  @media (max-width: 1150px) {
    .m-action-block-grid .title {
      font-size: 20px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .m-action-block-grid .title {
      font-size: 14px; } }

.m-action-block-grid .more-link {
  float: right;
  font-size: 12px;
  line-height: 1.4;
  padding: 2px 4px 2px 7px;
  background: #e2edf8;
  color: #007dbb;
  transition: all .2s;
  margin-top: 10px;
  position: absolute;
  right: 0; }
  .m-action-block-grid .more-link:hover {
    background: #4db3e6;
    color: white; }
  .m-action-block-grid .more-link::before {
    content: '\f067';
    font: normal normal normal 6px/1 FontAwesome;
    margin-right: 5px;
    line-height: -14px;
    display: inline-block;
    position: relative;
    top: -2px;
    color: #007dbb;
    transition: all .2s; }
  .m-action-block-grid .more-link:hover::before {
    color: white; }
*/

.m-action-block-grid ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-action-block-grid > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -30px; }
  .m-action-block-grid > ul > * {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 30px;
    width: 100%; }
  .m-action-block-grid > ul > * {
    width: 33.333333%; }
  @supports (display: grid) {
    .m-action-block-grid > ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-left: 0; }
      .m-action-block-grid > ul > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }
  @media (max-width: 1150px) {
    .m-action-block-grid > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -30px; }
      .m-action-block-grid > ul > * {
        box-sizing: border-box;
        margin-bottom: 30px;
        padding-left: 30px;
        width: 100%; }
      .m-action-block-grid > ul > * {
        width: 50%; }
      @supports (display: grid) {
        .m-action-block-grid > ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 30px;
          grid-row-gap: 30px;
          margin-left: 0; }
          .m-action-block-grid > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }
  @media (max-width: 767px) {
    .m-action-block-grid > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -15px; }
      .m-action-block-grid > ul > * {
        box-sizing: border-box;
        margin-bottom: 15px;
        padding-left: 15px;
        width: 100%; }
      .m-action-block-grid > ul > * {
        width: 50%; }
      @supports (display: grid) {
        .m-action-block-grid > ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 15px;
          grid-row-gap: 15px;
          margin-left: 0; }
          .m-action-block-grid > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-action-block-grid > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -15px; }
      .m-action-block-grid > ul > * {
        box-sizing: border-box;
        margin-bottom: 15px;
        padding-left: 15px;
        width: 100%; }
      .m-action-block-grid > ul > * {
        width: 100%; }
      @supports (display: grid) {
        .m-action-block-grid > ul {
          display: grid;
          grid-template-columns: 1fr;
          grid-column-gap: 15px;
          grid-row-gap: 15px;
          margin-left: 0; }
          .m-action-block-grid > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }

.m-action-block-grid--four-col > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -30px; }
  .m-action-block-grid--four-col > ul > * {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 30px;
    width: 100%; }
  .m-action-block-grid--four-col > ul > * {
    width: 25%; }
  @supports (display: grid) {
    .m-action-block-grid--four-col > ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-left: 0; }
      .m-action-block-grid--four-col > ul > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }
  @media (max-width: 1150px) {
    .m-action-block-grid--four-col > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -30px; }
      .m-action-block-grid--four-col > ul > * {
        box-sizing: border-box;
        margin-bottom: 30px;
        padding-left: 30px;
        width: 100%; }
      .m-action-block-grid--four-col > ul > * {
        width: 50%; }
      @supports (display: grid) {
        .m-action-block-grid--four-col > ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 30px;
          grid-row-gap: 30px;
          margin-left: 0; }
          .m-action-block-grid--four-col > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }
  @media (max-width: 767px) {
    .m-action-block-grid--four-col > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -15px; }
      .m-action-block-grid--four-col > ul > * {
        box-sizing: border-box;
        margin-bottom: 15px;
        padding-left: 15px;
        width: 100%; }
      .m-action-block-grid--four-col > ul > * {
        width: 50%; }
      @supports (display: grid) {
        .m-action-block-grid--four-col > ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 15px;
          grid-row-gap: 15px;
          margin-left: 0; }
          .m-action-block-grid--four-col > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-action-block-grid--four-col > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -15px; }
      .m-action-block-grid--four-col > ul > * {
        box-sizing: border-box;
        margin-bottom: 15px;
        padding-left: 15px;
        width: 100%; }
      .m-action-block-grid--four-col > ul > * {
        width: 100%; }
      @supports (display: grid) {
        .m-action-block-grid--four-col > ul {
          display: grid;
          grid-template-columns: 1fr;
          grid-column-gap: 15px;
          grid-row-gap: 15px;
          margin-left: 0; }
          .m-action-block-grid--four-col > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }

.m-action-block-grid--two-col > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -30px; }
  .m-action-block-grid--two-col > ul > * {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 30px;
    width: 100%; }
  .m-action-block-grid--two-col > ul > * {
    width: 50%; }
  @supports (display: grid) {
    .m-action-block-grid--two-col > ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-left: 0; }
      .m-action-block-grid--two-col > ul > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }
  @media (max-width: 767px) {
    .m-action-block-grid--two-col > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -15px; }
      .m-action-block-grid--two-col > ul > * {
        box-sizing: border-box;
        margin-bottom: 15px;
        padding-left: 15px;
        width: 100%; }
      .m-action-block-grid--two-col > ul > * {
        width: 50%; }
      @supports (display: grid) {
        .m-action-block-grid--two-col > ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 15px;
          grid-row-gap: 15px;
          margin-left: 0; }
          .m-action-block-grid--two-col > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-action-block-grid--two-col > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -15px; }
      .m-action-block-grid--two-col > ul > * {
        box-sizing: border-box;
        margin-bottom: 15px;
        padding-left: 15px;
        width: 100%; }
      .m-action-block-grid--two-col > ul > * {
        width: 100%; }
      @supports (display: grid) {
        .m-action-block-grid--two-col > ul {
          display: grid;
          grid-template-columns: 1fr;
          grid-column-gap: 15px;
          grid-row-gap: 15px;
          margin-left: 0; }
          .m-action-block-grid--two-col > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }

.m-action-block-grid > ul li a {
  width: auto;
  position: relative;
  display: block;
  padding-left: 30px; }
  @media (max-width: 1150px) {
    .m-action-block-grid > ul li a {
      padding-left: 20px; } }
  .m-action-block-grid > ul li a .image {
    height: 0;					/* Added by AL */
    width: 100%;
    padding-bottom: 100%;
    opacity: 1; }
  .m-action-block-grid > ul li a .text-content {
    position: relative;
/*  background: rgba(19, 50, 77, 0.9); */	/* Commented out by AL */
    background-color: var(--mactn-blkgrid-bkg);	/* Added by AL */
    padding: 30px 30px 25px 30px;
/*  color: white; */				/* Commented out by AL */
/*  font-size: 14px; */				/* Commented out by AL */
    color: var(--white-color);			/* Added by AL */
    font-size: var(--sm-font-size);		/* Added by AL */
    transition: all .2s;
    line-height: 1.6;
    margin-left: -30px; }
    @media (max-width: 1150px) {
      .m-action-block-grid > ul li a .text-content {
/*      font-size: 14px; } } */			/* Commented out by AL */
        font-size: var(--sm-font-size); } }	/* Added by AL */
    @media (max-width: 767px) {
      .m-action-block-grid > ul li a .text-content {
/*      font-size: 12px; } } */			/* Commented out by AL */
        font-size: var(--xs-font-size); } }	/* Added by AL */
/*  @media (max-width: 480px) { */			/* Commented out by AL */
/*    .m-action-block-grid > ul li a .text-content { */	/* Commented out by AL */
/*      font-size: 12px; } } */				/* Commented out by AL */
    @media (max-width: 1150px) {
      .m-action-block-grid > ul li a .text-content {
        margin-left: -20px;
        padding: 20px 20px 15px 20px;
        line-height: 1.6; } }
    @media (max-width: 767px) {
      .m-action-block-grid > ul li a .text-content {
        padding: 15px; } }
  .m-action-block-grid > ul li a .image + .text-content {
    margin-top: -63px;
    left: -30px;
    margin-left: 0;
    margin-bottom: 30px; }
    @media (max-width: 1150px) {
      .m-action-block-grid > ul li a .image + .text-content {
        left: -20px; } }
    @media (max-width: 767px) {
      .m-action-block-grid > ul li a .image + .text-content {
        margin-bottom: 15px; } }
  .m-action-block-grid > ul li a:hover .text-content {
/*  background: #4db3e6; */			/* Commented out by AL */
/*  color: white; */				/* Commented out by AL */
    background: var(--mactn-blkgrid-bkg-hv);	/* Added by AL */
    color: var(--white-color);			/* Added by AL */
    transform: translate3d(10px, 0, 0); }
  .m-action-block-grid > ul li a .description {
    line-height: 1.6; }
  .m-action-block-grid > ul li a h1, .m-action-block-grid > ul li a h2, .m-action-block-grid > ul li a h3 {
    font-size: 24px;
    line-height: 1.4;
    margin-top: -3px;
    margin-bottom: 3px;
/*  hyphens: auto; */				/* Commented out by AL */
    /*    @include mq(tablet) {
          font-size: 20px;
        }*/ }
    @media (max-width: 1150px) {
      .m-action-block-grid > ul li a h1, .m-action-block-grid > ul li a h2, .m-action-block-grid > ul li a h3 {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
    @media (max-width: 767px) {
      .m-action-block-grid > ul li a h1, .m-action-block-grid > ul li a h2, .m-action-block-grid > ul li a h3 {
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--lm-font-size); } }	/* Added by AL */
/*  @media (max-width: 480px) { */		/* Commented out by AL */
/*    .m-action-block-grid > ul li a h1, .m-action-block-grid > ul li a h2, .m-action-block-grid > ul li a h3 { */	/* Commented out by AL */
/*      font-size: 20px; } } */			/* Commented out by AL */
    .m-action-block-grid > ul li a h1::before, .m-action-block-grid > ul li a h2::before, .m-action-block-grid > ul li a h3::before {
      display: inline-block;
      float: right;
      content: '';
      width: 18px;
      height: 18px;
      margin-left: 15px;			/* Added by AL */
      background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }				/* URL modified by AL */
    .m-action-block-grid > ul li a h1::before, .m-action-block-grid > ul li a h2::before, .m-action-block-grid > ul li a h3::before {
      background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }				/* URL modified by AL */
  .m-action-block-grid > ul li a h1::before, .m-action-block-grid > ul li a h2::before, .m-action-block-grid > ul li a h3::before {
    margin-top: 6px; }
  .m-action-block-grid > ul li a:hover .text-content h1::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }				/* URL modified by AL */
  .m-action-block-grid ul li a:hover .text-content h1::before {
    background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }				/* URL modified by AL */
  .m-action-block-grid ul li a h1::before {
    margin-top: 6px;
    margin-left: 20px; }
  .m-action-block-grid > ul li a .meta {
    color: #3cbeff; }
  .m-action-block-grid > ul li a:hover .meta {
    color: rgba(255, 255, 255, 0.7); }
  .m-action-block-grid > ul li a .description > *:last-child {
    margin-bottom: 0; }

@media (max-width: 767px) {
  .m-action-block-grid > ul li:last-child a .text-content {
    margin-bottom: 0; } }

.m-action-block-grid .image {
  background-size: cover;
  background-position: center; }

.m-action-block-grid--two-col > ul li a .image {
  padding-bottom: 60%; }

.m-action-block-grid--three-col > ul li a .image {
  padding-bottom: 80%; }

.m-action-block-grid--four-col > ul li a .text-content {
  padding: 20px; }

/* Side image block */
.m-side-image {
  position: relative;
/* margin-left: -100px; */			/* Commented out by AL */
/* margin-right: -100px; */			/* Commented out by AL */
/* padding-left: 100px; */			/* Commented out by AL */
/* padding-right: 100px; } */			/* Commented out by AL */
      margin-left: calc(0px - var(--lg-gap));	/* Added by AL */
      margin-right: calc(0px - var(--lg-gap));	/* Added by AL */
      padding-left: var(--lg-gap);		/* Added by AL */
      padding-right: var(--lg-gap); }		/* Added by AL */
  @media (max-width: 1150px) {
    .m-side-image {
/*    margin-left: -40px; */			/* Commented out by AL */
/*    margin-right: -40px; */			/* Commented out by AL */
/*    padding-left: 40px; */			/* Commented out by AL */
/*    padding-right: 40px; } } */		/* Commented out by AL */
      margin-left: calc(0px - var(--md-gap));	/* Added by AL */
      margin-right: calc(0px - var(--md-gap));	/* Added by AL */
      padding-left: var(--md-gap);		/* Added by AL */
      padding-right: var(--md-gap); } }		/* Added by AL */
  @media (max-width: 767px) {
    .m-side-image {
/*    margin-left: -150px; */			/* Commented out by AL */
/*    margin-right: -150px; */			/* Commented out by AL */
/*    padding-left: 150px; */			/* Commented out by AL */
/*    padding-right: 150px; } } */		/* Commented out by AL */
      margin-left: calc(0px - var(--sm-gap));	/* Added by AL */
      margin-right: calc(0px - var(--sm-gap));	/* Added by AL */
      padding-left: var(--sm-gap);		/* Added by AL */
      padding-right: var(--sm-gap); } }		/* Added by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-side-image {				/* Added by AL */
      margin-left: calc(0px - var(--xs-gap));	/* Added by AL */
      margin-right: calc(0px - var(--xs-gap));	/* Added by AL */
      padding-left: var(--xs-gap);		/* Added by AL */
      padding-right: var(--xs-gap); } }		/* Added by AL */

.m-side-image a {
  padding: 14px 16px;
/* background: #4db3e6; */			/* Commented out by AL */
/* color: white; */				/* Commented out by AL */
  background-color: var(--lnk-btn-bkg);		/* Added by AL */
  color: var(--lnk-btn-txt);			/* Added by AL */
  display: inline-block;
  transition: all .1s;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  border: 0;
  line-height: 1.4; }
  .m-side-image a::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  .m-side-image a::before {
    background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  .m-side-image a::before {
    margin: 2px 0 0 14px; }
  .m-side-image a:hover {
/*  background: #20a0e0; */			/* Commented out by AL */
/*  color: white; } */				/* Commented out by AL */
    background-color: var(--lnk-btn-bkg-hv);	/* Added by AL */
    color: var(--lnk-btn-txt); }		/* Added by AL */

.m-side-image .text-content {
  max-width: 43%;
  min-height: 400px; }
  .m-side-image .text-content > *:first-child {
    margin-top: 0; }
  .m-side-image .text-content > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-side-image .text-content {
      max-width: none;
      margin-right: 50%; } }
  @media (max-width: 767px) {
    .m-side-image .text-content {
      max-width: none;
      padding: 0;
      margin-right: 0; } }

.m-side-image--left .text-content {
  margin-left: 55%; }
  @media (max-width: 1150px) {
    .m-side-image--left .text-content {
      margin-left: 50%;
      margin-right: 0; } }
  @media (max-width: 767px) {
    .m-side-image--left .text-content {
      margin: 0; } }

.m-side-image .text-content h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.4;
  margin-bottom: 30px;
  color: #13324d; }
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-side-image .text-content h2 { */		/* Commented out by AL */
/*    font-size: 32px; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-side-image .text-content h2 { */		/* Commented out by AL */
/*    font-size: 28px; } } */			/* Commented out by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-side-image .text-content h2 { */		/* Commented out by AL */
/*    font-size: 22px; } } */			/* Commented out by AL */
  @media (max-width: 1150px) {
    .m-side-image .text-content h2 {
      font-size: 28px; } }
  @media (max-width: 767px) {
    .m-side-image .text-content h2 {
      background: white;
      position: relative;
/*    padding: 14px 20px 0 0; */		/* Commented out by AL */
      padding: 14px 20px 12px 0;		/* Added by AL */
      width: 90%;
      clear: both; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-side-image .text-content h2 {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */

@media (max-width: 767px) {
/* main > div:nth-child(even).m-side-image .text-content h2 { */	/* Commented out by AL */
  .module > div:nth-child(even).m-side-image .text-content h2 {		/* Added by AL */
    background: #f6f9fd; } }

@media (max-width: 767px) {
  .m-side-image--left .text-content h2 {
/*  padding: 14px 0 0 20px; */			/* Commented out by AL */
/*  width: 90%; */				/* Commented out by AL */
    padding: 14px 0 12px 20px;			/* Added by AL */
    margin-left: 10%; } }

.m-side-image .text-content p {
  margin: 0;
  margin-bottom: 40px;
/* font-size: 16px; } */			/* Commented out by AL */
  font-size: var(--md-font-size); }		/* Added by AL */
  @media (max-width: 1150px) {
    .m-side-image .text-content p {
/*    font-size: 16px; } } */			/* Commented out by AL */
      font-size: var(--md-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-side-image .text-content p {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-side-image .text-content p { */		/* Commented out by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */

.m-side-image .image {
  position: absolute;
  left: 50%;
  top: 70px;
  bottom: 70px;
  width: 50%;
  background-position: center;
  background-size: cover; }
  @media (max-width: 1150px) {
    .m-side-image .image {
      top: 50px;
      bottom: 50px;
      left: 55%;
      width: 45%; } }
  @media (max-width: 767px) {
    .m-side-image .image {
      width: 260px;
      height: 260px;
      position: static;
      float: right;
      margin-right: -15px;
      margin-bottom: -70px; } }

/* main > .m-side-image:first-child .image { */	/* Commented out by AL */
.module > .m-side-image:first-child .image {	/* Added by AL */
  top: 110px !important; }

/* main > .m-side-image:last-child .image { */	/* Commented out by AL */
.module > .m-side-image:last-child .image {	/* Added by AL */
  bottom: 140px !important; }

.m-side-image--left .image {
  right: 50%;
  left: auto; }
  @media (max-width: 1150px) {
    .m-side-image--left .image {
      right: 55%; } }
  @media (max-width: 767px) {
    .m-side-image--left .image {
      float: left;
      margin-left: -15px;
      margin-right: 0; } }

/* Background image */
.m-background-image.m-background-image--outline {
  background-color: var(--dark-azure-2) !important; }	/* Added by AL */
.m-background-image {
  position: relative;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px; }
  .m-background-image::after {
    content: ' ';
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
    .m-background-image {
      margin-left: -40px;
      margin-right: -40px;
      padding-left: 40px;
      padding-right: 40px; } }
  @media (max-width: 767px) {
    .m-background-image {
/*    margin-left: -150px; */			/* Commented out by AL */
/*    margin-right: -150px; */			/* Commented out by AL */
/*    padding-left: 150px; */			/* Commented out by AL */
/*    padding-right: 150px; } } */		/* Commented out by AL */
      margin-left: var(--sm-gap);		/* Added by AL */
      margin-right: var(--sm-gap);		/* Added by AL */
      padding-left: calc(0px - var(--sm-gap));	/* Added by AL */
      padding-right: calc(0px - var(--sm-gap)); } }	/* Added by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-background-image {			/* Added by AL */
      margin-left: -15px;			/* Added by AL */
      margin-right: -15px;			/* Added by AL */
      padding-left: 15px;			/* Added by AL */
      padding-right: 15px; } }			/* Added by AL */

.m-background-image a {
  padding: 14px 16px;
  background: #4db3e6;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  display: inline-block;
  transition: all .1s;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  border: 0;
  line-height: 1.4; }
  .m-background-image a::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  .m-background-image a::before {
    background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  .m-background-image a::before {
    margin: 2px 0 0 14px; }
  .m-background-image a:hover {
    background: #20a0e0;
/*  color: white; } */				/* Commented out by AL */
    color: var(--white-color); }		/* Added by AL */

.m-background-image .text-content {
  max-width: 510px;
  min-height: 400px;
  background: rgba(19, 50, 77, 0.9);
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  position: relative;
  padding: 38px 40px; }
  @media (max-width: 1150px) {
    .m-background-image .text-content {
      max-width: 46vw;				/* Added by AL */
      padding: 28px 30px; } }
  @media (max-width: 767px) {
    .m-background-image .text-content {
      max-width: none;				/* Added by AL */
      min-height: 0;				/* Added by AL */
      padding: 18px 20px; } }
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-background-image .text-content { */	/* Commented out by AL */
/*    max-width: 46vw; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-background-image .text-content { */	/* Commented out by AL */
/*    max-width: none; */			/* Commented out by AL */
/*    min-height: 0; } } */			/* Commented out by AL */

.m-background-image--outline .text-content {
  background: none;
  border: 10px solid #4db3e6; }

.m-background-image--centre .text-content {
  max-width: 800px;
  margin: 0 auto; }

.m-background-image--right .text-content {
  float: right; }

.m-background-image .text-content h2 {
  margin: 0;
  font-size: 38px;
  line-height: 1.4;
  margin-bottom: 30px; }
  @media (max-width: 1150px) {
    .m-background-image .text-content h2 {
/*    font-size: 32px; } } */			/* Commented out by AL */
      font-size: 28px; } }			/* Added by AL */
  @media (max-width: 767px) {
    .m-background-image .text-content h2 {
      font-size: 28px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-background-image .text-content h2 {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-background-image .text-content h2 { */	/* Commented out by AL */
/*    font-size: 28px; } } */			/* Commented out by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-background-image .text-content h2 { */	/* Commented out by AL */
/*    font-size: 22px; } } */			/* Commented out by AL */

.m-background-image .text-content p {
  margin: 0;
  margin-bottom: 40px;
/* font-size: 16px; } */			/* Commented out by AL */
  font-size: var(--md-font-size); }		/* Added by AL */
  @media (max-width: 1150px) {
    .m-background-image .text-content p {
/*    font-size: 16px; } } */			/* Commented out by AL */
      font-size: var(--md-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-background-image .text-content p {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-background-image .text-content p { */	/* Commented out by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */

.m-background-image .image {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  background-position: center;
  background-size: cover; }

.m-background-image--outline .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13324d;
  opacity: 0.55; }

/* List content grid */

/* See common h2.title style at end */		/* Added by AL */
/*
.m-list-content-grid .title {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: 'Swiss_721 W01 Roman';
  font-weight: normal;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 24px;
  display: inline-block;
  font-family: 'Swiss_721 W01 Bold';
  font-weight: normal;
  padding: 2px 0;
  color: #13324d;
  border-bottom: 4px solid #e2edf8; }
  @media (max-width: 1150px) {
    .m-list-content-grid .title {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .m-list-content-grid .title {
      font-size: 20px; } }
  @media (max-width: 480px) {
    .m-list-content-grid .title {
      font-size: 20px; } }
  @media (max-width: 1150px) {
    .m-list-content-grid .title {
      font-size: 20px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .m-list-content-grid .title {
      font-size: 14px; } }
*/

.m-list-content-grid .introduction {
  max-width: 800px;
  margin: 0 auto;
  font-size: 24px;
  color: #4db3e6; }
  @media (max-width: 1150px) {
    .m-list-content-grid .introduction {
      line-height: 1.6;				/* Added by AL */
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-list-content-grid .introduction {
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--lm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-list-content-grid .introduction { */	/* Commented out by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */
  .m-list-content-grid .introduction > *:first-child {
    margin-top: 0; }
  .m-list-content-grid .introduction > *:last-child {
    margin-bottom: 0; }
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-list-content-grid .introduction { */	/* Commented out by AL */
/*    font-size: 26px; */			/* Commented out by AL */
/*    line-height: 1.6; */			/* Commented out by AL */
/*    margin: 0 5%; } } */			/* Commented out by AL */

.m-list-content-grid .introduction a {
  background: #fff899;
  text-decoration: underline;
  color: #28679c; }

.m-list-content-grid .introduction + ul {
  margin-top: 100px; }
  @media (max-width: 1150px) {
    .m-list-content-grid .introduction + ul {
      margin-top: 60px; } }

.m-list-content-grid ul {
/* padding: 0; */				/* Commented out by AL */
/* margin: 0; */				/* Commented out by AL */
/* list-style: none; */				/* Commented out by AL */
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -80px; }
  .m-list-content-grid ul > * {
    box-sizing: border-box;
    margin-bottom: 80px;
    padding-left: 80px;
    width: 100%; }
  .m-list-content-grid ul > * {
    width: 50%; }
  @supports (display: grid) {
    .m-list-content-grid ul {
      display: grid;
      grid-template-columns: 1fr 1fr;
      grid-column-gap: 80px;
      grid-row-gap: 80px;
      margin-left: 0; }
      .m-list-content-grid ul > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }
  @media (max-width: 1150px) {
    .m-list-content-grid ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -60px; }
      .m-list-content-grid ul > * {
        box-sizing: border-box;
        margin-bottom: 60px;
        padding-left: 60px;
        width: 100%; }
      .m-list-content-grid ul > * {
        width: 50%; }
      @supports (display: grid) {
        .m-list-content-grid ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 60px;
          grid-row-gap: 60px;
          margin-left: 0; }
          .m-list-content-grid ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }
  @media (max-width: 767px) {
    .m-list-content-grid ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -80px; }
      .m-list-content-grid ul > * {
        box-sizing: border-box;
        margin-bottom: 40px;
        padding-left: 80px;
        width: 100%; }
      .m-list-content-grid ul > * {
        width: 100%; }
      @supports (display: grid) {
        .m-list-content-grid ul {
          display: grid;
          grid-template-columns: 1fr;
          grid-column-gap: 80px;
          grid-row-gap: 40px;
          margin-left: 0; }
          .m-list-content-grid ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }

.m-list-content-grid--three-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -80px; }
  .m-list-content-grid--three-cols ul > * {
    box-sizing: border-box;
    margin-bottom: 80px;
    padding-left: 80px;
    width: 100%; }
  .m-list-content-grid--three-cols ul > * {
    width: 33.333333%; }
  @supports (display: grid) {
    .m-list-content-grid--three-cols ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 80px;
      grid-row-gap: 80px;
      margin-left: 0; }
      .m-list-content-grid--three-cols ul > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }
  @media (max-width: 1150px) {
    .m-list-content-grid--three-cols ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -80px; }
      .m-list-content-grid--three-cols ul > * {
        box-sizing: border-box;
        margin-bottom: 60px;
        padding-left: 80px;
        width: 100%; }
      .m-list-content-grid--three-cols ul > * {
        width: 50%; }
      @supports (display: grid) {
        .m-list-content-grid--three-cols ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 80px;
          grid-row-gap: 60px;
          margin-left: 0; }
          .m-list-content-grid--three-cols ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }
  @media (max-width: 767px) {
    .m-list-content-grid--three-cols ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -80px; }
      .m-list-content-grid--three-cols ul > * {
        box-sizing: border-box;
        margin-bottom: 40px;
        padding-left: 80px;
        width: 100%; }
      .m-list-content-grid--three-cols ul > * {
        width: 100%; }
      @supports (display: grid) {
        .m-list-content-grid--three-cols ul {
          display: grid;
          grid-template-columns: 1fr;
          grid-column-gap: 80px;
          grid-row-gap: 40px;
          margin-left: 0; }
          .m-list-content-grid--three-cols ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }

.m-list-content-grid ul li > *:first-child {
  margin-top: 0; }

.m-list-content-grid ul li > *:last-child {
  margin-bottom: 0; }

.m-list-content-grid ul li > * {
  max-width: 600px; }

.m-list-content-grid ul li h3 {
  color: #13324d;
  font-size: 24px; }
  @media (max-width: 1150px) {
    .m-list-content-grid ul li h3 {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-list-content-grid ul li h3 {
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--lm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-list-content-grid ul li h3 { */		/* Commented out by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */

/* Leader list */
.m-leader-list > ul, .m-search-results > ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-leader-list > ul > li, .m-search-results > ul > li {
  display: flex;
  margin-bottom: 40px;
/* border-bottom: 1px solid #e3e3e3; */		/* Commented out by AL */
  border-bottom: 1px  solid var(--bdr-line);	/* Added by AL */
  padding-bottom: 40px; }
  @media (max-width: 767px) {
    .m-leader-list > ul > li, .m-search-results > ul > li {
      padding-bottom: 30px;
      margin-bottom: 30px; } }

.m-leader-list > ul > li:last-child, .m-search-results > ul > li:last-child {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0; }

.m-leader-list > ul > li > a, .m-search-results > ul > li > a {
  display: flex;
  background: none;
  text-decoration: none;
  padding: 0;
  color: #222; }
  @media (max-width: 1150px) {
    .m-leader-list > ul > li > a, .m-search-results > ul > li > a {
      display: block; } }

.m-leader-list > ul > li > a:hover, .m-search-results > ul > li > a:hover {
  background: none;
  color: #222; }

.m-leader-list .image, .m-search-results .image {
  width: 140px;
  height: 140px;
  background-size: cover;
  background-position: center;
  flex-grow: 0;
  flex-shrink: 0; }
  @media (max-width: 1150px) {
    .m-leader-list .image, .m-search-results .image {
      width: 70px;
      height: 70px;
      float: left;
      margin-right: 20px;
      margin-bottom: 20px; } }

.m-leader-list .text-content, .m-search-results .text-content {
  margin: 0;
  line-height: 1.6; }
  .m-leader-list .text-content > *:first-child, .m-search-results .text-content > *:first-child {
    margin-top: 0; }
  .m-leader-list .text-content > *:last-child, .m-search-results .text-content > *:last-child {
    margin-bottom: 0; }

.m-leader-list .image + .text-content, .m-search-results .image + .text-content {
  padding-left: 20px; }
  @media (max-width: 1150px) {
    .m-leader-list .image + .text-content, .m-search-results .image + .text-content {
      padding-left: 0; } }

.m-leader-list h3, .m-search-results h3 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 3px;
  hyphens: auto;
  transition: all .2s;
  color: #4db3e6;
  margin-top: -4px !important;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal; }
  @media (max-width: 1150px) {
    .m-leader-list h3, .m-search-results h3 {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-leader-list h3, .m-search-results h3 {
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--lm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */			/* Commented out by AL */
/*  .m-leader-list h3, .m-search-results h3 { */	/* Commented out by AL */
/*    font-size: 20px; } } */				/* Commented out by AL */

.search-results h3 a:hover,			/* Added by AL */
.m-leader-list a:hover h3, .m-search-results a:hover h3 {
  color: #20a0e0; }

.m-leader-list p, .m-search-results p {
  clear: both; }

.m-leader-list .meta, .m-search-results .meta {
  width: 200px;
  margin: 0;
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--sm-font-size);		/* Added by AL */
  line-height: 1.6;
  padding-left: 20px;
  flex-grow: 0;
  flex-shrink: 0; }
  @media (max-width: 1150px) {
    .m-leader-list .meta, .m-search-results .meta {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-leader-list .meta, .m-search-results .meta {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */			/* Commented out by AL */
/*  .m-leader-list .meta, .m-search-results .meta { */	/* Commented out by AL */
/*    font-size: 12px; } } */				/* Commented out by AL */
  .m-leader-list .meta > *:first-child, .m-search-results .meta > *:first-child {
    margin-top: 0; }
  .m-leader-list .meta > *:last-child, .m-search-results .meta > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-leader-list .meta, .m-search-results .meta {
      padding-left: 0;
      width: auto;
      padding-top: 15px; } }

.m-leader-list .meta ul, .m-search-results .meta ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-leader-list .meta ul li, .m-search-results .meta ul li {
  margin: 0; }
  @media (max-width: 1150px) {
    .m-leader-list .meta ul li, .m-search-results .meta ul li {
      display: inline-block;
      margin-right: 8px; } }

/* Staff directory */
.m-staff-directory .search input {
  min-width: 25%;
  margin-right: -4px;
  height: 45px;
  border: 0;
  padding: 10px 16px;
  background: #d3ecf9;
  position: relative;
  top: -1px; }
  @media (max-width: 767px) {
    .m-staff-directory .search input {
      min-width: 0;
      margin-right: 10px;
      width: 150px; } }

.m-staff-directory .search button {
  display: inline-block;
  margin-top: 0.5em;
  height: 45px;
  border: 0;
  padding: 10px 16px;
  background: #4db3e6;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal; }

.m-staff-directory section:first-child h1 {
  margin-top: 0; }

.m-staff-directory h1 {
  margin-top: 50px;
  font-size: 38px; }
  @media (max-width: 1150px) {
    .m-staff-directory h1 {
      margin-top: 40px;				/* Added by AL */
      font-size: 32px; } }
  @media (max-width: 767px) {
    .m-staff-directory h1 {
      margin-top: 30px;				/* Added by AL */
      font-size: 28px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-staff-directory h1 {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-staff-directory h1 { */			/* Commented out by AL */
/*    margin-top: 40px; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-staff-directory h1 { */			/* Commented out by AL */
/*    margin-top: 30px; } } */			/* Commented out by AL */

.m-staff-directory header {
/* color: #13324d; */				/* Commented out by AL */
/* background: #f6f9fd; */			/* Commented out by AL */
  color: var(--acdn-hd-txt-alt);		/* Added by AL */
  background-color: var(--acdn-hd-bkg-alt);	/* Added by AL */
  cursor: pointer;
  padding: 10px 50px 10px 20px;
  margin-bottom: 2px;
  position: relative;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
/* font-size: 16px; } */			/* Commented out by AL */
  font-size: var(--md-font-size); }		/* Added by AL */
  @media (max-width: 1150px) {
    .m-staff-directory header {
      padding: 10px 40px 10px 15px;		/* Added by AL */
/*    font-size: 16px; } } */			/* Commented out by AL */
      font-size: var(--md-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-staff-directory header {
      padding: 10px 40px 10px 10px;		/* Added by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-staff-directory header { */		/* Commented out by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-staff-directory header { */		/* Commented out by AL */
/*    padding: 10px 40px 10px 15px; } } */	/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-staff-directory header { */		/* Commented out by AL */
/*    padding: 10px 40px 10px 10px; } } */	/* Commented out by AL */

.m-staff-directory header:hover {
/* background: #eef5fb */			/* Commented out by AL */
  background-color: var(--acdn-hd-bkg-alt-hv); }	/* Added by AL */

.m-staff-directory .department:nth-child(even) header {
/* background: #e2edf8; */			/* Commented out by AL */
  background-color: var(--acdn-hd-bkg); }	/* Added by AL */

.m-staff-directory .department:nth-child(even) header:hover {
/* background: #d9e9f6; */			/* Commeneted out by AL */
  background-color: var(--acdn-hd-bkg-hv); }	/* Added by AL */

.m-staff-directory header::after {
  content: '\f0d7';
  font: normal normal normal 20px/1 FontAwesome;
  line-height: -14px;
  display: inline-block;
  position: absolute;
  right: 19px;
  top: 50%;
  margin-top: -10px; }
  @media (max-width: 767px) {
    .m-staff-directory header::after {
      right: 15px; } }

.m-staff-directory .m-personnel-list {
  padding: 40px 20px 60px; }
  @media (max-width: 1150px) {
    .m-staff-directory .m-personnel-list {
      padding: 30px 0px 60px; } }
  @media (max-width: 767px) {
    .m-staff-directory .m-personnel-list {
      padding: 20px 0 60px; } }

.m-staff-directory .m-personnel-list > h2 {
/* font-size: 20px; */				/* Commented out by AL */
  font-size: var(--lm-font-size);		/* Added by AL */
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
/* border-bottom: 1px solid #e3e3e3; */		/* Commented out by AL */
  border-bottom: 1px solid var(--bdr-line);	/* Added by AL */
  padding-bottom: 8px; }

.m-staff-directory .m-personnel-list > h2:first-child {
  margin-top: 40px; }

.m-staff-directory header.is-current {
/* color: white; */				/* Commented out by AL */
/* background: #13324d !important; } */		/* Commented out by AL */
  color: var(--acdn-hd-txt-open);			/* Added by AL */
  background-color: var(--acdn-hd-bkg-open) !important; }	/* Added by AL */

.m-staff-directory header.is-current::after {
  content: '\f0d8'; }

/* Person directory */

/* See common h2.title style at end */		/* Added by AL */
/*
.m-personnel-list .title {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: 'Swiss_721 W01 Roman';
  font-weight: normal;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 24px;
  display: inline-block;
  font-family: 'Swiss_721 W01 Bold';
  font-weight: normal;
  padding: 2px 0;
  color: #13324d;
  border-bottom: 4px solid #e2edf8; }
  @media (max-width: 1150px) {
    .m-personnel-list .title {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .m-personnel-list .title {
      font-size: 20px; } }
  @media (max-width: 480px) {
    .m-personnel-list .title {
      font-size: 20px; } }
  @media (max-width: 1150px) {
    .m-personnel-list .title {
      font-size: 20px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .m-personnel-list .title {
      font-size: 14px; } }
*/

.m-personnel-list ul.item-list,			/* Added by AL */
.m-personnel-list > ul {
/* padding: 0; */				/* Commented out by AL */
/* margin: 0; */				/* Commented out by AL */
  line-height: 1.5;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -20px; }
  .m-personnel-list ul.item-list > *,		/* Added by AL */
  .m-personnel-list > ul > * {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 20px;
    width: 100%; }
  .m-personnel-list ul.item-list > *,		/* Added by AL */
  .m-personnel-list > ul > * {
    width: 25%; }
  @supports (display: grid) {
    .m-personnel-list ul.item-list,		/* Added by AL */
    .m-personnel-list > ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 10px;
      margin-left: 0; }
      .m-personnel-list ul.item-list > *,	/* Added by AL */
      .m-personnel-list > ul > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }
  @media (max-width: 1150px) {
    .m-personnel-list ul.item-list,		/* Added by AL */
    .m-personnel-list > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -20px; }
      .m-personnel-list ul.item-list > *,	/* Added by AL */
      .m-personnel-list > ul > * {
        box-sizing: border-box;
        margin-bottom: 10px;
        padding-left: 20px;
        width: 100%; }
      .m-personnel-list ul.item-list > *,	/* Added by AL */
      .m-personnel-list > ul > * {
        width: 33.333333%; }
      @supports (display: grid) {
        .m-personnel-list ul.item-list,		/* Added by AL */
        .m-personnel-list > ul {
          display: grid;
          grid-template-columns: 1fr 1fr 1fr;
          grid-column-gap: 20px;
          grid-row-gap: 10px;
          margin-left: 0; }
          .m-personnel-list ul.item-list > *,	/* Added by AL */
          .m-personnel-list > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }
  @media (max-width: 767px) {
    .m-personnel-list ul.item-list,		/* Added by AL */
    .m-personnel-list > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -20px; }
      .m-personnel-list ul.item-list > *,	/* Added by AL */
      .m-personnel-list > ul > * {
        box-sizing: border-box;
        margin-bottom: 10px;
        padding-left: 20px;
        width: 100%; }
      .m-personnel-list .item-list ul > *,	/* Added by AL */
      .m-personnel-list > ul > * {
        width: 50%; }
      @supports (display: grid) {
        .m-personnel-list ul.item-list,		/* Added by AL */
        .m-personnel-list > ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 20px;
          grid-row-gap: 10px;
          margin-left: 0; }
          .m-personnel-list ul.item-list > *,	/* Added by AL */
          .m-personnel-list > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }

.m-personnel-list--three-cols ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -20px; }
  .m-personnel-list--three-cols ul > * {
    box-sizing: border-box;
    margin-bottom: 10px;
    padding-left: 20px;
    width: 100%; }
  .m-personnel-list--three-cols ul > * {
    width: 33.333333%; }
  @supports (display: grid) {
    .m-personnel-list--three-cols ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 20px;
      grid-row-gap: 10px;
      margin-left: 0; }
      .m-personnel-list--three-cols ul > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }

.m-personnel-list ul.item-list li,		/* Added by AL */
.m-personnel-list > ul li {
  max-width: 600px; }

.m-personnel-list a {
  color: #13324d;
  background: #e2edf8;
  padding: 3px 5px;
  transition: all .2s;
  -webkit-box-decoration-break: clone;
  box-decoration-break: clone;
/* font-size: 16px; } */			/* Commented out by AL */
  font-size: var(--md-font-size); }		/* Added by AL */

  @media (max-width: 1150px) {
    .m-personnel-list a {
/*    font-size: 16px; } } */			/* Commented out by AL */
      font-size: var(--md-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-personnel-list a {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-personnel-list a { */			/* Commented out by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */

.m-personnel-list a:hover {
  background: #13324d;
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */

.m-personnel-list .highlighted-persons {
  margin-bottom: 70px;
  padding-top: 20px; }
  @media (max-width: 1150px) {
    .m-personnel-list .highlighted-persons {
      padding-top: 10px;
      margin-bottom: 50px; } }

.m-personnel-list .highlighted-persons a {
  padding: 2px 6px;
  font-size: 24px; }
  @media (max-width: 1150px) {
    .m-personnel-list .highlighted-persons a {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-personnel-list .highlighted-persons a {
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--lm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */			/* Commented out by AL */
/*  .m-personnel-list .highlighted-persons a { */	/* Commented out by AL */
/*    font-size: 20px; } } */				/* Commented out by AL */

.m-personnel-list .highlighted-persons ul {
/* padding: 0; */				/* Commented out by AL */
/* margin: 0; */				/* Commented out by AL */
/* list-style: none; */				/* Commented out by AL */
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -30px; }
  .m-personnel-list .highlighted-persons ul > * {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 30px;
    width: 100%; }
  .m-personnel-list .highlighted-persons ul > * {
    width: 33.333333%; }
  @supports (display: grid) {
    .m-personnel-list .highlighted-persons ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-left: 0; }
      .m-personnel-list .highlighted-persons ul > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }
  @media (max-width: 767px) {
    .m-personnel-list .highlighted-persons ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -30px; }
      .m-personnel-list .highlighted-persons ul > * {
        box-sizing: border-box;
        margin-bottom: 10px;
        padding-left: 30px;
        width: 100%; }
      .m-personnel-list .highlighted-persons ul > * {
        width: 100%; }
      @supports (display: grid) {
        .m-personnel-list .highlighted-persons ul {
          display: grid;
          grid-template-columns: 1fr;
          grid-column-gap: 30px;
          grid-row-gap: 10px;
          margin-left: 0; }
          .m-personnel-list .highlighted-persons ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }

@media (max-width: 767px) {
  .m-personnel-list .highlighted-persons li {
    display: flex; } }

.m-personnel-list .highlighted-persons .image {
  width: 140px;
  height: 140px;
  float: left;
/* border-radius: 100px; */			/* Commented out by AL */	
  border-radius: 50%;				/* Added by AL */
  margin-bottom: 30px;
  overflow: hidden;				/* Added by AL */
  background-size: cover;
  background-position: center; }
  @media (max-width: 767px) {
    .m-personnel-list .highlighted-persons .image {
      min-width: 100px;
      min-height: 100px;
      width: 100px;
      height: 100px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-personnel-list .highlighted-persons .image {
      min-width: 70px;
      min-height: 70px;
      width: 70px;
      height: 70px; } }

.m-personnel-list .highlighted-persons .text-content {
  clear: left; }
  @media (max-width: 767px) {
/*  .m-personnel-list .highlighted-persons .text-content { */	/* Commented out by AL */
/*    padding-left: 20px; } } */		/* Commented out by AL */
    .m-personnel-list .highlighted-persons .image {	/* Added by AL */
      margin-right: 20px; } }			/* Added by AL */

.m-personnel-list .highlighted-persons h4 {
  font-size: 24px;
  margin-bottom: 4px; }
  @media (max-width: 1150px) {
    .m-personnel-list .highlighted-persons h4 {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-personnel-list .highlighted-persons h4 {
      margin-bottom: 0;				/* Added by AL */
      margin-top: 10px;				/* Added by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--lm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */			/* Commented out by AL */
/*  .m-personnel-list .highlighted-persons h4 { */	/* Commented out by AL */
/*    font-size: 20px; } } */				/* Commented out by AL */
/* @media (max-width: 767px) { */			/* Commented out by AL */
/*  .m-personnel-list .highlighted-persons h4 { */	/* Commented out by AL */
/*    margin-bottom: 0; */				/* Commented out by AL */
/*    margin-top: 10px; } } */				/* Commented out by AL */

.m-personnel-list .highlighted-persons span {
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--sm-font-size);		/* Added by AL */
/* font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
  font-family: var(--regular-font);	/* Added by AL */
  font-weight: normal;
  line-height: 1.4;
  display: inline-block;
  margin-top: 6px;
  color: #007dbb; }
  @media (max-width: 1150px) {
    .m-personnel-list .highlighted-persons span {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-personnel-list .highlighted-persons span {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */			/* Commented out by AL */
/*  .m-personnel-list .highlighted-persons span { */	/* Commented out by AL */
/*    font-size: 12px; } } */				/* Commented out by AL */

/* Page search */
.m-page-search {
  margin-top: -30px; }
  @media (max-width: 1150px) {
    .m-page-search {
      margin-top: -15px; } }
  @media (max-width: 767px) {
    .m-page-search {
      margin-top: -10px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-page-search {
      margin-top: 0; } }

.m-page-search input {
  min-width: 25%;
  margin-right: -4px;
  height: 45px;
  border: 0;
  padding: 10px 16px;
  background: #d3ecf9;
  position: relative;
  top: -1px; }
  @media (max-width: 767px) {
    .m-page-search input {
      min-width: 0;
      margin-right: 10px;
      width: 221px; } }

.m-page-search button {
  display: inline-block;
  margin-top: 0.5em;
  height: 45px;
  border: 0;
  padding: 10px 16px;
  background: #4db3e6;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal; }

/* Highlight */
/* .m-highlight.m-highlight { */					/* Commented out by AL */
div.m-highlight.m-highlight.m-highlight.m-highlight.m-highlight {	/* Added by AL */
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  min-height: 448px;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  background: #000;
  padding: 40px;
  overflow: visible;
  margin: 70px 0;
  position: relative; }
  @media (max-width: 1150px) {
/*  .m-highlight.m-highlight { */		/* Commented out by AL */
    div.m-highlight.m-highlight.m-highlight {	/* Added by AL */
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }
  @media (max-width: 767px) {
/*  .m-highlight.m-highlight { */		/* Commented out by AL */
    div.m-highlight.m-highlight.m-highlight {	/* Added by AL */
      margin-left: 0;
      margin-right: 0;
      padding-left: 0;
      padding-right: 0; } }
/* .m-highlight.m-highlight::after { */			/* Commented out by AL */
  div.m-highlight.m-highlight.m-highlight::after {	/* Added by AL */
    content: ' ';
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
/*  .m-highlight.m-highlight { */		/* Commented out by AL */
    div.m-highlight.m-highlight.m-highlight {	/* Added by AL */
      margin-top: 60px;
      margin-bottom: 60px;
      min-height: 0;
      width: calc(100% - 40px); } }
  @media (max-width: 767px) {
/*  .m-highlight.m-highlight { */		/* Commented out by AL */
    div.m-highlight.m-highlight.m-highlight {	/* Added by AL */
      margin-top: 40px; } }

.m-highlight .image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin-left: 0;				/* Added by AL */
  margin-right: 0;				/* Added by AL */
  opacity: 0.7;
  background-size: cover;
  background-position: center; }

.m-highlight--outline .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13324d;
  opacity: 0.55; }

.m-highlight .text-content {
  position: relative;
/* padding: 38px 40px; */			/* Commented out by AL */
  padding: 38px 85px 38px 40px;			/* Added by AL */
  width: 70%;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  float: right;
  margin-right: -80px;
  max-width: 775px;
  transition: all .2s;
/* background: rgba(19, 50, 77, 0.9); } */	/* Commented out by AL */
  background: var(--hl-txt-bkg); }		/* Added by AL */
  @media (max-width: 1150px) {
    .m-highlight .text-content {
/*    padding: 28px 30px; } } */		/* Commented out by AL */
      width: 100%;				/* Added by AL */
      min-width: 225px;				/* Added by AL */
      padding: 28px 90px 28px 30px;		/* Added by AL */
      max-width: 70%; } }			/* Added by AL */
  @media (max-width: 767px) {
    .m-highlight .text-content {
/*    padding: 18px 20px; } }	*/		/* Commented out by AL */
      padding: 18px 60px 18px 20px; } }		/* Added by AL */
  .m-highlight .text-content > *:first-child {
    margin-top: 0; }
  .m-highlight .text-content > *:last-child {
    margin-bottom: 0; }
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-highlight .text-content { */		/* Commented out by AL */
/*    width: 100%; */				/* Commented out by AL */
/*    padding-right: 90px; */			/* Commented out by AL */
/*    max-width: 70%; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-highlight .text-content { */		/* Commented out by AL */
/*    padding-right: 60px; } } */		/* Commented out by AL */

.m-highlight--outline .text-content {
  background: none;
  border: 10px solid #4db3e6; }

.m-highlight .text-content > * {
  display: block;
  transition: all .2s; }

.m-highlight a:hover .text-content > * {
  transform: translate3d(6px, 0, 0);
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */

.m-highlight a:hover .text-content {
/* background: rgba(19, 50, 77, 0.95); } */	/* Commented out by AL */
  background: var(--hl-txt-bkg-hv); }		/* Added by AL */

.m-highlight .text-content .surtitle {
  display: inline-block;
  padding: 5px 6px;
  line-height: 1;
  background: rgba(255, 255, 255, 0.2);
/* font-size: 16px; } */			/* Commented out by AL */
  font-size: var(--md-font-size); }		/* Added by AL */
  @media (max-width: 1150px) {
    .m-highlight .text-content .surtitle {
/*    font-size: 16px; } } */			/* Commented out by AL */
      font-size: var(--md-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-highlight .text-content .surtitle {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-highlight .text-content .surtitle { */	/* Commented out by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */

.m-highlight--outline .text-content .surtitle {
  background: rgba(255, 255, 255, 0.3); }

.m-highlight .text-content h2,			/* Added by AL */
.m-highlight .text-content h1 {
/* font-size: 50px; */				/* Commented out by AL */
  font-size: 44px;				/* Added by AL */
  margin-top: 14px;
  line-height: 1.2;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  margin-bottom: 20px; }
  @media (max-width: 1150px) {
    .m-highlight .text-content h2,		/* Added by AL */
    .m-highlight .text-content h1 {
/*    font-size: 44px; } } */			/* Commented out by AL */
      font-size: 40px; } }			/* Added by AL */
  @media (max-width: 767px) {
    .m-highlight .text-content h2,		/* Added by AL */
    .m-highlight .text-content h1 {
      margin-bottom: 10px;
      font-size: 28px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-highlight .text-content h1 {
      font-size: 26px; } }

.m-highlight .text-content .description {
/* font-size: 16px; */				/* Commented out by AL */
  font-size: var(--md-font-size);		/* Added by AL */
  margin-right: 50px;				/* Added by AL */
  line-height: 1.6; }
  @media (max-width: 1150px) {
    .m-highlight .text-content .description {
      margin-right: 0;				/* Added by AL */
/*    font-size: 16px; } } */			/* Commented out by AL */
      font-size: var(--md-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-highlight .text-content .description {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */			/* Commented out by AL */
/*  .m-highlight .text-content .description { */	/* Commented out by AL */
/*    font-size: 14px; } } */				/* Commented out by AL */

.m-highlight .text-content::after {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  float: left;
  margin-left: -17px;
  margin-top: 9px;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: '';
/* background: #4db3e6 url('../img/icon-arrow-right-white-thick.svg') center no-repeat;	/* Commented out by AL, URL modified */
  background: url('../img/icon-arrow-right-white-thick.svg') center no-repeat;	/* Added by AL */
  background-color: var(--mhighlt-arrow-bkg);	/* Added by AL */
  width: 85px;
  height: 85px;
  color: #13324d;
  position: absolute;
  right: 0;
  top: 78px; }
  @media (max-width: 767px) {
    .m-highlight .text-content::after {
      width: 55px;
      height: 55px;
      background-size: 50%;
      top: 47px; } }

.m-highlight .description > *:first-child {
  margin-top: 0; }

.m-highlight .description > *:last-child {
  margin-bottom: 0; }

@media (max-width: 767px) {
  .m-highlight .description {
    line-height: 1.5; } }

/* Paging */
.m-paging {
  margin-top: 40px;
/* border-top: 1px solid #e3e3e3; */		/* Commented out by AL */
  border-top: 1px solid var(--bdr-line);	/* Added by AL */
  padding-top: 40px; }

.m-paging ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: block !important; }

.m-paging li {
  display: inline-block; }

.m-paging li a {
/* background: #e5f4fb; */			/* Commented out by AL */
  background-color: var(--pgr-lnk-bkg);		/* Added by AL */
  border-radius: 50px;
  min-width: 48px;
  display: inline-block;
  text-align: center;
  padding: 10px 15px !important;
  transition: all .2s; }

.m-paging li a:hover {
/* background: #ffed00; */			/* Commented out by AL */
/* color: #222; } */				/* Commented out by AL */
  background-color: var(--pgr-lnk-bkg-hv);	/* Added by AL */
  color: var(--pgr-lnk-hv); }			/* Added by AL */

.m-paging li.active a,				/* Added by AL */
.m-paging li.is-current a {
/* background: #4db3e6; */			/* Commented out by AL */
/* color: white; */				/* Commented out by AL */
  background-color: var(--pgr-lnk-bkg-hgl);	/* Added by AL */
  color: var(--pgr-lnk-hgl);			/* Added by AL */
  cursor: default; }

.m-paging li.is-disabled a {
  background: #f3f3f3;
  cursor: default;
  color: #a2a2a2; }

/* Large CTA */
/* .m-large-cta.m-large-cta { */						/* Commented out by AL */
div.m-large-cta.m-large-cta.m-large-cta.m-large-cta.m-large-cta.m-large-cta {	/* Added by AL */
  position: relative;
  margin-left: 0;
  margin-right: 0;
/* padding-left: 0; */				/* commented out by AL */
/* padding-right: 0; */				/* Commented out by AL */
  margin-top: 70px !important;
  margin-bottom: 70px !important;
  padding: 38px 40px !important;
/*  color: white; */				/* Commented out by AL */
/*  background: #13324d; */			/* Commented out by AL */
  display: flex; }
div.m-large-cta.m-large-cta.m-large-cta.m-large-cta.m-large-cta.m-large-cta:not(.m-large-cta--outline) {	/* Added by AL */
  color: var(--white-color);			/* Added by AL */
  background: #13324d; }			/* Added by AL */
/*  .m-large-cta.m-large-cta::after { */	/* Commented out by AL */
    div.m-large-cta.m-large-cta.m-large-cta.m-large-cta.m-large-cta::after {	/* Added by AL */
    content: ' ';
    display: table;
    clear: both; }
  @media (max-width: 1150px) {
/*    .m-large-cta.m-large-cta { */						/* Commented out by AL */
    div.m-large-cta.m-large-cta.m-large-cta.m-large-cta.m-large-cta {		/* Added by AL */
      margin-left: 0;
      margin-right: 0;
      margin-top: 50px !important;		/* Added by AL */
      margin-bottom: 50px !important;		/* Added by AL */
/*    padding-left: 0; */			/* Commented out by AL */
/*    padding-right: 0; } } */			/* Commented out by AL */
      padding: 28px 30px !important; } } 
  @media (max-width: 767px) {
/*    .m-large-cta.m-large-cta { */						/* Commented out by AL */
    div.m-large-cta.m-large-cta.m-large-cta.m-large-cta.m-large-cta {		/* Added by AL */
      margin-left: 0;
      margin-right: 0;
      margin-top: 40px !important;		/* Added by AL */
      margin-bottom: 40px !important;		/* Added by AL */
/*    padding-left: 0; */			/* Commented out by AL */
/*    padding-right: 0; } } */			/* Commented out by AL */
      padding: 18px 20px !important;		/* Added by AL */
      display: block; } }			/* Added by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*    .m-large-cta.m-large-cta { */		/* Commented out by AL */
/*    margin-top: 50px !important; */		/* Commented out by AL */
/*    margin-bottom: 50px !important; } } */	/* Commented out by AL */
/*  @media (max-width: 767px) { */		/* Commented out by AL */
/*    .m-large-cta.m-large-cta { */		/* Commented out by AL */
/*    margin-top: 40px !important; */		/* Commented out by AL */
/*    margin-bottom: 40px !important; } } */	/* Commented out by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*    .m-large-cta.m-large-cta { */		/* Commented out by AL */
/*    padding: 28px 30px !important; } } */	/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*    .m-large-cta.m-large-cta { */		/* Commented out by AL */
/*    padding: 18px 20px !important; } } */	/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*    .m-large-cta.m-large-cta { */		/* Commented out by AL */
/*    display: block; } } */			/* Commented out by AL */
  @media (max-width: 500px) {							/* Added by AL */
    div.m-large-cta.m-large-cta.m-large-cta.m-large-cta.m-large-cta {		/* Added by AL */
      display: block; } }

/* .m-large-cta--outline.m-large-cta--outline { */								/* Commented out by AL */
div.m-large-cta--outline.m-large-cta--outline.m-large-cta--outline.m-large-cta--outline.m-large-cta--outline {	/* Added by AL */
  border: 10px solid #4db3e6;
  color: #222;
  background: none; }

.m-large-cta a {
  padding: 14px 16px;
  background: #4db3e6;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  display: inline-block;
  transition: all .1s;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  border: 0;
  line-height: 1.4;
  margin-top: 15px; }
  .m-large-cta a::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  .m-large-cta a::before {
    background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }	/* URL modified by AL */
  .m-large-cta a::before {
    margin: 2px 0 0 14px; }
  .m-large-cta a:hover {
    background: #20a0e0;
/*  color: white; } */				/* Commented out by AL */
    color: var(--white-color); }		/* Added by AL */

.m-large-cta h2 {
  width: 50%;
  font-size: 38px;
  margin: 0;
  padding-right: 10%; }
  @media (max-width: 1150px) {
    .m-large-cta h2 {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .m-large-cta h2 {
      width: auto;				/* Added by AL */
      padding: 0;				/* Added by AL */
      margin-bottom: 15px;			/* Added by AL */
      font-size: 28px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-large-cta h2 {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-large-cta h2 { */			/* Commented out by AL */
/*    width: auto; */				/* Commented out by AL */
/*    padding: 0; */				/* Commented out by AL */
/*    margin-bottom: 15px; } } */		/* Commented out by AL */

.m-large-cta .text-content {
  width: 50%;
  position: relative;
/* font-size: 16px; } */			/* Commented out by AL */
  font-size: var(--md-font-size); }		/* Added by AL */
  .m-large-cta .text-content > *:first-child {
    margin-top: 0; }
  .m-large-cta .text-content > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-large-cta .text-content {
/*    font-size: 16px; } } */			/* Commented out by AL */
      font-size: var(--md-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-large-cta .text-content {
      max-width: none;				/* Added by AL */
      width: auto;				/* Added by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-large-cta .text-content { */		/* Commented out by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-large-cta .text-content { */		/* Commented out by AL */
/*    max-width: none; */			/* Commented out by AL */
/*    width: auto; } } */			/* Commented out by AL */

.m-large-cta--outline .image::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #13324d;
  opacity: 0.55; }

/* Embed */

/* See common h2.title style at end */		/* Added by AL */
/*
.m-embed > h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: 'Swiss_721 W01 Roman';
  font-weight: normal;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 24px;
  display: inline-block;
  font-family: 'Swiss_721 W01 Bold';
  font-weight: normal;
  padding: 2px 0;
  color: #13324d;
  border-bottom: 4px solid #e2edf8;
  position: relative; }
  @media (max-width: 1150px) {
    .m-embed > h2 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .m-embed > h2 {
      font-size: 20px; } }
  @media (max-width: 480px) {
    .m-embed > h2 {
      font-size: 20px; } }
  @media (max-width: 1150px)
    .m-embed > h2 {
      font-size: 20px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .m-embed > h2 {
      font-size: 14px; } }
*/

.m-article .m-embed > iframe, .m-article .guide-text .m-embed > iframe, .m-user-function-form .guide-text .m-embed > iframe, .m-user-function-form .text-content .m-embed > iframe, .m-filters .guide-text .m-embed > iframe,
.m-article .m-embed > div,
.m-article .guide-text .m-embed > div,
.m-user-function-form .guide-text .m-embed > div,
.m-user-function-form .text-content .m-embed > div,
.m-filters .guide-text .m-embed > div {
  height: 400px; }

.m-embed > iframe,
.m-embed > div {
  width: 100%;
  height: 100%;
  height: 60vh; }

/* Highlighted publications */
.m-highlighted-publications {
  position: relative; }

/* See common h2.title style at end */		/* Added by AL */
/*
.m-highlighted-publications > h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: 'Swiss_721 W01 Roman';
  font-weight: normal;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 24px;
  display: inline-block;
  font-family: 'Swiss_721 W01 Bold';
  font-weight: normal;
  padding: 2px 0;
  color: #13324d;
  border-bottom: 4px solid #e2edf8;
  position: relative; }
  @media (max-width: 1150px) {
    .m-highlighted-publications > h2 {
      font-size: 22px; } }
  @media (max-width: 767px) {
   .m-highlighted-publications > h2 {
      font-size: 20px; } }
  @media (max-width: 480px) {
    .m-highlighted-publications > h2 {
      font-size: 20px; } }
  @media (max-width: 1150px) {
    .m-highlighted-publications > h2 {
      font-size: 20px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .m-highlighted-publications > h2 {
      font-size: 14px; } }

.m-highlighted-publications .more-link {
  float: right;
  font-size: 12px;
  line-height: 1.4;
  padding: 2px 4px 2px 7px;
  background: #e2edf8;
  color: #007dbb;
  transition: all .2s;
  margin-top: 10px; }
  .m-highlighted-publications .more-link:hover {
    background: #4db3e6;
    color: white; }
  .m-highlighted-publications .more-link::before {
    content: '\f067';
    font: normal normal normal 6px/1 FontAwesome;
    margin-right: 5px;
    line-height: -14px;
    display: inline-block;
    position: relative;
    top: -2px;
    color: #007dbb;
    transition: all .2s; }
  .m-highlighted-publications .more-link:hover::before {
    color: white; } 
*/

.m-highlighted-publications ul.item-list,	/* Added by AL */
.m-highlighted-publications > ul {
/* padding: 0; */				/* Commented out by AL */
/* margin: 0; *					/* Commented out by AL */
/* list-style: none; */				/* Commented out by AL */
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: -30px;
  margin-bottom: -30px; }
  .m-highlighted-publications ul.item-list > *,	/* Added by AL */
  .m-highlighted-publications > ul > * {
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-left: 30px;
    width: 100%; }
  .m-highlighted-publications ul.item-list > *,	/* Added by AL */
  .m-highlighted-publications > ul > * {
    width: 25%; }
  @supports (display: grid) {
    .m-highlighted-publications ul.item-list,	/* Added by AL */
    .m-highlighted-publications > ul {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 30px;
      grid-row-gap: 30px;
      margin-left: 0; }
      .m-highlighted-publications ul.item-list *,	/* Added by AL */
      .m-highlighted-publications > ul > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }
  @media (max-width: 1150px) {
    .m-highlighted-publications ul.item-list,	/* Added by AL */
    .m-highlighted-publications > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -30px; }
      .m-highlighted-publications ul.item-list > *,	/* Added by AL */
      .m-highlighted-publications > ul > * {
        box-sizing: border-box;
        margin-bottom: 30px;
        padding-left: 30px;
        width: 100%; }
      .m-highlighted-publications ul.item-list > *,	/* Added by AL */
      .m-highlighted-publications > ul > * {
        width: 50%; }
      @supports (display: grid) {
        .m-highlighted-publications ul.item-list,	/* Added by AL */
        .m-highlighted-publications > ul {
          display: grid;
          grid-template-columns: 1fr 1fr;
          grid-column-gap: 30px;
          grid-row-gap: 30px;
          margin-left: 0; }
          .m-highlighted-publications ul.item-list > *,	/* Added by AL */
          .m-highlighted-publications > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }
  @media (max-width: 767px) {
    .m-highlighted-publications ul.item-list,	/* Added by AL */
    .m-highlighted-publications > ul {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-direction: row;
      justify-content: flex-start;
      align-items: stretch;
      flex-wrap: wrap;
      margin-left: -30px; }
      .m-highlighted-publications ul.item-list > *,	/* Added by AL */
      .m-highlighted-publications > ul > * {
        box-sizing: border-box;
        margin-bottom: 30px;
        padding-left: 30px;
        width: 100%; }
      .m-highlighted-publications ul.item-list > *,	/* Added by AL */
      .m-highlighted-publications > ul > * {
        width: 100%; }
      @supports (display: grid) {
        .m-highlighted-publications ul.item-list,	/* Added by AL */
        .m-highlighted-publications > ul {
          display: grid;
          grid-template-columns: 1fr;
          grid-column-gap: 30px;
/*        grid-row-gap: 30px; */			/* Commented out by AL */
          grid-row-gap: 15px;				/* Added by AL */
          margin-left: 0; }
          .m-highlighted-publications ul.item-list > *,	/* Added by AL */
          .m-highlighted-publications > ul > * {
            margin-bottom: 0;
            padding-left: 0;
            width: auto; } } }

.m-highlighted-publications ul.item-list a,	/* Added by AL */
.m-highlighted-publications > ul a {
  color: #222;
  background: #e2edf8;
  display: block;
  padding: 20px;
  height: 100%;
  transition: all .2s; }

.m-highlighted-publications ul.item-list a:hover,	/* Added by AL */
.m-highlighted-publications > ul a:hover {
/* color: white; */				/* Commented out by AL */
/* background: #4db3e6; } */			/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  background: var(--mhighlt-publ-bkg); }	/* Added by AL */

.m-highlighted-publications ul.item-list h3,	/* Added by AL */
.m-highlighted-publications > ul h3 {
  margin-top: 0;
  font-size: 24px;
  line-height: 1.4;
  color: #13324d;
/* font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
  font-family: var(--regular-font);		/* Added by AL */
  font-weight: normal;
  min-height: 200px;
  margin-bottom: 24px;
  transition: all .2s; }
  @media (max-width: 1150px) {
    .m-highlighted-publications ul.item-list h3,	/* Added by AL */
    .m-highlighted-publications > ul h3 {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-highlighted-publications ul.item-list h3,	/* Added by AL */
    .m-highlighted-publications > ul h3 {
      min-height: 0;				/* Added by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--lm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-highlighted-publications > ul h3 { */	/* Commented out by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */
/* @media (max-width: 767px) { */		/* Commented out by AL */
/*  .m-highlighted-publications > ul h3 { */	/* Commented out by AL */
/*    min-height: 0; } } */			/* Commented out by AL */

.m-highlighted-publications ul.item-list a:hover h3,	/* Added by AL */
.m-highlighted-publications > ul a:hover h3 {
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */

.m-highlighted-publications .meta {
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--md-font-size);		/* Added by AL */
  line-height: 1.4;
/* color: #007dbb; */				/* Commented out by AL */
  color: #13324d;				/* Added by AL */
  padding: 0;
  margin: 0;
  list-style: none;
  transition: all .2s; }
  @media (max-width: 1150px) {
    .m-highlighted-publications .meta {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-highlighted-publications .meta {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-highlighted-publications .meta { */	/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */

.m-highlighted-publications ul.item-list a:hover .meta,	/* Added by AL */
.m-highlighted-publications > ul a:hover .meta {
  color: rgba(255, 255, 255, 0.7); }

.m-highlighted-publications .meta ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-highlighted-publications .meta li {
  display: inline-block;
  margin-bottom: 0; }

.m-highlighted-publications .meta li.tag {
  background: white;
  padding: 4px 6px;
  line-height: 1;
  margin-right: 4px; }

/* Image gallery */
.m-image-gallery::after {
  content: ' ';
  display: table;
  clear: both; }

/* See common h2.title style at end */		/* Added by AL */
/*
.m-image-gallery > h2 {
  text-align: center;
  font-weight: normal;
  margin-bottom: 50px;
  margin-top: 0;
  font-family: 'Swiss_721 W01 Roman';
  font-weight: normal;
  position: relative;
  left: 50%;
  transform: translate3d(-50%, 0, 0);
  font-size: 24px;
  display: inline-block;
  font-family: 'Swiss_721 W01 Bold';
  font-weight: normal;
  padding: 2px 0;
  color: #13324d;
  border-bottom: 4px solid #e2edf8;
  position: relative; }
  @media (max-width: 1150px) {
    .m-image-gallery > h2 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .m-image-gallery > h2 {
      font-size: 20px; } }
   @media (max-width: 480px) {
    .m-image-gallery > h2 {
      font-size: 20px; } }
   @media (max-width: 1150px) {
    .m-image-gallery > h2 {
      font-size: 20px;
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .m-image-gallery > h2 {
      font-size: 14px; } }
*/

.m-image-gallery .gallery figure {
  margin: 0; }

.m-image-gallery .gallery {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
  margin-left: 0; }
  .m-image-gallery .gallery > * {
    box-sizing: border-box;
    margin-bottom: 0;
    padding-left: 0;
    width: 100%; }
  .m-image-gallery .gallery > * {
    width: 25%; }
  @supports (display: grid) {
    .m-image-gallery .gallery {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 0;
      grid-row-gap: 0;
      margin-left: 0; }
      .m-image-gallery .gallery > * {
        margin-bottom: 0;
        padding-left: 0;
        width: auto; } }

.m-image-gallery .gallery figure a {
  display: block;
  width: 100%;
  padding-bottom: 100%;
  position: relative; }

.m-image-gallery .gallery img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  transition: all .2s; }

.m-image-gallery .gallery img:hover {
  opacity: 0.9; }

.m-image-gallery .gallery figcaption {
  display: none; }

/* Download list */
.m-article .m-download-list, .m-user-function-form .guide-text .m-download-list, .m-user-function-form .text-content .m-download-list, .m-filters .guide-text .m-download-list {
  margin-top: 2.4em; }

.m-download-list h2 {
/* font-size: 12px; */				/* Commented out by AL */
  font-size: var(--xs-font-size);		/* Added by AL */
  text-transform: uppercase;
  letter-spacing: 1px;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  color: #007dbb;
  margin: -5px 0 20px 0; }

.m-download-list li {
  margin-bottom: 10px; }

.m-download-list li:last-child {
  margin-bottom: 0; }

.m-download-list ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-download-list li a {
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--sm-font-size);		/* Added by AL */
  text-decoration: none;
  background: #e5f4fb;
  background: #e2edf8;
  padding: 20px;
  display: block;
  color: #222;
  transition: all .2s;
  background: #e5f4fb;
  background: #e2edf8; }
  @media (max-width: 1150px) {
    .m-download-list li a {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-download-list li a {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-download-list li a { */			/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */
  .m-article .m-download-list li a, .m-user-function-form .guide-text .m-download-list li a, .m-user-function-form .text-content .m-download-list li a, .m-filters .guide-text .m-download-list li a {
/* font-size: 16px; } */			/* Commented out by AL */
  font-size: var(--md-font-size); }		/* Added by AL */
  .m-download-list li a::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
  @media (max-width: 767px) {
    .m-download-list li a {
      min-height: 0; } }
  .m-download-list li a:hover {
    background: #4db3e6;
/*  color: white; } */				/* Commented out by AL */
    color: var(--white-color); }		/* Added by AL */
  .m-download-list li a::before {
    margin: 2px 2px 0 20px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
  .m-download-list li a:hover::before {
    background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
  .m-download-list li a h1, .m-download-list li a h2, .m-download-list li a h3 {
/* font-size: 16px; */				/* Commented out by AL */
  font-size: var(--md-font-size);		/* Added by AL */
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.5;
/*   font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
    font-family: var(--bold-font);		/* Added by AL */
    font-weight: normal; }
  .m-download-list li a .description {
    line-height: 1.6;
    margin-top: 0; }
    .m-download-list li a .description > *:first-child {
      margin-top: 0; }
    .m-download-list li a .description > *:last-child {
      margin-bottom: 0; }
  .m-download-list li a::before {
    display: inline-block;
    float: right;
    content: '';
/*  width: 18px; */
/*  height: 18px; */
    width: 20px; 				/* Added by AL */
    height: 20px;				/* Added by AL */
    background-size: 18px 18px;			/* Added by AL */
    background: url('../img/icon-arrow-download-navy-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
  .m-download-list li a:hover {
    background: #4db3e6;
/*  color: white; } */				/* Commented out by AL */
    color: var(--white-color); }		/* Added by AL */
  .m-download-list li a:hover::before {
    width: 20px; 				/* Added by AL */
    height: 20px;				/* Added by AL */
    background-size: 18px 18px;			/* Added by AL */
    background: url('../img/icon-arrow-download-white-thick.svg') center/contain no-repeat; }		/* URL modified by AL */

.m-article .m-download-list li a, .m-user-function-form .guide-text .m-download-list li a, .m-user-function-form .text-content .m-download-list li a, .m-filters .guide-text .m-download-list li a {
/* font-size: 16px; */				/* Commented out by AL */
  font-size: var(--md-font-size);		/* Added by AL */
  text-decoration: none; }

.m-article .m-download-list li a, .m-user-function-form .guide-text .m-download-list li a, .m-user-function-form .text-content .m-download-list li a, .m-filters .guide-text .m-download-list li a {
/* font-size: 16px; */				/* Commented out by AL */
  font-size: var(--md-font-size);		/* Added by AL */
  text-decoration: none; }

.m-article .m-download-list li a h1, .m-user-function-form .guide-text .m-download-list li a h1, .m-user-function-form .text-content .m-download-list li a h1, .m-filters .guide-text .m-download-list li a h1,
.m-article .m-download-list li a h2,
.m-user-function-form .guide-text .m-download-list li a h2,
.m-user-function-form .text-content .m-download-list li a h2,
.m-filters .guide-text .m-download-list li a h2,
.m-article .m-download-list li a h3,
.m-user-function-form .guide-text .m-download-list li a h3,
.m-user-function-form .text-content .m-download-list li a h3,
.m-filters .guide-text .m-download-list li a h3 {
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
/* font-weight: normal; */			/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  margin-bottom: 0; }

.m-article .m-download-list li a .description, .m-user-function-form .guide-text .m-download-list li a .description, .m-user-function-form .text-content .m-download-list li a .description, .m-filters .guide-text .m-download-list li a .description {
  margin-top: 0.6em; }

/* Big text */
.m-big-text {
  color: #007dbb;
  font-size: 38px; }
  .m-big-text > *:first-child {
    margin-top: 0; }
  .m-big-text > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-big-text {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .m-big-text {
      font-size: 28px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-big-text {
/*    font-size: 22px; } } */			/* Commented out by AL */
      font-size: var(--ll-font-size); } }	/* Added by AL */

.m-big-text > * {
  font-size: 38px; }
  @media (max-width: 1150px) {
    .m-big-text > * {
      font-size: 32px; } }
  @media (max-width: 767px) {
    .m-big-text > * {
      font-size: 28px; } }
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-big-text > * {
      font-size: 22px; } }

/* Link list */
.m-article .m-link-list, .m-user-function-form .guide-text .m-link-list, .m-user-function-form .text-content .m-link-list, .m-filters .guide-text .m-link-list {
  margin-top: 2.4em; }

.m-link-list {
  border: 4px solid #4db3e6;
  padding: 40px; }
  @media (max-width: 1150px) {
    .m-link-list {
      padding: 24px 20px 20px; } }
  @media (max-width: 767px) {
    .m-link-list {
      padding: 20px 15px 15px; } }

.m-link-list h2 {
/* font-size: 12px; */				/* Commented out by AL */
  font-size: var(--xs-font-size);		/* Added by AL */
  text-transform: uppercase;
  letter-spacing: 1px;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  color: #4db3e6;
  margin-top: -5px;
  margin-bottom: 30px; }
  @media (max-width: 1150px) {
    .m-link-list h2 {
      margin-bottom: 15px; } }

.m-link-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
/* font-size: 14px; } */			/* Commented out by AL */
  font-size: var(--sm-font-size); }		/* Added by AL */
  @media (max-width: 1150px) {
    .m-link-list ul {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-link-list ul {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*   .m-link-list ul { */			/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */

.m-link-list li {
  margin-bottom: 20px; }

.m-link-list li:last-child {
  margin-bottom: 0; }

.m-link-list ul a {
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--sm-font-size);		/* Added by AL */
  color: #4db3e6;
  display: block;
  transition: all .2s;
  background: none;
  text-decoration: none; }
  @media (max-width: 1150px) {
    .m-link-list ul a {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-link-list ul a {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-link-list ul a { */			/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */
/* .m-article .m-link-list ul a, .m-user-function-form .guide-text .m-link-list ul a, .m-user-function-form .text-content .m-link-list ul a, .m-filters .guide-text .m-link-list ul a { */		/* Commented out by AL */
/*  font-size: 16px; } */			/* Commented out by AL */
  .m-article .m-link-list ul a, .m-user-function-form .guide-text .m-link-list ul a, .m-user-function-form .text-content .m-link-list ul a, .m-filters .guide-text .m-link-list ul a {
/*  font-size: 16px; */				/* Commented out by AL */
    font-size: var(--md-font-size);		/* Added by AL */
    color: #4db3e6; }
  .m-link-list ul a:hover {
    color: #13324d;
    transform: translate3d(6px, 0, 0);
    background: none; }
  .m-link-list ul a h1, .m-link-list ul a h2, .m-link-list ul a h3 {
/*  font-size: 16px; */				/* Commented out by AL */
    font-size: var(--md-font-size);		/* Added by AL */
    margin-top: 0;
    margin-bottom: 5px;
    background: #e5f4fb;
    display: inline-block;
    padding: 2px 6px 0px 6px;
    line-height: 1.5;
    color: #4db3e6;
    transition: all .2s;
/*   font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
    font-family: var(--bold-font);		/* Added by AL */
    font-weight: normal; }
  .m-link-list ul a:hover h1,
  .m-link-list ul a:hover h2,
  .m-link-list ul a:hover h3 {
    background: #13324d;
/*  color: white; } */				/* Commented out by AL */
    color: var(--white-color); }		/* Added by AL */
  .m-link-list ul a .description {
    line-height: 1.6;
    margin-top: 0; }
    .m-link-list ul a .description > *:first-child {
      margin-top: 0; }
    .m-link-list ul a .description > *:last-child {
      margin-bottom: 0; }

/* Action list */
.m-article .m-action-list, .m-user-function-form .guide-text .m-action-list, .m-user-function-form .text-content .m-action-list, .m-filters .guide-text .m-action-list {
  margin-top: 2.4em; }

.m-action-list h2 {
/* font-size: 12px; */				/* Commented out by AL */
  font-size: var(--xs-font-size);		/* Added by AL */
  text-transform: uppercase;
  letter-spacing: 1px;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  color: #007dbb;
  margin: -5px 0 20px 0; }

.m-action-list ul {
  padding: 0;
  margin: 0;
  list-style: none; }

.m-action-list li {
  margin-bottom: 10px; }

.m-action-list li:last-child {
  margin-bottom: 0; }

.m-action-list ul a {
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--sm-font-size);		/* Added by AL */
  text-decoration: none;
/* background: #e5f4fb; */			/* Commented out by AL */
/* background: #e2edf8; */			/* Commented out by AL */
  padding: 20px;
  display: block;
  color: #222;
  transition: all .2s;
/* background: #e5f4fb; */			/* Commented out by AL */
  background: #e2edf8; }
  @media (max-width: 1150px) {
    .m-action-list ul a {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-action-list ul a {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-action-list ul a { */			/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */
  .m-article .m-action-list ul a, .m-user-function-form .guide-text .m-action-list ul a, .m-user-function-form .text-content .m-action-list ul a, .m-filters .guide-text .m-action-list ul a {
/*   font-size: 16px; } */			/* Commented out by AL */
    font-size: var(--md-font-size); }		/* Added by AL */
  .m-action-list ul a::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
  @media (max-width: 767px) {
    .m-action-list ul a {
      min-height: 0; } }
  .m-action-list ul a:hover {
    background: #4db3e6;
/*  color: white; } */				/* Commented out by AL */
    color: var(--white-color); }		/* Added by AL */
  .m-action-list ul a::before {
    margin: 2px 2px 0 20px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
  .m-action-list ul a:hover::before {
    background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
  .m-action-list ul a h1, .m-action-list ul a h2, .m-action-list ul a h3 {
/*  font-size: 16px; */				/* Commented out by AL */
    font-size: var(--md-font-size);		/* Added by AL */
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.5;
/*   font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
    font-family: var(--bold-font);		/* Added by AL */
    font-weight: normal; }
  .m-action-list ul a .description {
    line-height: 1.6;
    margin-top: 0; }
    .m-action-list ul a .description > *:first-child {
      margin-top: 0; }
    .m-action-list ul a .description > *:last-child {
      margin-bottom: 0; }
  .m-action-list ul a:hover {
    background: #4db3e6;
/*  color: white; } */				/* Commented out by AL */
    color: var(--white-color); }		/* Added by AL */

/* CTA list */
.m-article .m-cta-list, .m-user-function-form .guide-text .m-cta-list, .m-user-function-form .text-content .m-cta-list, .m-filters .guide-text .m-cta-list {
  margin-top: 2.4em; }

.m-cta-list h2 {
/* font-size: 12px; */				/* Commented out by AL */
  font-size: var(--xs-font-size);		/* Added by AL */
  text-transform: uppercase;
  letter-spacing: 1px;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
  font-weight: normal;
  margin: -5px 0 20px 0;
  color: #007dbb; }

.m-cta-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
/* font-size: 14px; } */			/* Commented out by AL */
  font-size: var(--sm-font-size); }		/* Added by AL */
  @media (max-width: 1150px) {
    .m-cta-list ul {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-cta-list ul {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-cta-list ul { */				/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */

.m-cta-list li {
  margin-bottom: 10px; }

.m-cta-list li:last-child {
  margin-bottom: 0; }

.m-cta-list.m-cta-list ul li a {
/* font-size: 14px; */				/* Commented out by AL */
  font-size: var(--sm-font-size);		/* Added by AL */
  text-decoration: none;
/* background: #e5f4fb; */			/* Commented out by AL */
/* background: #e2edf8; */			/* Commented out by AL */
  padding: 20px;
  display: block;
  color: #222;
  transition: all .2s;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  background: #13324d;
  min-height: 160px; }
  @media (max-width: 1150px) {
    .m-cta-list.m-cta-list ul li a {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-cta-list.m-cta-list ul li a {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-cta-list.m-cta-list ul li a { */		/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */
  .m-article .m-cta-list.m-cta-list ul li a, .m-user-function-form .guide-text .m-cta-list.m-cta-list ul li a, .m-user-function-form .text-content .m-cta-list.m-cta-list ul li a, .m-filters .guide-text .m-cta-list.m-cta-list ul li a {
/*  font-size: 16px; } */			/* Commented out by AL */
    font-size: var(--md-font-size); }		/* Added by AL */
  .m-cta-list.m-cta-list ul li a::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
  @media (max-width: 767px) {
    .m-cta-list.m-cta-list ul li a {
      min-height: 0; } }
  .m-cta-list.m-cta-list ul li a:hover {
    background: #4db3e6;
/*  color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */
  .m-cta-list.m-cta-list ul li a::before {
    margin: 2px 2px 0 20px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
  .m-cta-list.m-cta-list ul li a:hover::before {
    background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
  .m-cta-list.m-cta-list ul li a h1, .m-cta-list.m-cta-list ul li a h2, .m-cta-list.m-cta-list ul li a h3 {
/*  font-size: 16px; */				/* Commented out by AL */
    font-size: var(--md-font-size);		/* Added by AL */
    margin-top: 0;
    margin-bottom: 5px;
    line-height: 1.5;
/*   font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
    font-family: var(--bold-font);		/* Added by AL */
    font-weight: normal; }
  .m-cta-list.m-cta-list ul li a .description {
    line-height: 1.6;
    margin-top: 0; }
    .m-cta-list.m-cta-list ul li a .description > *:first-child {
      margin-top: 0; }
    .m-cta-list.m-cta-list ul li a .description > *:last-child {
      margin-bottom: 0; }
  .m-cta-list.m-cta-list ul li a::before {
    display: inline-block;
    float: right;
    content: '';
    width: 18px;
    height: 18px;
    background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
  .m-cta-list.m-cta-list ul li a:hover {
    background: #4db3e6;
/*  color: white; } */				/* Commented out by AL */
    color: var(--white-color); }		/* Added by AL */
  .m-cta-list.m-cta-list ul li a::before {
    background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }		/* URL modified by AL */

/* CTA content */
.m-cta-content {
  background: #13324d;
/* color: white; */				/* Commented out by AL */
  color: var(--white-color);			/* Added by AL */
  padding: 30px;
  line-height: 1.6;
/* font-size: 14px; } */			/* Commented out by AL */
  font-size: var(--sm-font-size); }		/* Added by AL */
  .m-cta-content > *:first-child {
    margin-top: 0; }
  .m-cta-content > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-cta-content {
      padding: 20px;				/* Added by AL */
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
  @media (max-width: 767px) {
    .m-cta-content {
/*    font-size: 12px; } } */			/* Commented out by AL */
      font-size: var(--xs-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-cta-content { */				/* Commented out by AL */
/*    font-size: 12px; } } */			/* Commented out by AL */
/* @media (max-width: 1150px) { */		/* Commented out by AL */
/*  .m-cta-content { */				/* Commented out by AL */
/*    padding: 20px; } } */			/* Commented out by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
  @media (max-width: 500px) {			/* Added by AL */
    .m-cta-content {				/* Added by AL */
      padding: 15px; } }			/* Added by AL */

.m-cta-content--outline {
  color: #222;
  background: transparent;
  border: 4px solid #4db3e6; }

.m-cta-content a {
  color: #4db3e6; }
  
.m-cta-content a:hover {			/* Added by AL */
  color: #ffed00; }				/* Added by AL */
  
.m-cta-content a.button {
  color: inherit; }

.m-cta-content--outline a.button {
/* color: white; } */				/* Commented out by AL */
  color: var(--white-color); }			/* Added by AL */

.m-cta-content h2 {
  font-size: 24px;
  line-height: 1.2; }
  @media (max-width: 1150px) {
    .m-cta-content h2 {
      font-size: 22px; } }
  @media (max-width: 767px) {
    .m-cta-content h2 {
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--lm-font-size); } }	/* Added by AL */
/* @media (max-width: 480px) { */		/* Commented out by AL */
/*  .m-cta-content h2 { */			/* Commented out by AL */
/*    font-size: 20px; } } */			/* Commented out by AL */

/* Filters */
.m-filters {
  margin: 0; }
  .m-filters form {
    border: 4px solid #e2edf8;
    padding: 40px;
    margin: 4em 0;
    line-height: 1.8;
    max-width: 600px; }
    @media (max-width: 1150px) {
      .m-filters form {
        padding: 30px; } }
    @media (max-width: 767px) {
      .m-filters form {
        padding: 15px; } }
  .m-filters input,
  .m-filters textarea,
  .m-filters select {
    background: #e2edf8;
    border: 0;
    width: calc(100% - 212px);
    padding: 15px;
/*   font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
    font-family: var(--regular-font);		/* Added by AL */
    font-weight: normal;
    height: 50px;
    margin-top: 0; }
    @media (max-width: 1150px) {
      .m-filters input,
      .m-filters textarea,
      .m-filters select {
        width: calc(100% - 162px); } }
    @media (max-width: 767px) {
      .m-filters input,
      .m-filters textarea,
      .m-filters select {
        width: 100%; } }
  .m-filters .form--stacked input,
  .m-filters .form--stacked textarea,
  .m-filters .form--stacked select {
    width: 100%; }
  .m-filters textarea {
    min-height: 250px; }
  .m-filters label {
    width: 212px;
    padding-right: 20px;
    float: left;
    padding-top: 12px;
/*   font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
    font-family: var(--bold-font);		/* Added by AL */
    font-weight: normal; }
    @media (max-width: 1150px) {
      .m-filters label {
        width: 162px; } }
    @media (max-width: 767px) {
      .m-filters label {
        float: none;
        padding-left: 0;
        width: auto;
        display: block; } }
  .m-filters .form--stacked label {
    float: none;
    display: block;
    width: 100%;
    padding-bottom: 4px;
    padding-top: 20px; }
  .m-filters .form--stacked > section:first-child > fieldset:first-child > .form-group:first-child > label,
  .m-filters .form--stacked > section:first-child > .form-group:first-child > label,
  .m-filters .form--stacked > fieldset:first-child > .form-group:first-child > label,
  .m-filters .form--stacked > .form-group:first-child > label {
    padding-top: 0; }
  .m-filters .form-group--wordy-label > label {
    width: 100%;
    padding-right: 0;
    float: none;
    margin-bottom: 20px;
    display: inline-block; }
  .m-filters .form-group {
    clear: both; }
    .m-filters .form-group::after {
      content: ' ';
      display: table;
      clear: both; }
  .m-filters .form-group > div {
    float: left;
    width: calc(100% - 212px);
    margin: 0;
    padding: 0 0 0 30px; }
  .m-filters .form-group--wordy-label > div {
    float: none;
    width: 100%; }
  .m-filters .form-group > div > div {
    margin: 0; }
  .m-filters .form-group > div label {
    width: auto;
    float: none;
    padding: 0;
/*   font-family: 'Swiss_721 W01 Roman'; */	/* Commented out by AL */
    font-family: var(--regular-font);		/* Added by AL */
    font-weight: normal; }
  .m-filters .form-group > div input {
    width: auto;
    float: left;
    height: auto;
    margin-left: -30px;
    margin-top: 8px; }
  .m-filters .form-actions {
    margin-left: 212px; }
    @media (max-width: 1150px) {
      .m-filters .form-actions {
        margin-left: 162px; } }
    @media (max-width: 767px) {
      .m-filters .form-actions {
        margin-left: 0;
        float: right; } }
  .m-filters .form--stacked .form-actions {
    padding-top: 20px;
    margin-left: 0; }
  .m-filters form button,
  .m-filters form input[type='submit'] {
    padding: 14px 16px;
    background: #4db3e6;
/*  color: white; */				/* Commented out by AL */
    color: var(--white-color);			/* Added by AL */
    display: inline-block;
    transition: all .1s;
/*   font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
    font-family: var(--bold-font);		/* Added by AL */
    font-weight: normal;
    border: 0;
    line-height: 1.4;
    border: 0; }
    .m-filters form button::before,
    .m-filters form input[type='submit']::before {
      display: inline-block;
      float: right;
      content: '';
      width: 18px;
      height: 18px;
      background: url('../img/icon-arrow-right-navy-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
    .m-filters form button::before,
    .m-filters form input[type='submit']::before {
      background: url('../img/icon-arrow-right-white-thick.svg') center/contain no-repeat; }		/* URL modified by AL */
    .m-filters form button::before,
    .m-filters form input[type='submit']::before {
      margin: 2px 0 0 14px; }
    .m-filters form button:hover,
    .m-filters form input[type='submit']:hover {
      background: #20a0e0;
/*    color: white; } */			/* Commented out by AL */
      color: var(--white-color); }		/* Added by AL */
  .m-filters .guide-text {
    background: #e2edf8;
    margin-bottom: 40px;
    padding: 40px;
/*  font-size: 16px; } */			/* Commented out by AL */
    font-size: var(--md-font-size); }		/* Added by AL */
    @media (max-width: 1150px) {
      .m-filters .guide-text {
/*    font-size: 16px; } } */			/* Commented out by AL */
      font-size: var(--md-font-size); } }	/* Added by AL */
    @media (max-width: 767px) {
      .m-filters .guide-text {
/*    font-size: 14px; } } */			/* Commented out by AL */
      font-size: var(--sm-font-size); } }	/* Added by AL */
/*  @media (max-width: 480px) { */		/* Commented out by AL */
/*    .m-filters .guide-text { */		/* Commented out by AL */
/*      font-size: 14px; } } */			/* Commented out by AL */
    .m-filters .guide-text > *:first-child {
      margin-top: 0; }
    .m-filters .guide-text > *:last-child {
      margin-bottom: 0; }
    @media (max-width: 1150px) {
      .m-filters .guide-text {
        margin-bottom: 40px;
        padding: 30px;
        padding: 15px 20px;
        margin-top: 30px; } }
  .m-filters .required::after {
    content: '*'; }

.m-filters form {
  border-color: #4db3e6;
  margin-top: 0;
  padding: 40px; }
  .m-filters form > *:first-child {
    margin-top: 0; }
  .m-filters form > *:last-child {
    margin-bottom: 0; }
  @media (max-width: 1150px) {
    .m-filters form {
      padding: 24px 20px 20px; } }
  @media (max-width: 767px) {
    .m-filters form {
      padding: 20px 15px 15px; } }





/* Common h2.title style for Error Agency modules */
/* ============================================== */
.m-news-overview h2.title,
.m-action-block-grid h2.title,
.m-list-content-grid h2.title,
.m-personnel-list h2.title,
.m-embed h2.title,
.m-highlighted-publications h2.title,
.m-image-gallery h2.title {
  color: #13324d;
  border-bottom: 4px solid #e2edf8;
  display: inline-block;
/* font-family: 'Swiss_721 W01 Bold'; */	/* Commented out by AL */
  font-family: var(--bold-font);		/* Added by AL */
/* font-size: 24px; */				/* Commented out by AL */
  font-size: var(--ttl-FS);			/* Added by AL */
  font-weight: normal;
  left: 50%;
  margin-bottom: 50px;
  margin-top: 0;
  padding: 2px 0;
  position: relative;
  text-align: center;
  transform: translate3d(-50%, 0, 0); }
/* .m-list-content-grid h2.title { */		/* Extra in m-list-content-grid - is this needed? */
/* margin: 0 auto; */				/* Extra in m-list-content-grid - is this needed? */
/* max-width: 800px; } */			/* Extra in m-list-content-grid - is this needed? */
  @media (max-width: 1150px) {
    .m-news-overview h2.title,
    .m-action-block-grid h2.title,
    .m-list-content-grid h2.title,
    .m-personnel-list h2.title,
    .m-embed h2.title,
    .m-highlighted-publications h2.title,
    .m-image-gallery h2.title {
/*    font-size: 22px; */			/* Commented out by AL */
      font-size: var(--ttl-md-FS);		/* Added by AL */
      margin-bottom: 40px; } }
  @media (max-width: 767px) {
    .m-news-overview h2.title,
    .m-action-block-grid h2.title,
    .m-list-content-grid h2.title,
    .m-personnel-list h2.title,
    .m-embed h2.title,
    .m-highlighted-publications h2.title,
    .m-image-gallery h2.title {
/*    font-size: 20px; } } */			/* Commented out by AL */
      font-size: var(--ttl-sm-FS); } }		/* Added by AL */

.m-news-overview .more-link,
.m-action-block-grid .more-link,
.m-highlighted-publications .more-link {
  color: #007dbb;
/* background: #e2edf8; */			/* Commented out by AL */
  background: #f6f9fd;				/* Added by AL */
  float: right;
/* font-size: 12px; */				/* Commented out by AL */
  font-size: var(--xs-font-size);		/* Added by AL */
  line-height: 1.4;
  margin: 8px 0 0 -100px;
  opacity: 0.9;
  padding: 2px 4px 2px 7px;
/* right: 0; */					/* Extra in m-action-block-grid - is this needed? */
  transition: all .2s; }
  .m-news-overview .more-link:hover,
  .m-action-block-grid .more-link:hover,
  .m-highlighted-publications .more-link:hover {
    background: #4db3e6;
    color: #f9f9f9; }
  .m-news-overview .more-link::before,
  .m-action-block-grid .more-link::before,
  .m-highlighted-publications .more-link::before {
    color: #007dbb;
    content: '\f067';
    display: inline-block;
    font: normal normal normal 6px/1 FontAwesome;
    line-height: -14px;
    margin-right: 5px;
    position: relative;
    top: -1px;
    transition: all .2s; }
  .m-news-overview .more-link:hover::before,
  .m-action-block-grid .more-link:hover::before,
  .m-highlighted-publications .more-link:hover::before {
    color: #f9f9f9; }
