/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
u, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

* {
  box-sizing: border-box;
}

img {
  max-width: 100%;
}

p, ul, ol {
  margin: 0 0 2em;
}

ul li {
  list-style: disc outside none;
  margin: 0 0 0.5em 2em;
}
ul li ul {
  margin: 0.5em 0;
}

ol li {
  list-style: decimal outside none;
  margin: 0 0 0.5em 2em;
}
ol li li {
  list-style-type: lower-alpha;
}
ol li li li {
  list-style-type: lower-roman;
}

b, strong {
  font-weight: bold;
}

i, em {
  font-style: italic;
}

sub, sup {
  /* Specified in % so that the sup/sup is the
     right size relative to the surrounding text */
  font-size: 75%;
  /* Zero out the line-height so that it doesn't
     interfere with the positioning that follows */
  line-height: 0;
  /* Where the magic happens: makes all browsers position
     the sup/sup properly, relative to the surrounding text */
  position: relative;
  /* Note that if you're using Eric Meyer's reset.css, this
     is already set and you can remove this rule */
  vertical-align: baseline;
}

sup {
  /* Move the superscripted text up */
  top: -0.5em;
}

sub {
  /* Move the subscripted text down, but only
     half as far down as the superscript moved up */
  bottom: -0.25em;
}

select, input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], textarea {
  width: 100%;
}

input[type=text], input[type=email], input[type=tel], input[type=url], input[type=date], textarea {
  font: normal 14px/17px sans-serif;
  padding: 8px;
}

.visually-hidden {
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.centered, .aligncenter, .centred, .aligncentre, .center, .centre {
  text-align: center;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #FFF;
  opacity: 0.5;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a {
  color: #CCC;
}

.mfp-preloader a:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
/*
	Colors
*/
/*
	Fonts
*/
/*
	Global
*/
*:focus {
  outline: 2px solid #E45A52;
}

.print-only {
  display: none;
}

.skip-link {
  position: absolute;
  left: -999em;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
  padding: 1em;
}
.skip-link:focus {
  position: static;
  width: auto;
  height: auto;
}

h2, h3, h4, dt, .footnote, .footnotes li {
  scroll-margin-top: 100px;
}

body {
  background: #222B5A;
  color: #FFF;
  font: 400 21px/32px "Montserrat", sans-serif;
  text-align: center;
}
body.menu-open {
  overflow: hidden;
}

.h1,
h1 {
  font: 700 60px/68px "Montserrat", sans-serif;
}

h2 {
  font: 700 36px/44px "Montserrat", sans-serif;
  margin-bottom: 20px;
}

h3 {
  font: 700 24px/32px "Montserrat", sans-serif;
  margin-bottom: 20px;
}

h4 {
  font: 700 21px/28px "Montserrat", sans-serif;
  margin-bottom: 20px;
}

blockquote {
  margin: 1.5em 3em;
}
blockquote p:last-child {
  margin-bottom: 0;
}

a {
  color: inherit;
  text-decoration: none;
  transition: color 0.2s linear;
}

.checkbox-list li {
  list-style: none;
  position: relative;
}
.checkbox-list li:before {
  border: 1px solid #000;
  content: "";
  display: block;
  height: 16px;
  left: -28px;
  position: absolute;
  top: 6px;
  width: 16px;
}

.wrapper {
  margin: 0 auto;
  max-width: 1210px;
  padding: 0 20px;
  position: relative;
  text-align: left;
}

figure {
  margin-bottom: 2em;
}
figure img {
  display: block;
  margin: 0 auto;
}
figure.left {
  float: left;
  margin: 0 2.5641025641% 2em 0;
  width: 48%;
}
figure.right {
  float: right;
  margin: 0 0 2em 2.5641025641%;
  width: 48%;
}
figure figcaption {
  padding: 10px 0 0;
}
figure figcaption p {
  margin: 0;
}

.table table {
  width: 100%;
}
.table th, .table td {
  font-size: 18px;
  line-height: 24px;
  padding: 6px;
}
.table th {
  background: #222B5A;
  color: #FFF;
  font-weight: 700;
}
.table tr:nth-child(even) td {
  background: #E3F2F7;
}

.btn {
  background: #E45A52;
  border: 0;
  border-radius: 4px;
  box-sizing: border-box;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font: 700 18px/20px "Montserrat", sans-serif;
  margin: 0;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  transition: background 0.2s linear;
}
.btn:hover {
  color: #FFF;
}
.btn svg {
  color: #FFF;
  position: relative;
  top: -2px;
  vertical-align: middle;
}
.btn.icon-left svg {
  margin-right: 8px;
}
.btn.icon-right svg {
  margin-left: 8px;
}

.icon-btn {
  background: transparent;
  border: 0;
  cursor: pointer;
  font-size: 28px;
  margin: 0;
  padding: 0;
}

/**
 * Header	
*/
#trigger {
  background: #FFF;
  height: 1px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.global-header {
  background: #FFF;
  left: 0;
  padding: 30px 0;
  position: sticky;
  right: 0;
  top: 0;
  transition: all 0.2s linear;
  z-index: 99;
}
.global-header .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.global-header .logo {
  transition: all 0.2s linear;
  width: 200px;
}
.fr .global-header .logo {
  width: 220px;
}
.global-header #accessibilityTrigger {
  color: #007F9F;
  cursor: pointer;
  font-size: 36px;
  margin-left: 10px;
}
.global-header #accessibilityTrigger:hover {
  color: #222B5A;
}
.global-header .global-nav {
  text-align: right;
}
.global-header .global-nav li ul {
  display: none;
}
.global-header .global-nav .global-nav-scrolling-container {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.global-header .nav-lower {
  align-items: center;
  display: flex;
  font: 700 20px/22px "Montserrat", sans-serif;
  margin-bottom: 10px;
  margin-left: auto;
  margin-top: auto;
  order: 2;
  padding-top: 40px;
}
.fr .global-header .nav-lower {
  font-size: 16px;
  line-height: 18px;
  margin-top: 20px;
}
.global-header .nav-lower li svg {
  color: #222B5A;
  margin-left: 5px;
}
.global-header .nav-lower > ul > li {
  padding: 0 10px;
}
.global-header .nav-lower > ul > li > a.toggled svg {
  margin-bottom: -2px;
}
.global-header .nav-lower > ul > li > a.active {
  border-bottom: 4px solid #E45A52;
}
.global-header .nav-lower a {
  color: #007F9F;
  padding: 10px 0;
}
.global-header .nav-lower a:hover {
  color: #222B5A;
}
.global-header .nav-lower li.has-children {
  cursor: pointer;
}
.global-header .nav-lower li ul {
  background: #FFF;
  border: 1px solid #EEE;
  font: 400 16px/21px "Montserrat", sans-serif;
  margin-left: -10px;
  margin-top: 10px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  width: 240px;
  z-index: 98;
}
.global-header .nav-lower li ul li {
  display: block;
}
.global-header .nav-lower li ul a {
  color: #222B5A;
  display: block;
  padding: 10px 20px;
  transition: background 0.2s linear;
}
.global-header .nav-lower li ul a:hover {
  background: #E3F2F7;
}
.global-header .nav-lower li ul li.has-children a {
  padding-right: 40px;
  position: relative;
}
.global-header .nav-lower li ul li.has-children a svg {
  position: absolute;
  right: 20px;
}
.global-header .nav-lower li ul li ul {
  left: 238px;
  margin: 0;
  top: -1px;
}
.global-header .nav-upper {
  font: 400 16px/18px "Montserrat", sans-serif;
  order: 1;
}
.global-header .nav-upper ul {
  display: inline-block;
  margin: 0;
}
.global-header .nav-upper a {
  color: #222B5A;
  margin-left: 10px;
  padding: 10px;
}
.global-header .nav-upper a:hover {
  color: #00627A;
  font-weight: 700;
}
.global-header .nav-upper .nav-get-help a {
  background: #DE342B;
  color: #FFF;
  font-weight: 700;
  padding: 10px 15px;
  transition: background 0.2s linear;
}
.global-header .nav-upper .nav-get-help a:hover {
  background: #000;
  color: #FFF;
}
.global-header .nav-upper .nav-search a {
  background: #222B5A;
  color: #FFF;
  font-weight: 700;
  padding: 10px 15px;
  transition: background 0.2s linear;
}
.global-header .nav-upper .nav-search a:hover {
  background: #000;
  color: #FFF;
}
.global-header .nav-upper .nav-search a svg {
  margin-right: 5px;
}
.global-header .nav-upper .nav-exit {
  display: none;
}
.global-header ul {
  margin: 0;
}
.global-header li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: inline-block;
}
.global-header #search {
  background: #FFF;
  display: none;
  padding: 60px 0 40px;
  position: absolute;
  top: 100%;
  width: 100%;
  z-index: 3;
}
.global-header #search form {
  display: flex;
  margin-left: auto;
  width: 50%;
}
.global-header #search form input {
  border: 0;
  border-bottom: 1px solid #222B5A;
  width: calc(100% - 40px);
}
.global-header #search form input::placeholder {
  font-size: 1.4em;
  color: #52576F;
}
.global-header #search form button {
  margin-left: auto;
}

.alternate-menu .global-header {
  border-bottom: 1px solid #E3F2F7;
  padding: 20px 0;
}
.alternate-menu .global-header .wrapper {
  display: flex;
  flex-wrap: wrap;
}
.alternate-menu .global-header .logo {
  width: 100px;
}
.alternate-menu .global-header .global-nav {
  background: #FFF;
  display: block;
  padding-top: 60px;
  position: fixed;
  right: 0;
  text-align: left;
  top: 0;
  width: 320px;
  z-index: 99;
}
.alternate-menu .global-header .global-nav .global-nav-scrolling-container {
  display: block;
  overflow-y: scroll;
  max-height: 100vh;
}
.alternate-menu .global-header .nav-lower {
  font: 700 18px/24px "Montserrat", sans-serif;
  margin-bottom: 0;
  margin-top: 0;
  padding: 20px 0;
}
.fr .alternate-menu .global-header .nav-lower {
  font-size: 18px;
  line-height: 24px;
}
.alternate-menu .global-header .nav-lower > ul > li {
  padding: 0;
}
.alternate-menu .global-header .nav-lower > ul > li > a.active {
  border-bottom: 0;
}
.alternate-menu .global-header .nav-lower a {
  color: #222B5A;
  display: block;
  padding: 10px 80px 10px 40px;
  position: relative;
}
.alternate-menu .global-header .nav-lower a svg {
  position: absolute;
  right: 20px;
}
.alternate-menu .global-header .nav-lower a:hover {
  color: #007F9F;
}
.alternate-menu .global-header .nav-lower li ul {
  border: 0;
  margin-left: 0;
  margin-top: 0;
  padding: 5px 0;
  position: static;
  width: auto;
}
.alternate-menu .global-header .nav-lower li ul a:hover {
  background: #E3F2F7;
}
.alternate-menu .global-header .nav-lower li ul li.has-children a {
  padding-right: 40px;
  position: relative;
}
.alternate-menu .global-header .nav-lower li ul li.has-children a svg {
  position: absolute;
  right: 20px;
}
.alternate-menu .global-header .nav-lower li ul li ul {
  margin: 0;
  min-height: 0 !important;
  padding: 0;
}
.alternate-menu .global-header .nav-lower li ul li ul a {
  border-left: 1px solid #222B5A;
  margin-left: 50px;
  padding: 8px 20px;
}
.alternate-menu .global-header .nav-lower li ul li ul a:hover {
  background: transparent;
}
.alternate-menu .global-header .nav-upper {
  background: #222B5A;
  padding: 20px 0;
}
.alternate-menu .global-header .nav-upper ul {
  display: block;
}
.alternate-menu .global-header .nav-upper a {
  color: #FFF;
  display: block;
  margin-left: 0;
  padding: 10px 40px;
}
.alternate-menu .global-header .nav-upper a:hover {
  color: #FFF;
}
.alternate-menu .global-header .nav-upper .nav-get-help a {
  background: transparent;
  padding: 10px 40px;
}
.alternate-menu .global-header .nav-upper .nav-get-help a:hover {
  background: transparent;
  color: #FFF;
}
.alternate-menu .global-header .nav-upper .nav-search {
  display: none;
}
.alternate-menu .global-header .nav-upper .nav-exit {
  display: block;
  font-weight: 700;
}
.alternate-menu .global-header ul {
  margin: 0;
}
.alternate-menu .global-header li {
  display: block;
}
.alternate-menu .global-header #search {
  background: #FFF;
  padding: 0 40px 40px;
  position: static;
}
.alternate-menu .global-header #search .wrapper {
  padding: 0;
}
.alternate-menu .global-header #search form {
  border: 1px solid #222B5A;
  margin-left: o;
  width: 100%;
}
.alternate-menu .global-header #search form input {
  border-bottom: 0;
}
.alternate-menu .global-header #search form button {
  margin-right: 10px;
}
.alternate-menu .global-header .nav-lang {
  font-size: 18px;
  position: absolute;
  left: 40px;
  top: 20px;
}
.alternate-menu .global-header .nav-lang a {
  color: #222B5A;
}
.alternate-menu .global-header .alternate-menu-close {
  color: #222B5A;
  font-size: 28px;
  position: absolute;
  right: 20px;
  top: 25px;
}
.alternate-menu .global-header .alternate-menu-close:hover {
  color: #222B5A;
}
.alternate-menu .global-header .alternate-menu-open {
  color: #007F9F;
  font-size: 28px;
  position: absolute;
  right: 20px;
  top: 10px;
}
.alternate-menu .global-header .alternate-menu-open:hover {
  color: #222B5A;
}

.alternate-menu .uwy.userway_p1 .userway_buttons_wrapper {
  left: calc(100vw - 70px);
  top: 20px;
}

.fr.alternate-menu .global-header .logo {
  width: 180px;
}

/**
 * Main	
*/
main {
  background: #FFF;
  color: #222B5A;
  padding: 60px 0;
}
.home main {
  padding-top: 0;
}
main .body.in-menu {
  opacity: 0.5;
}

.page-header {
  align-items: center;
  display: flex;
  margin-bottom: 60px;
}
.page-header img {
  margin-right: 30px;
  width: 40%;
}
.toolkit-page .page-header img {
  margin: 0 0 0 30px;
}

.breadcrumbs {
  color: #777;
  font-size: 16px;
  line-height: 21px;
  margin-bottom: 30px;
}
.breadcrumbs a {
  border: 0 !important;
  color: #007F9F;
  padding: 0 !important;
}

.content {
  margin: 0 15% 0 10%;
}
.content a {
  border-bottom: 2px solid #00627A;
  padding-bottom: 1px;
}
.content a:hover {
  border-width: 3px;
  color: #000;
}
.content a:visited {
  color: #52576F;
}

.callout {
  background: #E3F2F7;
  margin-bottom: 2em;
  padding: 20px;
  position: relative;
}
.callout p:last-child {
  margin: 0;
}
.callout .sheltersafe-logo {
  position: absolute;
  right: -140px;
  width: 120px;
}

.videos {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
}
.videos li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 30px;
  width: 48%;
}
.videos li:nth-child(even) {
  margin-left: auto;
}
.videos h3 {
  border-top: 1px solid #E45A52;
  margin-top: 20px;
  padding-top: 10px;
}

.links li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  padding: 20px;
}
.links li a {
  border-bottom: 2px solid #E45A52;
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
  padding-right: 30px;
  position: relative;
}
.links li a:hover {
  color: #000;
  border-width: 3px;
}
.links li a:visited {
  color: #52576F;
}
.links li a svg {
  position: absolute;
  right: 0;
}
.links li:nth-child(odd) {
  background: #E3F2F7;
}
.links li p {
  margin: 0;
}

.other li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  max-width: 770px;
}
.other li a {
  border-bottom: 2px solid #E45A52;
}
.other li a:hover {
  color: #000;
  border-width: 3px;
}
.other li a:visited {
  color: #52576F;
}
.other li svg {
  color: #E45A52;
  margin-left: 10px;
}

.big-links {
  display: flex;
  margin: 0;
}
.big-links li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  margin-right: 2%;
  width: 32%;
}
.big-links li:nth-child(3n+0) {
  margin-right: 0;
}
.big-links a {
  background: #E3F2F7;
  color: #007F9F;
  display: block;
  height: 100%;
  padding: 20px 20px 60px;
  position: relative;
}
.big-links a svg {
  bottom: 20px;
  position: absolute;
  right: 30px;
  translate: all ease 200ms;
}
.big-links a:focus, .big-links a:hover {
  color: #000;
}
.big-links a:focus svg, .big-links a:hover svg {
  transform: scale(1.4);
  right: 20px;
}

.toolkits {
  display: flex;
  flex-wrap: wrap;
}
.toolkits li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  display: flex;
  margin-bottom: 30px;
  width: 48%;
}
.toolkits li:nth-child(odd) {
  margin-right: 4%;
}
.toolkits .toolkit-thumbnail {
  align-items: center;
  background: #222B5A;
  display: flex;
  padding: 20px;
  width: 48%;
  border: 2px solid transparent;
}
.toolkits .toolkit-thumbnail:focus, .toolkits .toolkit-thumbnail:hover {
  border: 2px solid #007F9F;
  transform: scale(1.02);
}
.toolkits .toolkit-summary {
  margin-left: auto;
  width: 48%;
}
.toolkits .toolkit-summary p {
  font-size: 18px;
  line-height: 28px;
  margin: 0;
}
.toolkits .toolkit-summary a:focus, .toolkits .toolkit-summary a:hover {
  border-bottom: 2px solid #00627A;
}

.band {
  background: #E3F2F7;
  margin-bottom: 60px;
  padding: 40px 0;
}
.band .content {
  margin: 0;
}
.band .big-links li {
  margin-right: 5%;
  width: 30%;
}
.band .big-links li:nth-child(3n+0) {
  margin-right: 0;
}
.band .big-links a {
  padding: 40px 0 60px;
}

.alphabar {
  background: #E3F2F7;
  margin-bottom: 2em;
  text-align: center;
  padding: 10px;
}
.alphabar a {
  border: 0;
  display: inline-block;
  padding: 0.25em 0.35em;
  font-weight: 700;
  border-bottom: 3px solid transparent;
}
.alphabar a:hover {
  font-weight: 700;
  border-bottom-color: #222B5A;
}
.alphabar a:visited {
  color: #222B5A;
}

h2.glossary-letter {
  color: #DE342B;
}

dt {
  font: 700 24px/32px "Montserrat", sans-serif;
  margin-bottom: 10px;
}

.footnotes {
  border-top: 1px solid #52576F;
  font-size: 16px;
  line-height: 24px;
  padding-top: 20px;
}

.collapsing button {
  background: none;
  color: #222B5A;
  box-shadow: none;
  border: 0;
  text-align: left;
  width: 100%;
  padding: 20px 40px 20px 20px;
  cursor: pointer;
}
.collapsing > h2, .collapsing > h3 {
  background: #E3F2F7;
  cursor: pointer;
  position: relative;
}
.collapsing > h2 svg, .collapsing > h3 svg {
  position: absolute;
  right: 20px;
}
.collapsing > h2 svg {
  top: 20px;
}
.collapsing > h3 {
  background: #E3F2F7;
}
.collapsing > h3 svg {
  top: 12px;
}
.collapsing.open button {
  color: #FFF;
}
.collapsing.open > h2, .collapsing.open > h3 {
  background: #222B5A;
  color: #FFF;
}
.collapsing.open > h2 svg, .collapsing.open > h3 svg {
  top: 24px;
}
.collapsing.open > h3 svg {
  top: 14px;
}
.collapsing.closed .collapsing-content {
  display: none;
}

.training {
  font-size: 18px;
  line-height: 26px;
  padding: 20px;
}
.training ul {
  margin: 0;
}
.training li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.training p {
  margin: 10px 0;
}

/**
 * Home	
*/
.features {
  background: #222B5A;
}
.features .h1,
.features h1 {
  color: #FFF;
  font-size: 48px;
  line-height: 56px;
  margin: 0;
}
.features a {
  color: #FFF;
}
.features .swiper-slide .wrapper {
  align-items: center;
  display: flex;
}
.features .swiper-slide .wrapper a, .features .swiper-slide .wrapper img {
  display: block;
}
.features .swiper-slide .wrapper .h1, .features .swiper-slide .wrapper .slide-image {
  display: block;
  width: 50%;
}
.features .swiper-slide .wrapper .h1,
.features .swiper-slide .wrapper h1 {
  order: 1;
}
.features .swiper-slide .wrapper .slide-image {
  order: 2;
}
.features .swiper-pagination {
  bottom: 40px !important;
  text-align: left;
}
.features .swiper-pagination .swiper-pagination-bullet {
  background: #FFF;
  height: 28px;
  margin: 0 20px !important;
  opacity: 1 !important;
  vertical-align: middle;
  width: 28px;
}
.features .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #222B5A;
  border: 2px solid #FFF;
  height: 32px;
  width: 32px;
}

.features-pixels-desktop {
  left: 45%;
  position: absolute;
  top: -190px;
  width: 400px;
  z-index: 2;
}

.features-pixels-mobile {
  display: none !important;
}

.home-intro {
  padding: 40px 0;
}
.home-intro h2 {
  margin-bottom: 60px;
  width: 35%;
}

.home-intro-blurbs {
  display: flex;
  font-size: 28px;
  line-height: 40px;
}
.home-intro-blurbs .home-intro-blurbs-left {
  width: 45%;
}
.home-intro-blurbs .home-intro-blurbs-right {
  margin-left: auto;
  width: 45%;
}

.home-intro-blurb {
  display: flex;
  padding: 20px;
}
.home-intro-blurb .box {
  flex-shrink: 0;
}
.home-intro-blurb.c1 {
  text-align: right;
}
.home-intro-blurb.c1 .box {
  background: #EFBFBB;
  height: 100px;
  margin-left: 20px;
  width: 100px;
}
.home-intro-blurb.c2 p {
  order: 2;
}
.home-intro-blurb.c2 .box {
  background: #007F9F;
  height: 80px;
  margin-right: 20px;
  order: 1;
  width: 80px;
}
.home-intro-blurb.c3 {
  margin-top: 60px;
}
.home-intro-blurb.c3 p {
  order: 2;
}
.home-intro-blurb.c3 .box {
  background: #E45A52;
  height: 80px;
  margin-right: 20px;
  order: 1;
  width: 80px;
}
.home-intro-blurb.c4 {
  left: -100px;
  position: relative;
  text-align: right;
}
.home-intro-blurb.c4 .box {
  background: #FFC441;
  height: 60px;
  margin-left: 20px;
  width: 60px;
}

.home-links {
  margin-top: 100px;
}

/**
 * Toolkits	
*/
.toolkit-header {
  display: flex;
  margin-bottom: 2em;
}
.toolkit-header h1 {
  order: 1;
  margin-right: 20px;
}
.toolkit-header figure {
  flex-shrink: 0;
  margin: 0 0 0 auto;
  max-height: 200px;
  order: 2;
  width: 30%;
}
.toolkit-header figure img {
  height: 100%;
  margin: 0;
  object-fit: contain;
}

.toolkit-intro {
  align-items: flex-start;
  display: flex;
  margin-bottom: 60px;
}
.toolkit-intro .toolkit-intro-text {
  margin: 0;
  width: 75%;
}
.toolkit-intro .content {
  margin: 0;
}
.toolkit-intro #toolkitLanguage {
  margin-left: auto;
  width: 20%;
}

#toolkitLanguage {
  background: #007F9F;
  color: #FFF;
  font-size: 18px;
  line-height: 28px;
  padding: 20px;
}
#toolkitLanguage h3 {
  align-items: flex-start;
  display: flex;
  font-size: 21px;
  line-height: 26px;
}
#toolkitLanguage h3 svg {
  margin-left: auto;
}
#toolkitLanguage p:last-child {
  margin: 0;
}

#toolkitCaution {
  color: #222B5A;
  font-size: 18px;
  line-height: 28px;
}
#toolkitCaution h3 svg {
  margin-left: 10px;
}
#toolkitCaution p:last-child {
  margin: 0;
}

.toolkit-section-content li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 10px;
  padding: 0 10px;
}
.toolkit-section-content li a {
  border: 0;
  display: block;
  font-weight: 700;
  padding: 0 20px 0 0;
  position: relative;
}
.toolkit-section-content li a svg {
  position: absolute;
  right: 0;
}

.pdf-link {
  margin-bottom: 2em;
  margin-left: auto;
  max-width: 420px;
  padding-left: 30px;
  position: relative;
}
.pdf-link svg {
  color: #222B5A;
  font-size: 24px;
  left: 0;
  position: absolute;
  top: 5px;
}

.page-header + .pdf-link {
  max-width: none;
}

.toolkit-footer {
  border-top: 1px solid #E45A52;
  font-size: 18px;
  line-height: 28px;
  padding-top: 20px;
}

.search li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
}
.search li a {
  font-weight: 700;
}

.pagination {
  text-align: center;
}
.pagination a, .pagination span {
  display: inline-block;
  padding: 4px 12px;
}
.pagination a {
  border-bottom: 0;
}
.pagination span {
  color: #E45A52;
  font-weight: 700;
}

/**
 * Footer	
*/
.global-footer {
  padding: 40px 0;
}
.global-footer a {
  color: #FFF;
}

.footer-upper {
  border-bottom: 1px solid #FFF;
  display: flex;
  margin-bottom: 40px;
  padding-bottom: 40px;
  font-size: 18px;
  line-height: 26px;
}
.footer-upper ul {
  margin: 0;
}
.footer-upper li {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.footer-upper .footer-copyright {
  margin-right: 2.5641025641%;
  width: 31.6239316239%;
}
.footer-upper .footer-follow {
  margin-right: 2.5641025641%;
  width: 14.5299145299%;
}
.footer-upper .footer-follow li {
  display: inline-block;
  margin-right: 10px;
  padding: 0.5em 0;
}
.footer-upper .footer-follow li a {
  font-size: 28px;
}
.footer-upper .footer-nav {
  flex-grow: 1;
}
.footer-upper .footer-nav ul {
  display: flex;
  justify-content: space-between;
  text-align: right;
}
.footer-upper .footer-nav li {
  margin-left: 20px;
}

.footer-lower {
  display: flex;
  font-size: 18px;
  line-height: 26px;
}
.footer-lower .footer-left {
  width: 45%;
}
.footer-lower .footer-left img {
  width: 150px;
}
.footer-lower .footer-right {
  margin-left: auto;
  width: 45%;
}
.footer-lower .footer-right img {
  background: #FFF;
  display: block;
  margin-bottom: 10px;
  padding: 10px;
}
.footer-lower .footer-right .wage-logo {
  width: 420px;
}
.footer-lower .footer-right .canada-logo {
  width: 120px;
}

/**
 * Modals, etc	
*/
#safetyCheck {
  background: #FFF;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  color: #222B5A;
  font-size: 21px;
  line-height: 32px;
  margin: 0 auto;
  max-width: 1000px;
  padding: 40px 80px;
  position: relative;
}

.safety-check-content {
  display: flex;
}
.safety-check-content a {
  border-bottom: 2px solid #00627A;
  padding-bottom: 1px;
}
.safety-check-content a:hover {
  border-width: 3px;
  color: #000;
}
.safety-check-content a:visited {
  color: #52576F;
}

.safety-check-primary {
  width: 60%;
}
.safety-check-primary p:last-child {
  margin: 0;
}

.safety-check-link {
  font-size: 28px;
  line-height: 38px;
  margin-left: auto;
  width: 30%;
}
.safety-check-link p {
  margin: 0;
}

.mfp-close {
  font-size: 48px;
}

#exit {
  background: #DE342B;
  bottom: 0;
  color: #FFF;
  font: 700 18px/18px "Montserrat", sans-serif;
  padding: 12px 14px 8px;
  position: fixed;
  right: 0;
  z-index: 99;
}
#exit svg {
  font-size: 24px;
  margin-right: 10px;
  position: relative;
  top: -1px;
  vertical-align: middle;
}

@media screen and (max-width: 1170px) {
  .features .h1 {
    font-size: 36px;
    line-height: 46px;
  }
}
@media screen and (max-width: 960px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }
  h1 {
    font: 700 42px/50px "Montserrat", sans-serif;
  }
  h2 {
    font: 700 28px/36px "Montserrat", sans-serif;
  }
  h3 {
    font: 700 21px/28px "Montserrat", sans-serif;
  }
  #safetyCheck {
    font-size: 18px;
    line-height: 28px;
    padding: 40px;
  }
  .safety-check-content {
    display: block;
  }
  .safety-check-primary {
    margin-bottom: 20px;
    width: 100%;
  }
  .safety-check-link {
    font-size: 18px;
    line-height: 28px;
    width: 100%;
  }
  .callout {
    margin-left: -20px;
    margin-right: -20px;
  }
  .callout .sheltersafe-logo {
    float: right;
    position: static;
    width: 120px;
  }
  .features {
    background: #FFF;
    margin-bottom: 40px;
  }
  .features .h1 {
    color: #222B5A;
  }
  .features a {
    color: #222B5A;
  }
  .features .swiper-slide .wrapper {
    display: block;
    padding: 0;
  }
  .features .swiper-slide .wrapper .h1, .features .swiper-slide .wrapper .slide-image {
    padding: 0 20px;
    width: 100%;
  }
  .features .swiper-slide .wrapper .slide-image {
    background: #222B5A;
  }
  .features .swiper-slide .wrapper .slide-image img {
    margin: 0 auto;
    max-width: 100%;
  }
  .features .swiper-slide .wrapper .h1 {
    margin: 80px 0 20px;
  }
  .features .swiper-pagination {
    position: static;
    text-align: center;
  }
  .features .swiper-pagination .swiper-pagination-bullet {
    background: #222B5A;
  }
  .features .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FFF;
    border: 2px solid #222B5A;
  }
  .features-pixels-desktop {
    display: none;
  }
  .features-pixels-mobile {
    display: block !important;
    left: 50%;
    margin-left: -100px;
    margin-top: -100px;
    position: absolute;
    width: 200px;
  }
  .home-intro {
    padding: 40px 0;
  }
  .home-intro h2 {
    width: 100%;
  }
  .home-intro-blurbs {
    display: block;
    font-size: 21px;
    line-height: 32px;
  }
  .home-intro-blurbs .home-intro-blurbs-left, .home-intro-blurbs .home-intro-blurbs-right {
    width: 100%;
  }
  .home-intro-blurbs-right {
    margin-top: -40px;
  }
  .home-intro-blurb {
    display: flex;
    padding: 20px 0;
  }
  .home-intro-blurb p {
    margin: 0;
  }
  .home-intro-blurb.c3 {
    text-align: right;
  }
  .home-intro-blurb.c3 .box {
    margin: 0 0 0 20px;
    order: 2;
  }
  .home-intro-blurb.c4 {
    left: auto;
    position: static;
    text-align: left;
  }
  .home-intro-blurb.c4 .box {
    margin: 0 20px 0 0;
    order: 1;
  }
  .home-intro-blurb.c4 p {
    order: 2;
  }
  .home-intro-blurb .box {
    height: 80px !important;
    width: 80px !important;
  }
  .home-links {
    margin-top: 60px;
  }
  main {
    padding: 40px 0;
  }
  .content {
    margin: 0;
  }
  .global-footer {
    padding: 20px 0;
  }
  .footer-upper {
    flex-wrap: wrap;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .footer-upper .footer-copyright {
    order: 3;
    margin-right: 0;
    width: 100%;
  }
  .footer-upper .footer-follow {
    margin-bottom: 20px;
    margin-right: 0;
    order: 1;
    width: 100%;
  }
  .footer-upper .footer-nav {
    margin-bottom: 20px;
    order: 2;
  }
  .footer-upper .footer-nav ul {
    flex-wrap: wrap;
    justify-content: flex-start;
    text-align: left;
  }
  .footer-upper .footer-nav li {
    margin-left: 0;
    margin-right: 20px;
  }
  .footer-lower {
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 22px;
  }
  .footer-lower .footer-left {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
  }
  .footer-lower .footer-left img {
    margin-bottom: 20px;
    order: 1;
  }
  .footer-lower .footer-left p {
    order: 2;
  }
  .footer-lower .footer-right {
    margin-: auto;
    width: 100%;
  }
  .footer-lower .footer-right .wage-logo {
    width: 420px;
  }
  .footer-lower .footer-right .canada-logo {
    width: 120px;
  }
  .page-header {
    display: block;
    margin-bottom: 60px;
  }
  .page-header img {
    margin-bottom: 20px;
    margin-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .toolkit-page .page-header img {
    margin: 0 0 20px 0;
  }
  .toolkit-header {
    display: block;
  }
  .toolkit-header h1 {
    margin-right: 0;
  }
  .toolkit-header figure {
    margin: 0 0 20px;
    max-height: none;
    text-align: center;
    width: 100%;
  }
  .toolkit-header figure img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
  }
  .toolkit-intro {
    display: block;
    margin-bottom: 40px;
  }
  .toolkit-intro .toolkit-intro-text {
    margin: 0 0 20px;
    width: 100%;
  }
  .toolkit-intro #toolkitLanguage {
    margin-left: -20px;
    margin-right: -20px;
    width: auto;
  }
  #toolkitLanguage {
    font-size: 16px;
    line-height: 26px;
  }
  .toolkit-footer, #toolkitCaution {
    font-size: 16px;
    line-height: 26px;
  }
  .toolkits, .videos {
    display: block;
  }
  .toolkits li, .videos li {
    margin-right: 0;
    width: auto;
  }
  .toolkits li h3, .videos li h3 {
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 760px) {
  .global-nav-scrolling-container {
    padding-bottom: 3em;
  }
  .big-links {
    display: block;
  }
  .big-links li {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 20px;
    margin-right: 0;
    width: 100%;
  }
  .big-links li:last-child {
    margin-bottom: 0;
  }
  .band {
    margin-bottom: 40px;
    padding: 20px 0;
  }
  .band .big-links li {
    margin-right: 0;
    width: 100%;
  }
  .band .big-links a {
    padding: 0 0 60px;
  }
  .toolkits li {
    flex-wrap: wrap;
    margin-right: 0 !important;
  }
  .toolkits .toolkit-thumbnail {
    margin-bottom: 10px;
    width: 100%;
  }
  .toolkits .toolkit-thumbnail img {
    margin: 0 auto;
    max-width: 100%;
    width: 100%;
  }
  .toolkits .toolkit-summary {
    width: 100%;
  }
  .toolkits .toolkit-summary p {
    font-size: 16px;
    line-height: 26px;
  }
}
@media screen and (max-width: 640px) {
  .alternate-menu .global-header .global-nav {
    left: 0;
    width: 100%;
  }
  .mobile-bleed {
    margin-left: -20px;
    margin-right: -20px;
  }
  figure.left, figure.right {
    float: none;
    margin: 0 0 1em;
    width: auto;
  }
}
@page {
  margin: 0.5in 0.5in;
  size: letter;
}
@media print {
  body {
    background: #FFF;
    color: #000;
    font-size: 12px;
    line-height: 18px;
    padding: 0 !important;
  }
  main {
    color: #000;
  }
  main .body.in-menu {
    opacity: 1 !important;
  }
  .wrapper {
    padding: 0;
  }
  .content {
    margin: 0;
    width: 100%;
  }
  .global-header {
    padding: 0;
    position: static !important;
  }
  .logo, .mfp-bg, .global-nav, .breadcrumbs, .alternate-menu-open, .pdf-link, .footer-follow, .footer-nav, .footer-left, #exit, #safetyCheck, #toolkitCaution, #accessibilityTrigger {
    display: none !important;
  }
  .global-footer {
    background: #FFF;
    border-top: 1px solid #007F9F;
    color: #007F9F;
  }
  .global-footer .footer-upper {
    border: 0;
    margin-bottom: 20px;
    padding-bottom: 0;
  }
  .global-footer .footer-copyright, .global-footer .footer-right {
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    width: 100%;
  }
  .global-footer .footer-right .wage-logo {
    display: inline-block;
    margin-right: 20px;
    width: 210px;
  }
  .global-footer .footer-right .canada-logo {
    display: inline-block;
    width: 60px;
  }
  .print-only {
    display: block;
  }
  .print-header {
    width: 100%;
  }
  .toolkit-header {
    margin: 0;
  }
  .richtext {
    margin-bottom: 2em;
  }
  .h1, h1, .toolkit-header h1 {
    font-size: 32px;
    line-height: 38px;
    margin: 0.1in 0 0.25in;
  }
  h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0.1in 0 0.25in;
  }
  h3 {
    font-size: 18px;
    line-height: 20px;
    margin: 0.1in 0 0.25in;
  }
  .page-header {
    margin-bottom: 0;
  }
  .page-header .h1, .page-header h1 {
    width: 100%;
  }
  .page-header img {
    display: none;
  }
  .toolkit-intro {
    display: block;
  }
  .toolkit-intro .toolkit-intro-text {
    width: 100%;
  }
  #toolkitLanguage {
    background: #FFF;
    border: 1px solid #007F9F;
    color: #222B5A;
    display: block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 0.5in;
    page-break-inside: avoid;
    padding: 20px;
    position: static;
    width: 100% !important;
  }
  .toolkit-footer {
    border-color: #007F9F;
    font-size: 12px;
    line-height: 18px;
  }
  .band {
    background: #FFF;
    color: #222B5A;
    padding: 0;
  }
  .collapsing h2, .collapsing h3 {
    background: #FFF;
    color: #222B5A !important;
    padding: 0;
  }
  .collapsing h2 svg, .collapsing h3 svg {
    display: none;
  }
  .collapsing .collapsing-content {
    display: block !important;
    padding-bottom: 1em !important;
  }
}
