@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700&family=Oswald:wght@500&display=swap');
/* ======================================================================
Utility
====================================================================== */
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: "Lato", sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

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

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1, .style-h1, .content h1, .content .style-h1 {
  font-size: 2em;
  margin: 0.67em 0;
  font-family: "Oswald", "Open Sans";
}
h2,h3,h4 {
  font-family: "Oswald", "Open Sans";
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

.links-wrap a:visited, .links-wrap a:hover {
	color: #fff !important;
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

body .btn {
	background-color: #DA291C;
}

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 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 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on OS X.
 */
[type=search]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

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

.nav-legal__list, .nav-utility__list, .social__list {
  list-style: none;
  padding-right: 0;
  padding-left: 0;
}
.nav-legal__list li, .nav-utility__list li, .social__list li {
  display: inline-block;
}

.footer-cta__item--has-img, .site-footer::before, .site-header.header-display-graphic::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.module-item__img__inner::before, .module-item__img__inner::after {
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

/* ======================================================================
Vendor
====================================================================== */
/* ======================================================================
Base
====================================================================== */
/* =================================================================================
  12 column grid
  --------------
  Based on display: inline-block; and font-size: 0; + font-size: 1rem;
================================================================================= */
.container {
  width: 100%;
  max-width: 1270px;
  margin: 0 auto;
  padding: 0 10px;
}

.columns {
  font-size: 0;
  margin-right: -1.8vw;
  margin-left: -1.8vw;
}

.col {
  display: inline-block;
  width: calc(100% - 3.6vw);
  vertical-align: top;
  margin-right: 1.8vw;
  margin-left: 1.8vw;
  font-size: 1rem;
}

.col-1 {
  width: calc(8.333% - 3.6vw);
}

.col-2 {
  width: calc(16.666% - 3.6vw);
}

.col-3 {
  width: calc(25% - 3.6vw);
}

.col-4 {
  width: calc(33.333% - 3.6vw);
}

.col-5 {
  width: calc(41.666% - 3.6vw);
}

.col-6 {
  width: calc(50% - 3.6vw);
}

.col-7 {
  width: calc(58.333% - 3.6vw);
}

.col-8 {
  width: calc(66.666% - 3.6vw);
}

.col-9 {
  width: calc(75% - 3.6vw);
}

.col-10 {
  width: calc(83.333% - 3.6vw);
}

.col-11 {
  width: calc(91.666% - 3.6vw);
}

.col-12 {
  width: calc(100% - 3.6vw);
}

.col-offset-0 {
  margin-left: 1.8vw;
}

.col-offset-1 {
  margin-left: calc(8.333% + 1.8vw);
}

.col-offset-2 {
  margin-left: calc(16.666% + 1.8vw);
}

.col-offset-3 {
  margin-left: calc(25% + 1.8vw);
}

.col-offset-4 {
  margin-left: calc(33.333% + 1.8vw);
}

.col-offset-5 {
  margin-left: calc(41.666% + 1.8vw);
}

.col-offset-6 {
  margin-left: calc(50% + 1.8vw);
}

.col-offset-7 {
  margin-left: calc(58.333% + 1.8vw);
}

.col-offset-8 {
  margin-left: calc(66.666% + 1.8vw);
}

.col-offset-9 {
  margin-left: calc(75% + 1.8vw);
}

.col-offset-10 {
  margin-left: calc(83.333% + 1.8vw);
}

.col-offset-11 {
  margin-left: calc(91.666% + 1.8vw);
}

@media only screen and (min-width: 350px) {
  .container {
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media only screen and (min-width: 480px) {
  .col-sm-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-sm-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-sm-3 {
    width: calc(25% - 3.6vw);
  }

  .col-sm-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-sm-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-sm-6 {
    width: calc(50% - 3.6vw);
  }

  .col-sm-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-sm-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-sm-9 {
    width: calc(75% - 3.6vw);
  }

  .col-sm-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-sm-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-sm-12 {
    width: calc(100% - 3.6vw);
  }

  .col-sm-offset-0 {
    margin-left: 1.8vw;
  }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-sm-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-sm-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-sm-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 768px) {
  .container {
    padding-left: 35px;
    padding-right: 35px;
  }

  .col-md-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-md-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-md-3 {
    width: calc(25% - 3.6vw);
  }

  .col-md-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-md-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-md-6 {
    width: calc(50% - 3.6vw);
  }

  .col-md-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-md-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-md-9 {
    width: calc(75% - 3.6vw);
  }

  .col-md-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-md-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-md-12 {
    width: calc(100% - 3.6vw);
  }

  .col-md-offset-0 {
    margin-left: 1.8vw;
  }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-md-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-md-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-md-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 991px) {
  .col-lg-1 {
    width: calc(8.333% - 3.6vw);
  }

  .col-lg-2 {
    width: calc(16.666% - 3.6vw);
  }

  .col-lg-3 {
    width: calc(25% - 3.6vw);
  }

  .col-lg-4 {
    width: calc(33.333% - 3.6vw);
  }

  .col-lg-5 {
    width: calc(41.666% - 3.6vw);
  }

  .col-lg-6 {
    width: calc(50% - 3.6vw);
  }

  .col-lg-7 {
    width: calc(58.333% - 3.6vw);
  }

  .col-lg-8 {
    width: calc(66.666% - 3.6vw);
  }

  .col-lg-9 {
    width: calc(75% - 3.6vw);
  }

  .col-lg-10 {
    width: calc(83.333% - 3.6vw);
  }

  .col-lg-11 {
    width: calc(91.666% - 3.6vw);
  }

  .col-lg-12 {
    width: calc(100% - 3.6vw);
  }

  .col-lg-offset-0 {
    margin-left: 1.8vw;
  }

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 1.8vw);
  }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 1.8vw);
  }

  .col-lg-offset-3 {
    margin-left: calc(25% + 1.8vw);
  }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 1.8vw);
  }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 1.8vw);
  }

  .col-lg-offset-6 {
    margin-left: calc(50% + 1.8vw);
  }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 1.8vw);
  }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 1.8vw);
  }

  .col-lg-offset-9 {
    margin-left: calc(75% + 1.8vw);
  }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 1.8vw);
  }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 1.8vw);
  }
}
@media only screen and (min-width: 1199px) {
  .columns {
    margin-right: -22px;
    margin-left: -22px;
  }

  .col {
    width: calc(100% - 44px);
    margin-right: 22px;
    margin-left: 22px;
  }

  .col-1 {
    width: calc(8.333% - 44px);
  }

  .col-2 {
    width: calc(16.666% - 44px);
  }

  .col-3 {
    width: calc(25% - 44px);
  }

  .col-4 {
    width: calc(33.333% - 44px);
  }

  .col-5 {
    width: calc(41.666% - 44px);
  }

  .col-6 {
    width: calc(50% - 44px);
  }

  .col-7 {
    width: calc(58.333% - 44px);
  }

  .col-8 {
    width: calc(66.666% - 44px);
  }

  .col-9 {
    width: calc(75% - 44px);
  }

  .col-10 {
    width: calc(83.333% - 44px);
  }

  .col-11 {
    width: calc(91.666% - 44px);
  }

  .col-12 {
    width: calc(100% - 44px);
  }

  .col-offset-0 {
    margin-left: 22px;
  }

  .col-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-sm-1 {
    width: calc(8.333% - 44px);
  }

  .col-sm-2 {
    width: calc(16.666% - 44px);
  }

  .col-sm-3 {
    width: calc(25% - 44px);
  }

  .col-sm-4 {
    width: calc(33.333% - 44px);
  }

  .col-sm-5 {
    width: calc(41.666% - 44px);
  }

  .col-sm-6 {
    width: calc(50% - 44px);
  }

  .col-sm-7 {
    width: calc(58.333% - 44px);
  }

  .col-sm-8 {
    width: calc(66.666% - 44px);
  }

  .col-sm-9 {
    width: calc(75% - 44px);
  }

  .col-sm-10 {
    width: calc(83.333% - 44px);
  }

  .col-sm-11 {
    width: calc(91.666% - 44px);
  }

  .col-sm-12 {
    width: calc(100% - 44px);
  }

  .col-sm-offset-0 {
    margin-left: 22px;
  }

  .col-sm-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-sm-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-sm-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-sm-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-sm-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-sm-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-sm-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-sm-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-sm-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-sm-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-sm-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-md-1 {
    width: calc(8.333% - 44px);
  }

  .col-md-2 {
    width: calc(16.666% - 44px);
  }

  .col-md-3 {
    width: calc(25% - 44px);
  }

  .col-md-4 {
    width: calc(33.333% - 44px);
  }

  .col-md-5 {
    width: calc(41.666% - 44px);
  }

  .col-md-6 {
    width: calc(50% - 44px);
  }

  .col-md-7 {
    width: calc(58.333% - 44px);
  }

  .col-md-8 {
    width: calc(66.666% - 44px);
  }

  .col-md-9 {
    width: calc(75% - 44px);
  }

  .col-md-10 {
    width: calc(83.333% - 44px);
  }

  .col-md-11 {
    width: calc(91.666% - 44px);
  }

  .col-md-12 {
    width: calc(100% - 44px);
  }

  .col-md-offset-0 {
    margin-left: 22px;
  }

  .col-md-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-md-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-md-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-md-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-md-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-md-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-md-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-md-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-md-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-md-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-md-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-lg-1 {
    width: calc(8.333% - 44px);
  }

  .col-lg-2 {
    width: calc(16.666% - 44px);
  }

  .col-lg-3 {
    width: calc(25% - 44px);
  }

  .col-lg-4 {
    width: calc(33.333% - 44px);
  }

  .col-lg-5 {
    width: calc(41.666% - 44px);
  }

  .col-lg-6 {
    width: calc(50% - 44px);
  }

  .col-lg-7 {
    width: calc(58.333% - 44px);
  }

  .col-lg-8 {
    width: calc(66.666% - 44px);
  }

  .col-lg-9 {
    width: calc(75% - 44px);
  }

  .col-lg-10 {
    width: calc(83.333% - 44px);
  }

  .col-lg-11 {
    width: calc(91.666% - 44px);
  }

  .col-lg-12 {
    width: calc(100% - 44px);
  }

  .col-lg-offset-0 {
    margin-left: 22px;
  }

  .col-lg-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-lg-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-lg-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-lg-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-lg-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-lg-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-lg-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-lg-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-lg-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-lg-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-lg-offset-11 {
    margin-left: calc(91.666% + 22px);
  }

  .col-xl-1 {
    width: calc(8.333% - 44px);
  }

  .col-xl-2 {
    width: calc(16.666% - 44px);
  }

  .col-xl-3 {
    width: calc(25% - 44px);
  }

  .col-xl-4 {
    width: calc(33.333% - 44px);
  }

  .col-xl-5 {
    width: calc(41.666% - 44px);
  }

  .col-xl-6 {
    width: calc(50% - 44px);
  }

  .col-xl-7 {
    width: calc(58.333% - 44px);
  }

  .col-xl-8 {
    width: calc(66.666% - 44px);
  }

  .col-xl-9 {
    width: calc(75% - 44px);
  }

  .col-xl-10 {
    width: calc(83.333% - 44px);
  }

  .col-xl-11 {
    width: calc(91.666% - 44px);
  }

  .col-xl-12 {
    width: calc(100% - 44px);
  }

  .col-xl-offset-0 {
    margin-left: 22px;
  }

  .col-xl-offset-1 {
    margin-left: calc(8.333% + 22px);
  }

  .col-xl-offset-2 {
    margin-left: calc(16.666% + 22px);
  }

  .col-xl-offset-3 {
    margin-left: calc(25% + 22px);
  }

  .col-xl-offset-4 {
    margin-left: calc(33.333% + 22px);
  }

  .col-xl-offset-5 {
    margin-left: calc(41.666% + 22px);
  }

  .col-xl-offset-6 {
    margin-left: calc(50% + 22px);
  }

  .col-xl-offset-7 {
    margin-left: calc(58.333% + 22px);
  }

  .col-xl-offset-8 {
    margin-left: calc(66.666% + 22px);
  }

  .col-xl-offset-9 {
    margin-left: calc(75% + 22px);
  }

  .col-xl-offset-10 {
    margin-left: calc(83.333% + 22px);
  }

  .col-xl-offset-11 {
    margin-left: calc(91.666% + 22px);
  }
}
* {
  box-sizing: border-box;
}

html, body {
  min-height: 100%;
  overflow-x: hidden;
  /* mobile menu */
  background: #362E49;
}

html {
  height: 100%;
  font-size: 100%;
  font-family: "Lato", sans-serif;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  line-height: 1.5;
}
@media (min-width: 991px) {
  html {
    font-size: 112.5%;
  }
}

body {
  margin: 0;
  overflow: hidden;
}

.body-overlay {
  position: relative;
  background: #fff;
  transition: transform 0.25s cubic-bezier(0.54, 0.12, 0.2, 1) 0s;
}

@media (min-width: 768px) {
  .site-columns {
    min-height: 45vh;
  }
}

.content-container, .c-content-boxes__inner, .component--width-default .c-text-editor__inner {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}

p {
  margin: 1.5em 0;
}

h1, .style-h1, .content h1, .content .style-h1, h2, .style-h2, .content h2, .content .style-h2, h3, .style-h3, .content h3, .content .style-h3, h4, .style-h4, h5, .style-h5, h6 {
  line-height: 1.25;
}

h1, .style-h1, .content h1, .content .style-h1 {
  margin: 0.625em 0;
  font-size: 2rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  h1, .style-h1, .content h1, .content .style-h1 {
    font-size: 2.5rem;
  }
}
@media (min-width: 1199px) {
  h1, .style-h1, .content h1, .content .style-h1 {
    font-size: 2.77rem;
  }
}

h2, .style-h2, .content h2, .content .style-h2 {
  margin: 0.625em 0;
  font-size: 1.6rem;
  font-weight: 900;
}
@media (min-width: 768px) {
  h2, .style-h2, .content h2, .content .style-h2 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1199px) {
  h2, .style-h2, .content h2, .content .style-h2 {
    font-size: 2rem;
  }
}

h3, .style-h3, .content h3, .content .style-h3 {
  margin: 0.625em 0;
  font-size: 1.3rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  h3, .style-h3, .content h3, .content .style-h3 {
    font-size: 1.35rem;
  }
}
@media (min-width: 1199px) {
  h3, .style-h3, .content h3, .content .style-h3 {
    font-size: 1.44rem;
  }
}

h4, .style-h4 {
  margin: 0.938em 0;
  font-size: 1.122em;
  font-weight: 600;
}

h5, .style-h5 {
  margin: 0.938em 0;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5;
}
@media (min-width: 768px) {
  h5, .style-h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1199px) {
  h5, .style-h5 {
    font-size: 1.33rem;
  }
}

h6 {
  margin: 0.938em 0;
  font-size: 1em;
  line-height: 1.125;
}

p + h2, p + .style-h2, .content p + h2, .content p + .style-h2,
p + h3,
p + .style-h3,
.content p + h3,
.content p + .style-h3,
p + h4,
p + .style-h4,
p + h5,
p + .style-h5,
p + h6 {
  margin-top: 1.875em;
}

ul, ol {
  margin: 1.25em 0 0.625em;
}

hr {
  height: 2px;
  margin: 2rem 0;
  border: none;
  background: #e04312;
}
@media (min-width: 768px) {
  hr {
    margin: 3rem 0;
  }
}

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

figure {
  margin: 2em 0;
  max-width: 100%;
}

.fluid-width-video-wrapper {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

a:focus,
a img,
input:focus,
textarea:focus,
button:focus {
  outline: 0 none;
  /*Chrome Outline Fix*/
}

input:not([type=radio]):not([type=checkbox]),
textarea,
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
}

input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
textarea {
  width: 100%;
  outline: none;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  padding: 0.4em 0.5em;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}

button {
  font-size: 1em;
  cursor: pointer;
}

::-webkit-input-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

::-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-moz-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-ms-input-placeholder {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:-moz-placeholder-shown {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

:placeholder-shown {
  color: #bbb;
  font-weight: 300;
  font-style: italic;
}

.table__wrap {
  width: 100%;
  overflow-x: scroll;
  margin: 1rem 0 2rem;
}
.table__wrap table {
  width: auto !important;
  min-width: 100%;
  height: auto !important;
  border-collapse: collapse;
  font-size: 0.8rem;
  line-height: 1.4;
}
.table__wrap thead,
.table__wrap tfoot {
  background: #6259ec;
  color: #fff;
}
.table__wrap thead {
  font-weight: 700;
  text-transform: uppercase;
}
.table__wrap tfoot td,
.table__wrap tfoot th {
  padding-top: 0.7em;
  padding-bottom: 0.7em;
}
.table__wrap td,
.table__wrap th {
  border: 1px solid #ccc;
  padding: 1.1em 1.2em;
  text-align: left;
}
.table__wrap th {
  min-width: 150px;
  max-width: 300px;
}
@media (min-width: 768px) {
  .table__wrap th {
    min-width: 200px;
    max-width: 500px;
  }
}
.table__wrap td {
  min-width: 175px;
}
.table__wrap tbody tr:nth-child(even) {
  background: #f0efef;
}
.table__wrap tbody td,
.table__wrap tbody th {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.hidden-text {
  position: absolute;
  left: -99999px;
}

.objectfit--contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.objectfit--cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.objectfit-shiv--contain {
  background-size: contain;
  background-position: center;
}
.objectfit-shiv--cover {
  background-size: cover;
  background-position: center;
}

.visible-print,
.visible-print-block,
.visible-print-inline,
.visible-print-inline-block {
  display: none !important;
}


.bg-color--purple a.btn {
	color: #000 !important;
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }

  @page {
    margin: 0.5cm;
  }
  /* a, a:visited { text-decoration: underline; } */
  .content a[href]:after {
    content: " (" attr(href) ")";
  }

  abbr[title]:after {
    content: " (" attr(title) ")";
  }

  a[href^="javascript:"]:after, a[href^="#"]:after {
    content: "";
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  p, h2, .style-h2, .content h2, .content .style-h2, h3, .style-h3, .content h3, .content .style-h3 {
    orphans: 3;
    widows: 3;
  }

  h2, .style-h2, .content h2, .content .style-h2, h3, .style-h3, .content h3, .content .style-h3 {
    page-break-after: avoid;
  }

  .site-header .header-logo a:after {
    content: "";
  }

  .hidden-print {
    display: none !important;
  }

  table.visible-print {
    display: table;
  }

  tr.visible-print {
    display: table-row !important;
  }

  th.visible-print, td.visible-print {
    display: table-cell !important;
  }

  .visible-print-block {
    display: block !important;
  }

  .visible-print-inline {
    display: inline !important;
  }

  .visible-print-inline-block {
    display: inline-block !important;
  }
}
/* ======================================================================
Components
====================================================================== */
.aligncenter,
div.aligncenter {
  display: block;
  clear: both;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.alignright,
.alignleft {
  display: block;
  margin: 1rem auto;
}

@media (min-width: 480px) {
  .alignright {
    display: inline;
    float: right;
    margin: 0.4em 0 0.6em 1.5em;
  }
}

@media (min-width: 480px) {
  .alignleft {
    display: inline;
    float: left;
    margin: 0.4em 1.5em 0.6em 0;
  }
}

.wp-caption.alignleft {
  margin-bottom: 1em;
}

.wp-caption.alignright {
  margin-bottom: 1em;
}

.wp-caption.alignright img,
.wp-caption.alignleft img {
  display: block;
}

.wp-caption .wp-caption-text {
  padding: 0.5em 0.5em 0 0.5em;
  color: #888;
  font-size: 0.8em;
  text-align: left;
  font-style: italic;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
  /* Above WP toolbar. */
}

.col-md-4 img {
	padding:20%;
}
.content > *:first-child {
  margin-top: 0;
}
.content > *:last-child {
  margin-bottom: 0;
}
.content a {
  text-decoration: underline;
}
.content a:hover, .content a:focus {
  text-decoration: underline;
}
.content h1, .content .style-h1 {
  margin-top: 1.3em;
}
.content h3, .content .style-h3 {
  margin-top: 3em;
  border-bottom: 2px solid #DA291C;
  padding-bottom: 0.6em;
}
.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
  margin-top: 1em;
  margin-bottom: 0;
}
.content li {
  margin-bottom: 1em;
  line-height: 1.5;
}
.content blockquote {
  margin: 3em 0;
  padding: 1em 2em;
  border-top: 2px solid #DA291C;
  border-bottom: 2px solid #DA291C;
  font-size: 1.33rem;
  font-family: "Cormorant Garamond", serif;
  font-style: italic;
}
.content blockquote > *:first-child {
  margin-top: 0;
}
.content blockquote > *:last-child {
  margin-bottom: 0;
}
.content blockquote p {
  margin-top: 1em;
  margin-bottom: 1em;
}
.content blockquote cite {
  font-size: 0.8em;
}
.content .btn {
  text-decoration: none;
}
.content .btn:hover, .content .btn:focus {
  text-decoration: none;
}
.content .footnote {
  margin-top: 3em;
  font-size: 0.85em;
  font-style: italic;
  line-height: 1.3;
}

.content-light .content,
.content-light.content {
  color: #000;
}
.content-light .content a,
.content-light.content a {
  color: #000;
}
.content-light .content a:hover, .content-light .content a:focus,
.content-light.content a:hover,
.content-light.content a:focus {
  color: #F2DA1F;
}
.content-light .content h3, .content-light .content .style-h3,
.content-light .content blockquote,
.content-light.content h3,
.content-light.content .style-h3,
.content-light.content blockquote {
  border-color: #000;
}
.content-light .content hr,
.content-light.content hr {
  background-color: #fff;
}
.content-light .content .wp-caption .wp-caption-text,
.content-light.content .wp-caption .wp-caption-text {
  color: #000;
}
.content-light .content .btn,
.content-light.content .btn {
  color: #000;
}
.content-light .content .btn:hover, .content-light .content .btn:focus,
.content-light.content .btn:hover,
.content-light.content .btn:focus {
  color: #000;
}

a {
  color: #DA291C;
  text-decoration: none;
  transition: color 0.25s;
}
a:hover, a:focus, a:visited {
  color: #4191a3;
  text-decoration: none;
}

a.link-passive,
a.link-passive:visited,
a.link-passive:hover,
a.link-passive:focus,
a.link-passive:active {
  color: inherit;
  text-decoration: inherit;
}

.btn {
  display: inline-block;
  padding: 0.5em 2em;
  border: none;
  border-radius: 2000px;
  background-color: #ff6823;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s;
}
.btn:hover, .btn:focus {
  background-color: #4191a3;
  color: #000;
}

.searchform {
  max-width: 300px;
}

.searchform__group {
  position: relative;
  border: 1px solid #d7d7d7;
}

input.searchform__field {
  display: block;
  border: none;
  padding-right: 3em;
}

.searchform__btn {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding-right: 0.75em;
  padding-left: 0.75em;
  border: none;
  border-left: 1px solid #d7d7d7;
  border-radius: 0;
  background: transparent;
  color: #ccc;
}

.social__list {
  margin: 1rem 0;
}
@media (min-width: 1199px) {
  .social__list {
    margin: 0;
  }
}

.social__link {
  padding: 0.2rem;
}

.social-share .social-share__label,
.social-share .social__list {
  display: inline-block;
}

.site-header {
  position: relative;
  z-index: 100;
}
.site-header.header-display-graphic::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.333rem;
  background-image: url("/wp-content/uploads/jf_line.png");
background-size: 100% 100%;
}
.site-header .container {
  position: relative;
}

.site-header__top {
  padding-top: 0.5rem;
  padding-bottom: 0.75rem;
  background: #e04312;
}

.lang-switcher__sc-wrap {
  font-size: 0.8rem;
}
.lang-switcher__sc-wrap > div {
  width: 150px;
  margin-left: auto;
  border-bottom: 1px solid #fff;
}
.lang-switcher__sc-wrap a.wpml-ls-item-toggle {
  border: none;
  background: transparent;
  color: #fff;
}
.lang-switcher__sc-wrap a.wpml-ls-item-toggle:hover, .lang-switcher__sc-wrap a.wpml-ls-item-toggle:focus {
  background: transparent;
  color: #fff;
}

.container--header-primary {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0px;
  padding-bottom: 1.25rem;
}

.header-logo {
  width: 200px;
  padding: 0;
}
@media (min-width: 768px) {
  .header-logo {
    width: 250px;
  }
}
@media (min-width: 1199px) {
  .header-logo {
    width: 300px;
  }
}
.header-logo img {
  max-width: 100%;
  height: auto;
}

.header-utility {
  display: none;
}


.image-content__image-wrap.col.col-md-6 img {
	max-width:60% !important;
}
.image-content--image-right .image-content__image-wrap.col.col-md-6 img {
	float: right;
}
@media (min-width: 1199px) {
  .header-utility {
    display: block;
    position: absolute;
    top: 0;
    right: 20rem;
  }
}

.nav-utility__list {
  margin: 0;
  padding: 0;
}
.nav-utility__list .menu-item {
  margin: 0 0.5rem;
}

.header-search {
  position: relative;
  margin: 1rem 0;
  width: 100%;
}
@media (min-width: 1199px) {
  .header-search {
    position: absolute;
    top: 0;
    right: 35px;
    margin: 0;
    width: 15rem;
  }
}

.social--header {
  position: static;
}
@media (min-width: 1199px) {
  .social--header {
    position: absolute;
    top: 4rem;
    right: 35px;
    display: inline-block;
  }
}

.nav-main--active .body-overlay {
  transform: translateX(-270px);
}
@media (min-width: 1199px) {
  .nav-main--active .body-overlay {
    transform: none;
  }
}

.nav-main {
  position: absolute;
  right: -270px;
  top: 0;
  z-index: 101;
  display: block;
  margin: 0;
  padding: 0.7rem;
  width: 270px;
  background: #362E49;
  overflow-x: hidden;
}
@media (min-width: 1199px) {
  .nav-main {
    position: relative;
    right: calc(-1.25 * 0.88rem );
    padding: 0;
    width: auto;
    background: transparent;
    overflow-x: visible;
  }
}

.nav-main__list {
  list-style: none;
  margin: 0;
  padding: 0;
  font-size: 0;
}

.nav-main__list--mobile {
  display: block;
}
@media (min-width: 1199px) {
  .nav-main__list--mobile {
    display: none;
  }
}

.nav-main__list--primary {
  display: none;
}
@media (min-width: 1199px) {
  .nav-main__list--primary {
    display: block;
  }
}

.nav-main__item {
  position: relative;
  display: block;
  font-size: 0.88rem;
}
.nav-main__item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
@media (min-width: 1199px) {
  .nav-main__item {
    border-bottom: none;
  }
}
@media (min-width: 1199px) {
  .nav-main__item {
    display: inline-block;
  }
}

.nav-main__item a {
  color: #fff;
}
@media (min-width: 1199px) {
  .nav-main__item a {
    color: #000;
  }
  .nav-main__item a:hover, .nav-main__item a:focus {
    color: #e04312;
  }
}

.nav-main__item > a {
  display: block;
  padding: 1em 0;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 1199px) {
  .nav-main__item > a {
    display: inline-block;
    padding: 0.5rem 1.25rem;
  }
}

@media (min-width: 1199px) {
  .nav-main__item.current-menu-item > a,
.nav-main__item.current-menu-ancestor > a,
.nav-main__item--active > a {
    color: #e04312;
  }
}

.nav-main__item--parent > a::after {
  content: "";
  margin-left: 0.75em;
  font: 900 0.9em/1 "Black Tie";
  opacity: 0.2;
  transition: opacity 0.25s;
}

.nav-main__item--parent > a:hover::after,
.nav-main__item--parent.nav-main__item--active > a::after {
  opacity: 1;
}

.nav-main__item--parent--mega {
  position: static;
}

.nav-main__submenu {
  display: none;
  width: auto;
  height: auto;
  background: none;
  box-shadow: 0 0 0 0 transparent;
  opacity: 1;
}
@media (min-width: 1199px) {
  .nav-main__submenu {
    position: absolute;
    top: calc(100% + 1.1rem);
    left: 50%;
    z-index: -10;
    display: block;
    min-width: 15rem;
    height: 0;
    border-radius: 5px;
    background: #e04312;
    overflow: hidden;
    opacity: 0;
    transform: translateX(-50%);
    transition: opacity 0.5s;
  }
  .nav-main__submenu::before {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e04312 transparent;
    transform: translateX(-50%);
  }
}

.nav-main__item--active .nav-main__submenu {
  z-index: 1;
  height: auto;
  overflow: visible;
  opacity: 1;
}

.nav-main__submenu--right {
  left: auto;
  right: 0;
}

@media (min-width: 1199px) {
  .nav-main__submenu--mega {
    left: -1px;
    width: calc(100vw + 2px);
  }
}
@media (min-width: 1270px) {
  .nav-main__submenu--mega {
    left: calc( (100vw - 1270px) / -2 - 1px );
  }
}

.nav-main__submenu ul {
  list-style: none;
  margin: 0;
  padding: 1em 0;
}

.nav-main__submenu li {
  display: inline;
}

.nav-main__submenu a {
  display: block;
  padding: 0.7rem 0.7em 0.7em 1em;
  font-size: 0.9em;
  text-decoration: none;
}
@media (min-width: 1199px) {
  .nav-main__submenu a {
    padding: 0.75em 1em;
    color: #fff;
    transition: background 0.25s;
  }
  .nav-main__submenu a:hover, .nav-main__submenu a:focus {
    background: #bc4526;
    color: #fff;
  }
}

.toggle-nav-main {
  position: relative;
  right: -8px;
  z-index: 9999;
  padding: 0 8px;
  cursor: pointer;
}
@media (min-width: 1199px) {
  .toggle-nav-main {
    display: none;
  }
}

.toggle-nav-main__wrap {
  position: relative;
  width: 30px;
  height: 20px;
  transition: transform 0.5s ease-out;
}

.toggle-nav-main__bar {
  position: absolute;
  left: 0;
  display: block;
  width: 100%;
  height: 3px;
  border-radius: 1000px;
  background: #000;
  transition: all 0.5s ease-out;
}
.toggle-nav-main__bar:nth-child(1) {
  top: 0;
}
.toggle-nav-main__bar:nth-child(2) {
  top: 50%;
  margin-top: -2px;
  opacity: 1;
}
.toggle-nav-main__bar:nth-child(3) {
  bottom: 1px;
}

.nav-main--active .toggle-nav-main__wrap {
  transform: rotate(-180deg);
  /* spins the whole toggle */
}

.nav-main--active .toggle-nav-main__bar:nth-child(1) {
  top: 50%;
  margin-top: -2px;
  transform: rotate(45deg);
}
.nav-main--active .toggle-nav-main__bar:nth-child(2) {
  opacity: 0;
}
.nav-main--active .toggle-nav-main__bar:nth-child(3) {
  bottom: 50%;
  margin-bottom: -1px;
  transform: rotate(-45deg);
}

.site-footer {
  background: #F8F8F8;
}


.footer-nav-wrap {
  padding-top: 1rem;
  padding-bottom: 1rem;
  background: #4A4F53;
}

.nav-footer {
  margin: 0;
  padding: 0;
}

.nav-footer__list {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 0.88rem;
}
.nav-footer__list li {
  display: inline-block;
  margin: 0.5em 1em;
}
.nav-footer__list a {
  font-weight: 600;
  color: #fff;
  text-decoration: underline;
  text-transform: uppercase;
}
.nav-footer__list a:hover, .nav-footer__list a:focus {
  color: #4191a3;
}

.footer-bottom {
  padding: 1rem 0;
  background: #113267;
}

.container--footer-bottom {
  font-size: 0.66rem;
  text-align: center;
}
@media (min-width: 991px) {
  .container--footer-bottom {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
  }
}

.nav-legal__list {
  margin: 0;
}
.nav-legal__list li:nth-child(n+2)::before {
  content: "|";
  margin-right: 0.5em;
  margin-left: 0.4em;
}
.nav-legal__list a {
  color: #fff;
  opacity: 1;
  transition: opacity 0.25s;
}
.nav-legal__list a:hover, .nav-legal__list a:focus {
  opacity: 0.6;
}

.footer-bottom__right {
  display: block;
  margin-top: 1em;
  color: #fff;
  opacity: 1;
  transition: opacity 0.25s;
}
.footer-bottom__right:hover, .footer-bottom__right:focus {
  color: #fff;
  opacity: 0.6;
}
@media (min-width: 991px) {
  .footer-bottom__right {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    margin-top: 0;
  }
}

.footer-bottom__right__img {
  display: block;
  width: 80px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .footer-bottom__right__img {
    width: 90px;
  }
}
@media (min-width: 991px) {
  .footer-bottom__right__img {
    position: relative;
    top: -1px;
    display: inline-block;
    width: 105px;
    margin: 0 1em 0;
  }
}

.site-headline {
  margin-bottom: 3rem;
}

.headline-title {
  margin: 0;
}

.nav-article-meta__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-article-meta li {
  display: inline;
}
.nav-article-meta li::before {
  content: " – ";
  /* &ndash; */
}
.nav-article-meta li:first-child::before {
  content: "";
}

.list-article:nth-of-type(n+2) {
  margin-top: 2.5em;
}

.article-header__title {
  margin: 0;
}

.list-article__desc {
  margin-top: 0.7rem;
}

.list-article__thumb {
  max-width: 300px;
  height: 175px;
  margin-top: 0;
  margin-bottom: 0.2em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (min-width: 480px) {
  .list-article__thumb {
    float: left;
    display: inline-block;
    width: 115px;
    height: 115px;
    margin-top: 0.5em;
    margin-right: 1em;
  }
}
@media (min-width: 768px) {
  .list-article__thumb {
    width: 200px;
    height: 200px;
    margin-right: 1.5em;
    margin-bottom: 0.5em;
  }
}
@media (min-width: 991px) {
  .list-article__thumb {
    width: 225px;
    height: 225px;
    margin-bottom: 1em;
  }
}

.list-article--has-thumb .list-article__content {
  margin-top: 1rem;
}
@media (min-width: 480px) {
  .list-article--has-thumb .list-article__content {
    margin-top: 0.5rem;
  }
}
@media (min-width: 768px) {
  .list-article--has-thumb .list-article__content {
    padding-left: calc(200px + 1.5em);
  }
}
@media (min-width: 991px) {
  .list-article--has-thumb .list-article__content {
    padding-left: calc(225px + 1.5em);
  }
}

.nav-pagination {
  margin: 2rem 0;
  overflow: hidden;
}

.nav-pagination ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-pagination li {
  display: inline;
  margin: 0;
  padding: 0;
}

.nav-pagination li a,
.nav-pagination li span {
  float: left;
  border: 1px solid #ddd;
  border-left-width: 0;
  padding: 6px 10px;
  font-size: 14px;
}

.nav-pagination li:first-child a,
.nav-pagination li:first-child span {
  border-left-width: 1px;
  border-top-left-radius: 7px;
  border-bottom-left-radius: 7px;
}

.nav-pagination li:last-child a,
.nav-pagination li:last-child span {
  border-top-right-radius: 7px;
  border-bottom-right-radius: 7px;
}

.nav-prevnext {
  margin: 0.5em 0;
  overflow: hidden;
}

.nav-prevnext ul {
  padding: 0;
  list-style: none;
}

.nav-prevnext li {
  float: left;
  width: 40%;
}

.nav-prevnext li.nav-item-next {
  float: right;
  text-align: right;
}

.nav-prevnext li.nav-item-prev a:before {
  content: "« ";
}

.nav-prevnext li.nav-item-next a:after {
  content: " »";
}

.nav-breadcrumbs__list {
  padding: 0;
  list-style: none;
}

.breadcrumbs__item {
  display: inline-block;
}
.breadcrumbs__item::before {
  content: " > ";
  /* &gt; */
}
.breadcrumbs__item:first-child::before {
  content: "";
}

.sidebar {
  margin-bottom: 1.25em;
}
.sidebar ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.sidebar-item__heading {
  margin: 0;
}

.footer-cta__item {
  background-color: grey;
}

.footer-cta__item--has-img {
  position: relative;
}
.footer-cta__item--has-img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(128, 128, 128, 0.8);
}
.footer-cta__item--has-img .footer-cta__inner {
  position: relative;
}

.footer-cta__inner {
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #fff;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-cta__inner {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1199px) {
  .footer-cta__inner {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.footer-cta__heading {
  margin: 0;
}

.footer-cta__desc {
  margin-top: 0.5rem;
}

.footer-cta__btn-group {
  margin-top: 1.5rem;
}
.footer-cta--count-1 .footer-cta__inner {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 768px) {
  .footer-cta--count-2 {
    display: flex;
    flex-direction: row;
  }
}
.footer-cta--count-2 .footer-cta__item {
  padding-right: 2rem;
  padding-left: 2rem;
}
@media (min-width: 768px) {
  .footer-cta--count-2 .footer-cta__item {
    width: 50%;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1350px) {
  .footer-cta--count-2 .footer-cta__item--0 {
    padding-left: calc( (100vw - 1270px) / 2 );
  }
}
.footer-cta--count-2 .footer-cta__item--1 {
  background-color: #676767;
}
@media (min-width: 1350px) {
  .footer-cta--count-2 .footer-cta__item--1 {
    padding-right: calc( (100vw - 1270px) / 2 );
  }
}
.footer-cta--count-2 .footer-cta__item--1.footer-cta__item--has-img::before {
  background: rgba(103, 103, 103, 0.8);
}

body .gform_wrapper .gform_body img {
  margin: 0;
}

body .gform_wrapper .gform_body label.gfield_label + div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .gform_body form li,
.gform_wrapper .gform_body li {
  margin-bottom: 0.7rem;
}

.gform_wrapper .gform_body .gform_page_footer .button.gform_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_next_button,
.gform_wrapper .gform_body .gform_page_footer .button.gform_previous_button {
  cursor: pointer;
}

.gform_wrapper .gform_body input[type=email],
.gform_wrapper .gform_body input[type=number],
.gform_wrapper .gform_body input[type=password],
.gform_wrapper .gform_body input[type=tel],
.gform_wrapper .gform_body input[type=text],
.gform_wrapper .gform_body input[type=url],
.gform_wrapper .gform_body textarea,
.gform_wrapper .gform_body input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
  padding: 0.32em 0.5em;
}

.gform_wrapper li.hidden_label input,
.gform_wrapper li.hidden_label textarea {
  margin-top: 0.75em;
}

.gform_wrapper .gform_body .top_label .gfield_label {
  margin: 0.65em 0 0.2em;
  font-size: 0.85rem;
  font-weight: 700;
}

.gform_wrapper .gform_body .gfield_required {
  color: inherit;
}

.gform_wrapper .gform_body .top_label .gfield_description {
  padding-top: 0.2em;
}

.gform_wrapper .gform_body li.field_description_above .gfield_description {
  margin-bottom: 0.2em;
}

.gform_wrapper .gform_body .description,
.gform_wrapper .gform_body .gfield_description,
.gform_wrapper .gform_body .gsection_description,
.gform_wrapper .gform_body .instruction {
  font-size: 0.8rem;
}

.gform_wrapper form div.validation_error {
  color: #790000;
  font-size: 1.2em;
  font-weight: 700;
  margin-bottom: 1.6em;
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 0.8em 0;
}

.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  margin-top: 0;
}

.gform_wrapper .gform_body .gfield_description + .gform_wrapper .gfield_description.validation_message,
.gform_wrapper .gform_body .ginput_container + .gfield_description.validation_message {
  margin-top: 0;
}

.gform_wrapper .gform_body .gfield_description.validation_message,
.gform_wrapper .gform_body .top_label .gfield_description.validation_message {
  padding: 0.25em 0 0.65em !important;
}

.gform_wrapper .gform_body li.gfield.gfield_error,
.gform_wrapper .gform_body li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: #FFDFE0;
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
}

.megamenu {
  padding: 1rem 0;
}

.nn-select-wrap select,
.gform_wrapper .gform_body .top_label .nn-select-wrap select,
.gform_wrapper .gform_body .nn-select-wrap select,
.gform_wrapper .gform_body ul.gform_fields li.gfield .nn-select-wrap select {
  display: inline-block;
  width: 250px;
  height: 35px;
  margin: 0;
  outline: none;
  border: none;
  border-radius: 0;
  padding: 0 45px 0 1.25em;
  font-size: 0.83rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}
@media (min-width: 991px) {
  .nn-select-wrap select,
.gform_wrapper .gform_body .top_label .nn-select-wrap select,
.gform_wrapper .gform_body .nn-select-wrap select,
.gform_wrapper .gform_body ul.gform_fields li.gfield .nn-select-wrap select {
    width: 300px;
    height: 40px;
    padding-right: 50px;
  }
}

.nn-select-wrap select::-ms-expand {
  display: none;
}

.nn-select-wrap select:hover,
.nn-select-wrap select:focus {
  outline: none;
}

.nn-select-wrap {
  position: relative;
  display: inline-block;
  border: 1px solid rgba(0, 0, 0, 0.5);
  background: #fff;
}

.nn-select-wrap::after {
  content: "▾";
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  width: 35px;
  height: 100%;
  background: #eee;
  color: rgba(0, 0, 0, 0.4);
  text-align: center;
  font-size: 1em;
  font-weight: 400;
  font-family: serif;
  line-height: 35px;
  transition: color 0.3s;
}
@media (min-width: 991px) {
  .nn-select-wrap::after {
    width: 40px;
    line-height: 40px;
  }
}

.nn-select-wrap:hover::after {
  color: black;
}

select.nn-select--wrapped {
  position: relative;
  z-index: 5;
  background-color: transparent;
}

.bg-color--light-grey {
  background-color: #F3F2EE;
}

.bg-color--purple {
  background-color: #D1CCBD;
}

.bg-color--dark-purple {
  background-color: #362E49;
}

.bg-color--gradient-red-blue-yellow {
  background-color: #A51414;
 }

.content-light {
  color: #000;
}

.tools-list__heading {
  margin: 0;
}

@media (min-width: 768px) {
  .tools-list__controls {
    text-align: right;
  }
}

.c-text-editor__inner h2 a {
	display: block;
	text-align: right;
}

.tools-list__input-group label {
  margin-right: 0.5em;
  font-weight: 600;
}

.tools-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.tool-item {
  position: relative;
  margin-top: 44px;
  padding: 1.5rem;
  background: #fff;
  color: #000;
  transition: background 0.25s, color 0.25s;
}
@media (min-width: 768px) {
  .tool-item {
    min-height: 350px;
  }
}
@media (min-width: 991px) {
  .tool-item {
    min-height: 440px;
  }
}
.tool-item:hover, .tool-item:focus {
  background: #DA291C;
  color: #fff;
}
.tool-item:hover .svg-arrow .svg-arrow-path, .tool-item:focus .svg-arrow .svg-arrow-path {
  fill: #fff;
}
.tool-item::after {
  content: "";
  position: absolute;
  bottom: 1rem;
  right: 1rem;
  display: block;
  width: 150px;
  height: 150px;
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  opacity: 0.3;
}

.tool-item-module--the-basics::after, .tool-item-module--leading-and-learning::after {
	display: none !important;
}
@media (min-width: 768px) {
  .tool-item::after {
    width: 180px;
    height: 180px;
  }
}
@media (min-width: 991px) {
  .tool-item::after {
    width: 210px;
    height: 210px;
  }
}
.tool-item .svg-arrow {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  display: block;
  width: 30px;
  height: 30px;
}
@media (min-width: 768px) {
  .tool-item .svg-arrow {
    width: 40px;
    height: 40px;
  }
}
@media (min-width: 991px) {
  .tool-item .svg-arrow {
    width: 50px;
    height: 50px;
  }
}
.tool-item .svg-arrow .svg-arrow-path {
  transition: fill 0.25s;
  fill: #000;
}

.tool-item__content {
  position: relative;
  z-index: 9;
}

.tool-item__title {
  position: relative;
  margin: 0;
  padding-top: 4em;
  font-size: 1.1rem;
  font-weight: 600;
}
@media (min-width: 1199px) {
  .tool-item__title {
    font-size: 1.22rem;
  }
}
.tool-item__title span {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 1.6em;
  font-weight: 900;
}

.tool-item__desc {
  margin-top: 1em;
}

.tool-item--hide {
  display: none;
}

.tool-item-module--the-basics::after {
  background-image: url("../../images/module-icons/Seeds-tesselation_600.png");
}

.tool-item-module--making-choices::after {
  background-image: url("../../images/module-icons/Square-tesselation_600.png");
}

.tool-item-module--will-it-fit-how-will-it-scale::after {
  background-image: url("../../images/module-icons/Circle-tesselation_600.png");
}

.tool-item-module--leading-and-learning::after {
  background-image: url("../../images/module-icons/Arcs-tesselation_600.png");
}

.tool-item-module--advancing-your-strategy::after {
  background-image: url("../../images/module-icons/Arrow-tesselation_600.png");
}

.component {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}
@media (min-width: 1199px) {
  .component {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }
}

.component--solid {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .component--solid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
@media (min-width: 1199px) {
  .component--solid {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

.section-header {
  max-width: 900px;
  margin-bottom: 3rem;
}

.section-heading {
  margin: 0;
}

.section-desc {
  margin-top: 1rem;
}

.c-text-editor--has-cols .columns .col:nth-child(2) {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .c-text-editor--has-cols .columns .col:nth-child(2) {
    margin-top: 0;
  }
}

.c-image-content {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
@media (min-width: 768px) {
  .c-image-content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.image-content__overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
.image-content__overlay::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

.c-image-content > .container {
  position: relative;
  z-index: 2;
}

.image-content__image-wrap {
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .image-content__image-wrap {
    margin-bottom: 0;
  }
}

.image-content__label {
  display: block;
  margin-bottom: 1.1em;
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .image-content__label {
    font-size: 1.25rem;
  }
}
@media (min-width: 1199px) {
  .image-content__label {
    font-size: 1.5rem;
  }
}

.image-content__heading {
  max-width: 1000px;
  margin: 0;
}

.image-content__content-body {
  margin-top: 4rem;
}

.image-content__subhead {
  margin: 0;
  border-bottom: 2px solid;
  padding-bottom: 0.4em;
  font-size: 1.3rem;
  font-weight: 400;
  text-transform: none;
  font-family: "Oswald", sans-serif;
}
@media (min-width: 768px) {
  .image-content__subhead {
    font-size: 1.5rem;
  }
}
@media (min-width: 1199px) {
  .image-content__subhead {
    font-size: 1.66rem;
  }
}

.image-content__desc {
  max-width: 800px;
  margin-top: 1.33rem;
  font-size: 1.1rem;
}
@media (min-width: 768px) {
  .image-content__desc {
    font-size: 1.2rem;
  }
}
@media (min-width: 1199px) {
  .image-content__desc {
    font-size: 1.33rem;
  }
}

.c-image-content .links-wrap {
  margin-top: 2rem;
  margin: 2rem -0.5rem 0 -0.5rem;
}
.c-image-content .links-wrap .link-item {
  margin: 0.5rem;
}

@media (min-width: 768px) {
  .columns--image-content {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 768px) {
  .image-content--image-right .image-content__image-wrap {
    order: 2;
  }
}

.content-box {
  margin-top: 2rem;
  padding: 1rem;
  background: #E7E6E2;
}
.content-box:first-child {
  margin-top: 0;
}

@media (min-width: 768px) {
  .columns--cta-banner {
    display: flex;
    align-items: center;
  }
}

.col--cta-banner__btn {
  margin-top: 2rem;
}
@media (min-width: 768px) {
  .col--cta-banner__btn {
    margin-top: 0;
    text-align: right;
  }
}

.c-module-list {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.c-module-list.component--solid {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.module-list__header {
  text-align: center;
}

.module-list__img {
  display: block;
  width: 200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .module-list__img {
    width: 250px;
  }
}
@media (min-width: 991px) {
  .module-list__img {
    width: 310px;
  }
}

.module-list__heading {
  margin: 0;
}

.module-list__list-wrap {
  max-width: 900px;
  margin: 0 auto;
}

.module-list__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -1rem;
  margin-left: -1rem;
  text-align: center;
}

.module-list__item {
  width: 50%;
  margin-top: 2rem;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 768px) {
  .module-list__item {
    width: 33.33%;
  }
}
@media (min-width: 991px) {
  .module-list__item {
    width: 20%;
  }
}

.module-item__link {
  display: block;
  color: #000;
}

.module-item__img {
  position: relative;
  margin: 0 auto 2rem;
  width: 120px;
  height: 120px;
}

.module-item__img__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9;
}
.module-item__img__inner::before, .module-item__img__inner::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  transition: opacity 0.25s;
}
.module-item__img__inner::before {
  opacity: 1;
}
.module-item__img__inner::after {
  opacity: 0;
}

.module-item--current-item .module-item__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 110%;
  height: 110%;
  background: #fff;
  transform: translate(-50%, -50%);
}

.module-item__label {
  font-size: 0.88rem;
  font-weight: 600;
  text-transform: uppercase;
}

.module-item__heading {
  font-size: 1.333;
  font-weight: 700;
  text-transform: none;
}

.module-item__link:hover,
.module-item__link:focus {
  color: #113267;
}
.module-item__link:hover .module-item__img__inner::before,
.module-item__link:focus .module-item__img__inner::before {
  opacity: 0;
}
.module-item__link:hover .module-item__img__inner::after,
.module-item__link:focus .module-item__img__inner::after {
  opacity: 1;
}

.module-item--num-1 .module-item__img__inner::before {
  background-image: url("/wp-content/uploads/JF_Cubes_Contents.png");
}
.module-item--num-1 .module-item__img__inner::after {
  background-image: url("/wp-content/uploads/JF_Cubes_Contents.png");
}

.module-item--num-2 .module-item__img__inner::before {
  background-image: url("/wp-content/uploads/JF_Cubes_Part_A_Adaptation.png");
}
.module-item--num-2 .module-item__img__inner::after {
  background-image: url("/wp-content/uploads/JF_Cubes_Part_A_Adaptation.png");
}

.module-item--num-3 .module-item__img__inner::before {
  background-image: url("/wp-content/uploads/JF_Cubes_Part_B_The_Tools.png");
}
.module-item--num-3 .module-item__img__inner::after {
  background-image: url("/wp-content/uploads/JF_Cubes_Part_B_The_Tools.png");
}

.module-item--num-4 .module-item__img__inner::before {
  background-image: url("/wp-content/uploads/JF_Cubes_Part_B_The_Tools-1.png");
}
.module-item--num-4 .module-item__img__inner::after {
  background-image: url("/wp-content/uploads/JF_Cubes_Part_B_The_Tools-1.png");
}

.module-item--num-5 .module-item__img__inner::before {
  background-image: url("../../images/module-icons/Arrow-tesselation_600.png");
}
.module-item--num-5 .module-item__img__inner::after {
  background-image: url("../../images/module-icons/Arrow-tesselation_600_purple.png");
}
.single-inspire-module .components .c-module-list {
	display: none !important;
}
/*# sourceMappingURL=app.css.map */