@font-face {
  font-family: 'Gotham Narrow';
  src: url("/fonts/GothamNarrow-BookItalic.woff2") format("woff2"), url("/fonts/GothamNarrow-BookItalic.woff") format("woff"), url("/fonts/GothamNarrow-BookItalic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/fonts/GothamNarrow-Book.woff2") format("woff2"), url("/fonts/GothamNarrow-Book.woff") format("woff"), url("/fonts/GothamNarrow-Book.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/fonts/GothamNarrow-Light.woff2") format("woff2"), url("/fonts/GothamNarrow-Light.woff") format("woff"), url("/fonts/GothamNarrow-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/fonts/GothamNarrow-BoldItalic.woff2") format("woff2"), url("/fonts/GothamNarrow-BoldItalic.woff") format("woff"), url("/fonts/GothamNarrow-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/fonts/GothamNarrow-Medium.woff2") format("woff2"), url("/fonts/GothamNarrow-Medium.woff") format("woff"), url("/fonts/GothamNarrow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/fonts/GothamNarrow-Black.woff2") format("woff2"), url("/fonts/GothamNarrow-Black.woff") format("woff"), url("/fonts/GothamNarrow-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/fonts/GothamNarrow-BlackItalic.woff2") format("woff2"), url("/fonts/GothamNarrow-BlackItalic.woff") format("woff"), url("/fonts/GothamNarrow-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/fonts/GothamNarrow-Bold.woff2") format("woff2"), url("/fonts/GothamNarrow-Bold.woff") format("woff"), url("/fonts/GothamNarrow-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Gotham Narrow';
  src: url("/fonts/GothamNarrow-MediumItalic.woff2") format("woff2"), url("/fonts/GothamNarrow-MediumItalic.woff") format("woff"), url("/fonts/GothamNarrow-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

/* 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, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 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 {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

/*! 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.
 */
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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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"] {
  -webkit-box-sizing: border-box;
          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;
}

#outer-footer {
  font-family: 'Arial', Helvetica, sans-serif;
  background: #fff;
  border-top: 1px solid #eee;
  width: 100% !important;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0 20px !important;
}

#outer-footer p {
  margin: 0;
}

#inner-footer-expert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto 0 auto;
}

#inner-footer-expert #footerLogo-Links {
  margin: 10px 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 43px;
  font-size: 17px;
  margin-left: 20px;
}

div#footer-bottom {
  font-size: 13px;
  margin-bottom: 5px;
  margin-left: 11px;
}

#inner-footer-expert #footer-bottom .single-col .col.col-12 nav ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#inner-footer-expert #footer-bottom .single-col .col.col-12 nav ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#inner-footer-expert #copyright-text {
  font-family: Arial, Helvetica, sans-serif !important;
  margin: 19px 0px 0px 20px;
}

#inner-footer-expert #footerLogo {
  margin: 10px 0px 0px 0px;
}

#inner-footer-expert p {
  color: #304a7f;
}

#inner-footer-expert span {
  color: #333;
}

#inner-footer-expert a {
  margin-right: 8px;
  color: #666;
  font-weight: normal;
}

#inner-footer-expert a:hover {
  text-decoration: none;
  color: #002776;
}

#inner-footer-expert #copyright-text {
  display: none;
}

/*NEED AMEND*/
.heartbeat {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
          animation: heartbeat 1.5s ease-in-out infinite both;
}

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}

.slide-in-top {
  -webkit-animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-top 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes slide-in-top {
  0% {
    -webkit-transform: translateY(-1000px);
            transform: translateY(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

.slide-in-tl {
  -webkit-animation: slide-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: slide-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes slide-in-tl {
  0% {
    -webkit-transform: translateY(-1000px) translateX(-1000px);
            transform: translateY(-1000px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-tl {
  0% {
    -webkit-transform: translateY(-1000px) translateX(-1000px);
            transform: translateY(-1000px) translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0) translateX(0);
            transform: translateY(0) translateX(0);
    opacity: 1;
  }
}

.fade-in {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.fade-out {
  -webkit-animation: fade-out 1.2s ease-out both;
          animation: fade-out 1.2s ease-out both;
}

@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.tracking-in-expand {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@-webkit-keyframes tracking-in-expand {
  0% {
    letter-spacing: -.5em;
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

@keyframes tracking-in-expand {
  0% {
    letter-spacing: -.5em;
    opacity: 0;
  }
  40% {
    opacity: .6;
  }
  100% {
    opacity: 1;
  }
}

.slide-in-blurred-right {
  -webkit-animation: slide-in-blurred-right 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: slide-in-blurred-right 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-right {
  0% {
    -webkit-transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.slide-out-blurred-right {
  -webkit-animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
          animation: slide-out-blurred-right 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

@-webkit-keyframes slide-out-blurred-right {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px) scaleX(2) scaleY(0.2);
            transform: translateX(1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}

@keyframes slide-out-blurred-right {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(1000px) scaleX(2) scaleY(0.2);
            transform: translateX(1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 0 50%;
            transform-origin: 0 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}

.slide-in-blurred-left {
  -webkit-animation: slide-in-blurred-left 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
          animation: slide-in-blurred-left 0.6s cubic-bezier(0.23, 1, 0.32, 1) both;
}

@-webkit-keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

@keyframes slide-in-blurred-left {
  0% {
    -webkit-transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
}

.slide-out-blurred-left {
  -webkit-animation: slide-out-blurred-left 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
          animation: slide-out-blurred-left 0.45s cubic-bezier(0.755, 0.05, 0.855, 0.06) both;
}

@-webkit-keyframes slide-out-blurred-left {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px) scaleX(2) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}

@keyframes slide-out-blurred-left {
  0% {
    -webkit-transform: translateX(0) scaleY(1) scaleX(1);
            transform: translateX(0) scaleY(1) scaleX(1);
    -webkit-transform-origin: 50% 50%;
            transform-origin: 50% 50%;
    -webkit-filter: blur(0);
            filter: blur(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-1000px) scaleX(2) scaleY(0.2);
            transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    -webkit-transform-origin: 100% 50%;
            transform-origin: 100% 50%;
    -webkit-filter: blur(40px);
            filter: blur(40px);
    opacity: 0;
  }
}

.blink-1 {
  -webkit-animation: blink-1 6s infinite both;
          animation: blink-1 6s infinite both;
}

@-webkit-keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes blink-1 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.blink-2 {
  -webkit-animation: blink-2 8s infinite both;
          animation: blink-2 8s infinite both;
}

@-webkit-keyframes blink-2 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes blink-2 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.blink-3 {
  -webkit-animation: blink-3 10s infinite both;
          animation: blink-3 10s infinite both;
}

@-webkit-keyframes blink-3 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

@keyframes blink-3 {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}

.swirl-in-fwd {
  -webkit-animation: swirl-in-fwd .6s ease-out both;
          animation: swirl-in-fwd .6s ease-out both;
}

@-webkit-keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}

@keyframes swirl-in-fwd {
  0% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
}

.swirl-out-bck {
  -webkit-animation: swirl-out-bck .6s ease-in both;
          animation: swirl-out-bck .6s ease-in both;
}

@-webkit-keyframes swirl-out-bck {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
}

@keyframes swirl-out-bck {
  0% {
    -webkit-transform: rotate(0) scale(1);
            transform: rotate(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-540deg) scale(0);
            transform: rotate(-540deg) scale(0);
    opacity: 0;
  }
}

.scale-in-center {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

@keyframes scale-in-center {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}

.scale-in-tl {
  -webkit-animation: scale-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

@-webkit-keyframes scale-in-tl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}

@keyframes scale-in-tl {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    opacity: 1;
  }
}

.slit-in-horizontal {
  -webkit-animation: slit-in-horizontal .45s ease-out both;
          animation: slit-in-horizontal .45s ease-out both;
}

@-webkit-keyframes slit-in-horizontal {
  0% {
    -webkit-transform: translateZ(-800px) rotateX(90deg);
            transform: translateZ(-800px) rotateX(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateX(87deg);
            transform: translateZ(-160px) rotateX(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateX(0);
            transform: translateZ(0) rotateX(0);
  }
}

@keyframes slit-in-horizontal {
  0% {
    -webkit-transform: translateZ(-800px) rotateX(90deg);
            transform: translateZ(-800px) rotateX(90deg);
    opacity: 0;
  }
  54% {
    -webkit-transform: translateZ(-160px) rotateX(87deg);
            transform: translateZ(-160px) rotateX(87deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateZ(0) rotateX(0);
            transform: translateZ(0) rotateX(0);
  }
}

[data-aos="iconBoxListItem"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

[data-aos="iconBoxListItem"].aos-animate {
  opacity: 1;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
}

[data-aos="iconBoxListItem"].aos-animate .iconBoxList {
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

[data-aos="iconBoxListItem"].aos-animate .copyBoxList {
  -webkit-animation: scale-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-tl 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

[data-aos="blogListingSlitIn"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
}

[data-aos="blogListingSlitIn"].aos-animate {
  opacity: 1;
  -webkit-animation: slit-in-horizontal .45s ease-out both;
          animation: slit-in-horizontal .45s ease-out both;
}

[data-aos="blogListingSlitIn"].aos-animate .blogListingCopy {
  -webkit-animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

html {
  scroll-behavior: smooth;
}

html body {
  font-family: "Gotham Narrow";
  font-weight: 400;
  font-size: 19px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  scroll-behavior: smooth;
  line-height: 1.2;
}

html body {
  font-size: 12px;
}

@media screen and (min-width: 320px) {
  html body {
    font-size: calc(12px + 7 * ((100vw - 320px) / 1180));
  }
}

@media screen and (min-width: 1500px) {
  html body {
    font-size: 19px;
  }
}

html body header {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  background: #fff;
}

@media (min-width: 1770px) {
  html body header {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body header #innerHeader {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(94px - 4rem);
}

@media (max-width: 480px) {
  html body header #innerHeader {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

html body header #innerHeader .logoLink {
  display: block;
  width: 100%;
  max-width: 237px;
}

html body header #innerHeader .logoLink img {
  width: 100%;
  max-width: 237px;
}

html body header #innerHeader .headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body header #innerHeader .headerLinks a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
  text-decoration: none;
  color: #002776;
  font-weight: 500;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body header #innerHeader .headerLinks a:nth-of-type(1) {
  margin-left: 0;
}

html body header #innerHeader .headerLinks a span:nth-of-type(2) img {
  height: 30px;
  width: 30px;
  margin-left: 1rem;
}

html body header #innerHeader .headerLinks a:hover span:nth-of-type(2) {
  -webkit-animation: heartbeat 1.5s ease-in-out infinite both;
          animation: heartbeat 1.5s ease-in-out infinite both;
}

@media (max-width: 768px) {
  html body header #innerHeader .headerLinks a {
    margin-left: 1rem;
  }
  html body header #innerHeader .headerLinks a span:nth-of-type(2) img {
    height: 20px;
    width: 20px;
    margin-left: .5rem;
  }
}

@media (max-width: 480px) {
  html body header #innerHeader .headerLinks {
    margin-top: 1rem;
  }
}

html body #navigationParent {
  background: #002776;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  position: relative;
  z-index: 9;
}

@media (min-width: 1770px) {
  html body #navigationParent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body #navigationParent #siteNavigation {
  height: 50px;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 0 2rem;
}

html body #navigationParent #siteNavigation li {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #ffffff;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html body #navigationParent #siteNavigation li {
    max-width: calc(100% /6 - 15.1666666666px);
  }
  html body #navigationParent #siteNavigation li.subnav .subnavItems li {
    max-width: 100%;
  }
}

html body #navigationParent #siteNavigation li.subnav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body #navigationParent #siteNavigation li.subnav .subnavItems {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 100%;
  left: 0;
  right: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #009fda;
}

html body #navigationParent #siteNavigation li.subnav:hover .subnavItems {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  opacity: 1;
  pointer-events: all;
  text-align: center;
}

html body #navigationParent #siteNavigation li a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #navigationParent #siteNavigation li a.homeLink {
  max-width: 91px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html body #navigationParent #siteNavigation li a.homeLink {
    min-width: 91px;
  }
}

html body #navigationParent #siteNavigation li a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #D71F85;
}

html body #navigationParent #siteNavigation li.first {
  max-width: 91px;
}

html body #navigationParent #siteNavigation li.last {
  display: none;
  overflow: hidden;
}

html body #navigationParent #siteNavigation .homeLink {
  width: 100%;
  max-width: 91px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #009fda;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body #navigationParent #siteNavigation .homeLink img {
  height: 26px;
  width: 30px;
}

@media (max-width: 992px) {
  html body #navigationParent #siteNavigation {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  html body #navigationParent #siteNavigation li:not(.first):not(.last) {
    display: none;
  }
  html body #navigationParent #siteNavigation li.last {
    display: block;
    width: auto;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  html body #navigationParent #siteNavigation li.last button {
    background: #80379b;
    border: none;
    width: 50px;
    height: 100%;
    padding: .5rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    cursor: pointer;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
  }
  html body #navigationParent #siteNavigation li.last button:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    position: relative;
    z-index: 2;
    opacity: 1;
  }
  html body #navigationParent #siteNavigation li.last button:nth-of-type(1) .open {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 100%;
    pointer-events: none;
  }
  html body #navigationParent #siteNavigation li.last button:nth-of-type(1) .open span {
    width: 100%;
    height: .4rem;
    background: #fff;
    display: block;
  }
  html body #navigationParent #siteNavigation li.last button:nth-of-type(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    position: relative;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
  }
  html body #navigationParent #siteNavigation li.last button:nth-of-type(2) .close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    height: 100%;
    pointer-events: none;
  }
  html body #navigationParent #siteNavigation li.last button:nth-of-type(2) .close span {
    background: #fff;
    width: 40px;
    height: .4rem;
    position: relative;
    left: 2px;
  }
  html body #navigationParent #siteNavigation li.last button:nth-of-type(2) .close span:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  html body #navigationParent #siteNavigation li.last button:nth-of-type(2) .close span:nth-of-type(2) {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-transform-origin: left;
            transform-origin: left;
  }
  html body #navigationParent #siteNavigation li.last button:hover {
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    background: #009fda;
  }
}

html body #navigationParent #mobileNavParent {
  position: fixed;
  top: 144px;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.9);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  opacity: 0;
  pointer-events: none;
  display: none;
}

@media (min-width: 1770px) {
  html body #navigationParent #mobileNavParent {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body #navigationParent #mobileNavParent ul {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 2rem;
}

html body #navigationParent #mobileNavParent ul.mobSimpleBar {
  height: calc(100vh - 50px - 94px - 6rem);
}

@media (max-width: 480px) {
  html body #navigationParent #mobileNavParent ul.mobSimpleBar {
    height: calc(100vh - 50px - 132px - 6rem);
  }
}

html body #navigationParent #mobileNavParent ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

html body #navigationParent #mobileNavParent ul li a {
  color: #fff;
  text-decoration: none;
  font-size: 2em;
  padding: .75rem 0;
  display: block;
  font-weight: 500;
}

html body #navigationParent #mobileNavParent ul li .mobSubnavItems {
  height: 0;
  opacity: 0;
  padding: 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: none;
}

html body #navigationParent #mobileNavParent ul li .mobSubnavItems.openSub {
  height: auto;
  opacity: 1;
  padding: .75rem 0;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  pointer-events: all;
}

html body #navigationParent #mobileNavParent ul li .mobSubnavItems.openSub li {
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  border: 0;
}

html body #navigationParent #mobileNavParent ul li .mobSubnavItems.openSub li a {
  font-weight: 400;
  text-decoration: none;
}

@media (max-width: 992px) {
  html body #navigationParent #mobileNavParent {
    display: block;
  }
}

@media (max-width: 480px) {
  html body #navigationParent #mobileNavParent {
    top: 177.817px;
  }
}

html body #hero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html body #hero {
    overflow-x: hidden;
  }
}

html body #hero .slickWhole {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

html body #hero .slickWhole .partnerLogo {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 2rem;
  padding-top: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body #hero .slickWhole .partnerLogo .partnership {
  max-height: 70px;
  width: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: minmax(0, -webkit-max-content) minmax(0, -webkit-max-content);
  grid-template-columns: minmax(0, max-content) minmax(0, max-content);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body #hero .slickWhole .partnerLogo .partnership p {
  margin-right: 0.75rem;
  font-weight: bold;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 1.5vw;
}

@media (max-width: 480px) {
  html body #hero .slickWhole .partnerLogo .partnership p {
    font-size: 3.5vw;
  }
}

html body #hero .slickWhole .partnerLogo .partnership img {
  min-width: 4.5vw;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media (max-width: 480px) {
  html body #hero .slickWhole .partnerLogo .partnership img {
    width: 9vw;
  }
}

html body #hero .slickWhole #imageWrap {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
}

html body #hero .slickWhole #imageWrap picture {
  width: 100%;
}

html body #hero .slickWhole #imageWrap img {
  width: 100%;
  display: block;
}

html body #hero .slickWhole #homeImgWrap {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

html body #hero .slickWhole #homeImgWrap img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

html body #hero .slickWhole #strapline {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 5;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  justify-items: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 1770px) {
  html body #hero .slickWhole #strapline {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body #hero .slickWhole #strapline .straplines {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 55vw;
  opacity: 0;
  padding: 0 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body #hero .slickWhole #strapline .straplines .slick-track {
  width: 100% !important;
}

html body #hero .slickWhole #strapline .straplines .slick-slide {
  width: 100% !important;
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  opacity: 0;
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 {
  color: #009fda;
  font-weight: bold;
  font-size: 2.75vw;
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 span {
  display: block;
  line-height: .89;
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 span:nth-of-type(1) {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

@supports (-webkit-overflow-scrolling: touch) {
  @media (max-width: 480px) {
    html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 span:nth-of-type(1) {
      -webkit-animation: none;
              animation: none;
    }
  }
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 span:nth-of-type(2) {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}

@supports (-webkit-overflow-scrolling: touch) {
  @media (max-width: 480px) {
    html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 span:nth-of-type(2) {
      -webkit-animation: none;
              animation: none;
    }
  }
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 span:nth-of-type(3) {
  -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
          animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) both;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  font-weight: 400;
  font-size: .65em;
  display: block;
  margin-top: 0.5rem;
}

@supports (-webkit-overflow-scrolling: touch) {
  @media (max-width: 480px) {
    html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 span:nth-of-type(3) {
      -webkit-animation: none;
              animation: none;
    }
  }
}

@media (max-width: 768px) {
  html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 {
    margin-bottom: 1rem;
  }
}

@media (max-width: 480px) {
  html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 {
    margin-bottom: .35rem !important;
  }
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper p {
  margin-bottom: 2rem;
  color: #fff;
  font-weight: 500;
  width: 88%;
}

@media (max-width: 768px) {
  html body #hero .slickWhole #strapline .straplines .straplineWrapper p {
    width: 60%;
  }
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper ul {
  list-style-type: disc;
  color: #fff;
  margin-left: 1rem;
  margin-bottom: 2rem;
  font-size: 1.4vw;
}

@media (max-width: 768px) {
  html body #hero .slickWhole #strapline .straplines .straplineWrapper ul {
    margin-bottom: 1rem;
  }
}

@media (max-width: 640px) {
  html body #hero .slickWhole #strapline .straplines .straplineWrapper ul {
    font-size: 2vw;
  }
}

@media (max-width: 480px) {
  html body #hero .slickWhole #strapline .straplines .straplineWrapper ul {
    margin-bottom: 2rem;
    font-size: 3vw;
  }
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper a {
  display: inline-block;
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  padding: .5em 1.5em;
  font-size: 1em;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  background: transparent;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-align: center;
  max-width: 40%;
  margin-bottom: 2rem;
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper a.green {
  background: #739600;
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper a.purple {
  background: #80379B;
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper a.magenta {
  background: #D71F85;
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper a.orange {
  background: #E98300;
}

html body #hero .slickWhole #strapline .straplines .straplineWrapper a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #002776;
}

@media (max-width: 640px) {
  html body #hero .slickWhole #strapline .straplines .straplineWrapper a {
    padding: .9em 3em;
    font-size: .9em;
  }
}

html body #hero .slickWhole #strapline .straplines .slick-dots {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 2rem;
}

html body #hero .slickWhole #strapline .straplines .slick-dots li {
  width: 6vw;
  height: 10px;
  margin-left: .5rem;
}

html body #hero .slickWhole #strapline .straplines .slick-dots li button {
  background: #80379b;
  width: 100%;
  height: 10px;
}

html body #hero .slickWhole #strapline .straplines .slick-dots li button::before {
  display: none;
}

html body #hero .slickWhole #strapline .straplines .slick-dots li.slick-active button {
  background: #009fda;
}

@media (max-width: 768px) {
  html body #hero .slickWhole #strapline .straplines {
    width: 100%;
  }
}

@media (max-width: 640px) {
  html body #hero .slickWhole #strapline .straplines {
    width: 100%;
    padding: 0 2rem;
  }
  html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 {
    margin-bottom: 1rem;
    font-size: 4vw;
  }
  html body #hero .slickWhole #strapline .straplines .straplineWrapper .heroCTA {
    padding: .5em .25em;
    max-width: 50%;
  }
  html body #hero .slickWhole #strapline .straplines .slick-dots {
    bottom: -1.5rem;
  }
}

@media (max-width: 480px) {
  html body #hero .slickWhole #strapline .straplines {
    width: 100%;
    padding: 0 2rem;
  }
  html body #hero .slickWhole #strapline .straplines .straplineWrapper h1 {
    margin-bottom: 1rem;
    font-size: 6vw;
  }
}

html body #hero .slickWhole #strapline .straplineInner {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 37%;
}

html body #hero .slickWhole #strapline .straplineInner .straplineWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 1.6s;
          animation-delay: 1.6s;
  padding-right: 2rem;
}

html body #hero .slickWhole #strapline .straplineInner .straplineWrapper h1 {
  color: #fff;
  font-weight: bold;
  margin-bottom: 1.75em;
  font-size: 2.9vw;
}

html body #hero .slickWhole #strapline .straplineInner .straplineWrapper h1 span {
  display: block;
  line-height: 1.1;
  position: relative;
}

html body #hero .slickWhole #strapline .straplineInner .straplineWrapper h1 span:nth-of-type(1) {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  text-transform: uppercase;
}

html body #hero .slickWhole #strapline .straplineInner .straplineWrapper h1 span:nth-of-type(2) {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
  font-size: .6em;
  font-weight: 400;
}

html body #hero .slickWhole #strapline .straplineInner .straplineWrapper h1 span:nth-of-type(3) {
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: 2.4s;
          animation-delay: 2.4s;
  font-weight: 400;
  font-size: .65em;
}

@media (max-width: 640px) {
  html body #hero .slickWhole #strapline .straplineInner {
    width: 100%;
    padding: 0 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html body #hero .slickWhole #strapline .straplineInner .straplineWrapper h1 {
    font-size: 2vw;
  }
}

html body #hero .slickWhole .herooverlay {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 2;
}

html body #heroInner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

html body #heroInner #imageWrap {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
}

html body #heroInner #imageWrap img {
  width: 100%;
  display: block;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  display: block;
}

html body #heroInner .heroInnerOverlayDark {
  background: #002776;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
}

html body #heroInner .heroInnerOverlay {
  background: #009fda;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

html body #heroInner .partnerLogo {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 2rem;
  padding-top: 2rem;
}

html body #heroInner .partnerLogo .partnership {
  max-height: 70px;
  width: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: minmax(0, -webkit-max-content) minmax(0, -webkit-max-content);
  grid-template-columns: minmax(0, max-content) minmax(0, max-content);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body #heroInner .partnerLogo .partnership p {
  margin-right: 0.75rem;
  font-weight: bold;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 1.5vw;
}

html body #heroInner .partnerLogo .partnership img {
  min-width: 4.5vw;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media (max-width: 992px) {
  html body #heroInner .partnerLogo .partnership img {
    min-width: 5vw;
    width: 100%;
    max-width: 42px;
  }
}

@media (max-width: 640px) {
  html body #heroInner .partnerLogo .partnership img {
    max-width: 25px;
  }
}

@media (max-width: 480px) {
  html body #heroInner .partnerLogo .partnership img {
    max-width: 20px;
  }
}

html body #heroInner #strapline {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 6;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

html body #heroInner #strapline .straplineInner {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0 2rem;
}

html body #heroInner #strapline .straplineInner .straplineWrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

html body #heroInner #strapline .straplineInner .straplineWrapper h1 {
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 2.9vw;
}

html body .generalHeader {
  -ms-grid-column: 1;
  grid-column: 1/span 4;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-span: 4;
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

html body .generalHeader .generalHeaderImage {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body .generalHeader .generalHeaderImage picture {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
}

html body .generalHeader .generalHeaderImage img {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-height: 45vh;
  display: block;
}

@media (max-width: 992px) {
  html body .generalHeader .generalHeaderImage img {
    min-height: 27vh;
  }
}

@media (max-width: 480px) {
  html body .generalHeader .generalHeaderImage img {
    height: 27vh;
    min-height: auto;
    max-height: 250px;
  }
}

html body .generalHeader .generalHeaderImage .priDarkOverlay {
  background: #002776;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
}

html body .generalHeader .generalHeaderImage .priColorOverlay {
  background: #009fda;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

html body .generalHeader .generalHeaderCopy {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 4;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (min-width: 1770px) {
  html body .generalHeader .generalHeaderCopy {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body .generalHeader .generalHeaderCopy .generalHeaderCopyWrap {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0 2rem;
  width: calc(100% - 520px);
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body .generalHeader .generalHeaderCopy .generalHeaderCopyWrap h1 {
  margin-top: 0;
  font-weight: bold;
  font-size: 2.9vw;
  margin-bottom: 1rem;
}

html body .generalHeader .generalHeaderCopy .generalHeaderCopyWrap p {
  font-size: 1.67vw;
}

@media (max-width: 992px) {
  html body .generalHeader .generalHeaderCopy .generalHeaderCopyWrap {
    width: 100%;
  }
  html body .generalHeader .generalHeaderCopy .generalHeaderCopyWrap h1 {
    font-size: 4vw;
  }
  html body .generalHeader .generalHeaderCopy .generalHeaderCopyWrap p {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  html body .generalHeader .generalHeaderCopy .generalHeaderCopyWrap h1 {
    font-size: 5vw;
  }
  html body .generalHeader .generalHeaderCopy .generalHeaderCopyWrap p {
    font-size: 3.5vw;
  }
}

html body.iphone #landingPage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (min-width: 1770px) {
  html body.iphone #landingPage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body.iphone #landingPage .contentWrap .homepageHeading {
  color: #002776;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 3.125rem;
}

html body:not(.iphone) #landingPage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (min-width: 1770px) {
  html body:not(.iphone) #landingPage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body:not(.iphone) #landingPage .contentWrap .homepageHeading {
  color: #002776;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 3.125rem;
}

html body #innerPage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (min-width: 1770px) {
  html body #innerPage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body #innerPage .contentWrap .twoColInner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1050px) minmax(0, 450px);
  grid-template-columns: minmax(0, 1050px) minmax(0, 450px);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (min-width: 1770px) {
  html body #innerPage .contentWrap .twoColInner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 0.7fr) minmax(0, 0.3fr);
    grid-template-columns: minmax(0, 0.7fr) minmax(0, 0.3fr);
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body #innerPage .contentWrap .twoColInnerLeft {
  padding-right: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body #innerPage .contentWrap .twoColInnerLeft.blog h2 span {
  display: block;
}

html body #innerPage .contentWrap .twoColInnerLeft.blog h2 span:nth-of-type(1) {
  font-weight: bold;
}

html body #innerPage .contentWrap .twoColInnerLeft.blog h2 span:nth-of-type(2) {
  font-weight: 400;
  font-size: .75em;
  color: #009fda;
  margin-top: .25em;
}

html body #innerPage .contentWrap .twoColInnerLeft.blog picture {
  width: 100%;
}

html body #innerPage .contentWrap .twoColInnerLeft.blog img {
  width: 100%;
  margin-bottom: 2rem;
  display: block;
}

html body #innerPage .contentWrap .twoColInnerLeft.blog h3 {
  color: #002776;
}

html body #innerPage .contentWrap .twoColInnerRight {
  padding-left: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body #innerPage .contentWrap .twoColInnerRight .signUpCTA {
  border: 1px solid #002776;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html body #innerPage .contentWrap .twoColInnerRight .signUpCTA.js-is-stuck {
    top: auto;
  }
}

html body #innerPage .contentWrap .twoColInnerRight .signUpCTA picture {
  width: 100%;
}

html body #innerPage .contentWrap .twoColInnerRight .signUpCTA img {
  width: 100%;
  display: block;
}

html body #innerPage .contentWrap .twoColInnerRight .signUpCTA a.stickyBtnSI {
  color: #fff;
  font-weight: 500;
  background: #833ab4;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 1rem 2rem;
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body #innerPage .contentWrap .twoColInnerRight .signUpCTA a.stickyBtnSI:hover {
  background: #555555;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #innerPage .contentWrap .twoColInnerRight .signUpCTA a.stickyDownloads {
  color: #fff;
  font-weight: 500;
  background: #002776;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  padding: 1rem 2rem;
  width: 100%;
  text-align: center;
  margin-top: 1rem;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body #innerPage .contentWrap .twoColInnerRight .signUpCTA a.stickyDownloads:hover {
  background: #009fda;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 992px) {
  html body #innerPage .contentWrap .twoColInner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: minmax(0, 1fr) auto;
    grid-template-rows: minmax(0, 1fr) minmax(0, -webkit-max-content);
    grid-template-rows: minmax(0, 1fr) minmax(0, max-content);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  html body #innerPage .contentWrap .twoColInnerLeft {
    padding-right: 0;
  }
  html body #innerPage .contentWrap .twoColInnerRight {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-left: 0;
  }
  html body #innerPage .contentWrap .twoColInnerRight .signUpCTA {
    position: relative;
    margin-top: 3rem;
  }
}

@media all and (max-width: 992px) and (-ms-high-contrast: none), (max-width: 992px) and (-ms-high-contrast: active) {
  html body #innerPage .contentWrap .twoColInnerRight .signUpCTA {
    position: relative !important;
  }
}

html body article.productPage {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1050px + 3rem)) minmax(320px, calc(450px + 3rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1050px + 3rem)) minmax(320px, calc(450px + 3rem)) 1fr;
  -ms-grid-rows: auto minmax(0, 1fr);
  grid-template-rows: minmax(0, 45vh) minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (min-width: 1770px) {
  html body article.productPage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: calc(5% - 3rem) minmax(320px, 0.7fr) minmax(320px, 0.3fr) calc(5% - 3rem);
    grid-template-columns: calc(5% - 3rem) minmax(320px, 0.7fr) minmax(320px, 0.3fr) calc(5% - 3rem);
    -ms-grid-rows: auto minmax(0, 1fr);
    grid-template-rows: minmax(0, 45vh) minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body article.productPage .productHeader {
  -ms-grid-column: 1;
  grid-column: 1/span 4;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-span: 4;
  position: relative;
  z-index: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

html body article.productPage .productHeader .productHeaderImage {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body article.productPage .productHeader .productHeaderImage picture {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
}

html body article.productPage .productHeader .productHeaderImage img {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
  max-height: 45vh;
  display: block;
}

@media (max-width: 992px) {
  html body article.productPage .productHeader .productHeaderImage img {
    min-height: 27vh;
  }
}

@media (max-width: 480px) {
  html body article.productPage .productHeader .productHeaderImage img {
    height: 27vh;
    min-height: auto;
    max-height: 250px;
  }
}

html body article.productPage .productHeader .productHeaderImage .priDarkOverlay {
  background: #002776;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  mix-blend-mode: color;
}

html body article.productPage .productHeader .productHeaderImage .priColorOverlay {
  background: #009fda;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 4;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
}

html body article.productPage .productHeader .productHeaderImage .priSVGOverlay {
  mix-blend-mode: multiply;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 3;
  width: 100%;
  height: 100%;
  display: none;
}

html body article.productPage .productHeader .productHeaderImage .priSVGOverlay svg .pOverlay1 {
  fill: #009fda;
}

html body article.productPage .productHeader .productHeaderImage .priSVGOverlay svg .pOverlay2 {
  -webkit-animation: blink-1 6s infinite both;
          animation: blink-1 6s infinite both;
}

html body article.productPage .productHeader .productHeaderImage .priSVGOverlay svg .pOverlay3 {
  -webkit-animation: blink-2 8s infinite both;
          animation: blink-2 8s infinite both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

html body article.productPage .productHeader .productHeaderImage .priSVGOverlay svg .pOverlay4 {
  -webkit-animation: blink-3 10s infinite both;
          animation: blink-3 10s infinite both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

html body article.productPage .productHeader .productHeaderImage .priSVGOverlay svg .pOverlay5 {
  -webkit-animation: blink-1 9s infinite both;
          animation: blink-1 9s infinite both;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

html body article.productPage .productHeader .productHeaderImage .priSVGOverlay svg .pOverlay6 {
  -webkit-animation: blink-2 7s infinite both;
          animation: blink-2 7s infinite both;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}

html body article.productPage .productHeader .partnerLogo {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-right: 2rem;
  padding-top: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body article.productPage .productHeader .partnerLogo .partnership {
  max-height: 70px;
  width: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
  grid-template-columns: minmax(0, -webkit-max-content) minmax(0, -webkit-max-content);
  grid-template-columns: minmax(0, max-content) minmax(0, max-content);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body article.productPage .productHeader .partnerLogo .partnership p {
  margin-right: 0.75rem;
  font-weight: bold;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  font-size: 1.5vw;
}

html body article.productPage .productHeader .partnerLogo .partnership img {
  min-width: 4.5vw;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media (max-width: 992px) {
  html body article.productPage .productHeader .partnerLogo .partnership img {
    min-width: 5vw;
    width: 100%;
    max-width: 42px;
  }
}

@media (max-width: 640px) {
  html body article.productPage .productHeader .partnerLogo .partnership img {
    max-width: 25px;
  }
}

@media (max-width: 480px) {
  html body article.productPage .productHeader .partnerLogo .partnership img {
    max-width: 20px;
  }
}

html body article.productPage .productHeader .productHeaderCopy {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 4;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (min-width: 1770px) {
  html body article.productPage .productHeader .productHeaderCopy {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body article.productPage .productHeader .productHeaderCopy .productHeaderCopyWrap {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0 2rem;
  width: calc(100% - 520px);
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

html body article.productPage .productHeader .productHeaderCopy .productHeaderCopyWrap h1 {
  margin-top: 0;
  font-weight: bold;
  font-size: 2.9vw;
  margin-bottom: 1rem;
}

html body article.productPage .productHeader .productHeaderCopy .productHeaderCopyWrap p {
  font-size: 1.67vw;
}

@media (max-width: 992px) {
  html body article.productPage .productHeader .productHeaderCopy .productHeaderCopyWrap h1 {
    font-size: 4vw;
  }
  html body article.productPage .productHeader .productHeaderCopy .productHeaderCopyWrap p {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  html body article.productPage .productHeader .productHeaderCopy .productHeaderCopyWrap h1 {
    font-size: 5vw;
  }
  html body article.productPage .productHeader .productHeaderCopy .productHeaderCopyWrap p {
    font-size: 3.5vw;
  }
}

html body article.productPage .productHeader .productHeaderCopySlick {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  z-index: 4;
  color: #fff;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (min-width: 1770px) {
  html body article.productPage .productHeader .productHeaderCopySlick {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body article.productPage .productHeader .productHeaderCopySlick .productHeaderCopySlickWrap {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0 2rem;
  width: calc(100% - 520px);
  max-width: 1050px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 992px) {
  html body article.productPage .productHeader .productHeaderCopySlick .productHeaderCopySlickWrap {
    width: 100%;
    max-width: 100%;
  }
}

html body article.productPage .productHeader .productHeaderCopySlick .productHeaderCopySlickWrap .productSlickContainer {
  opacity: 0;
}

html body article.productPage .productHeader .productHeaderCopySlick .productHeaderCopySlickWrap .productSlickContainer h1 {
  margin-top: 0;
  font-weight: bold;
  font-size: 2.9vw;
  margin-bottom: 1rem;
}

html body article.productPage .productHeader .productHeaderCopySlick .productHeaderCopySlickWrap .productSlickContainer p {
  font-size: 1.67vw;
}

@media (max-width: 992px) {
  html body article.productPage .productHeader .productHeaderCopySlick .productHeaderCopySlickWrap .productSlickContainer h1 {
    font-size: 4vw;
  }
  html body article.productPage .productHeader .productHeaderCopySlick .productHeaderCopySlickWrap .productSlickContainer p {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  html body article.productPage .productHeader .productHeaderCopySlick .productHeaderCopySlickWrap .productSlickContainer h1 {
    font-size: 5vw;
  }
  html body article.productPage .productHeader .productHeaderCopySlick .productHeaderCopySlickWrap .productSlickContainer p {
    font-size: 3.5vw;
  }
}

html body article.productPage .courseDetails {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  position: relative;
  z-index: 1;
  padding: 4rem 1rem 4rem 2rem;
}

html body article.productPage .courseDetails h2 {
  color: #002776;
  font-size: 1.6em;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1.5rem;
}

html body article.productPage .courseDetails p {
  margin-bottom: 1.5rem;
}

html body article.productPage .courseDetails p.subhead {
  font-weight: 500;
}

html body article.productPage .courseDetails ul {
  list-style-type: disc;
  margin-left: 1.25rem;
  margin-bottom: 2rem;
  font-size: 1em;
}

html body article.productPage .courseDetails ul li {
  padding-left: .5rem;
  margin-bottom: 1rem;
}

html body article.productPage .courseDetails ul li:last-of-type {
  margin-bottom: 0;
}

html body article.productPage .courseDetails .haysHubLink {
  margin: 3rem 0rem;
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: minmax(50px, 1fr) auto minmax(20px, 1fr);
  grid-template-rows: minmax(50px, 1fr) minmax(0, -webkit-max-content) minmax(20px, 1fr);
  grid-template-rows: minmax(50px, 1fr) minmax(0, max-content) minmax(20px, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

html body article.productPage .courseDetails .haysHubLink .hhImgWrap {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1/span 3;
  -ms-grid-row-span: 3;
  width: 52%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body article.productPage .courseDetails .haysHubLink picture {
  width: 100%;
  position: relative;
  z-index: 2;
}

html body article.productPage .courseDetails .haysHubLink img {
  width: 100%;
  position: relative;
  z-index: 2;
  display: block;
}

html body article.productPage .courseDetails .haysHubLink .hhLinkRight {
  background: #002776;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
  position: relative;
  z-index: 1;
  padding: 3rem 2rem 3rem 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

html body article.productPage .courseDetails .haysHubLink .hhLinkRight span {
  width: 45%;
}

html body article.productPage .courseDetails .haysHubLink .hhLinkRight span h1 {
  font-size: 2vw;
  margin-top: 0;
}

html body article.productPage .courseDetails .haysHubLink .hhLinkRight span h1 span {
  display: block;
  width: 100%;
  font-weight: 700;
}

html body article.productPage .courseDetails .haysHubLink .hhLinkRight span h1 span:nth-of-type(1) {
  color: #ffffff;
}

html body article.productPage .courseDetails .haysHubLink .hhLinkRight span h1 span:nth-of-type(2) {
  color: #009fda;
}

html body article.productPage .courseDetails .haysHubLink .hhLinkRight span a {
  background: #80379b;
  padding: 1rem 2rem;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: 1.3vw;
}

html body article.productPage .courseDetails .haysHubLink .hhLinkRight span a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #555555;
}

html body article.productPage .stickyCTA {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1/span 2;
  -ms-grid-row-span: 2;
  position: relative;
  z-index: 2;
  padding: 4rem 3rem 4rem 1rem;
  top: 4rem;
}

html body article.productPage .stickyCTA.scrolled {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1050px + 3rem)) minmax(320px, calc(450px + 3rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1050px + 3rem)) minmax(320px, calc(450px + 3rem)) 1fr;
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  width: 100%;
  top: 0;
  left: 0;
  position: fixed;
  pointer-events: none;
}

html body article.productPage .stickyCTA.scrolled .stickyCTAInner {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
  margin-right: 4rem;
  pointer-events: all;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

html body article.productPage .stickyCTA .stickyCTAInner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1rem;
  background: #ffffff;
  border: 1px solid #002776;
  position: -webkit-sticky;
  position: sticky;
  top: 2rem;
  min-height: 0;
}

@media (min-width: 1770px) {
  html body article.productPage .stickyCTA .stickyCTAInner {
    max-width: 100% !important;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  html body article.productPage .stickyCTA .stickyCTAInner.js-is-stuck {
    top: auto;
  }
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting picture {
  width: 100%;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting img {
  width: 100%;
  display: block;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productPrice {
  padding: 1rem 0;
  font-size: 2em;
  font-weight: 700;
  text-align: center;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productPriceBlock {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr) 0.25rem minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0.25rem;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productPriceBlock .blockDarkBack_1 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  background: #002776;
  padding: 1rem;
  color: #fff;
  font-weight: 500;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productPriceBlock .blockDarkBack_2 {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 2;
  background: #002776;
  padding: 1rem;
  color: #fff;
  font-weight: 500;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productPriceBlock .blockDarkOutline_1 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  border: 1px solid #002776;
  padding: 1rem;
  color: #002776;
  font-weight: 500;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productPriceBlock .blockDarkOutline_2 {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 3;
  grid-row: 2;
  border: 1px solid #002776;
  padding: 1rem;
  color: #002776;
  font-weight: 500;
}

@media (max-width: 480px) {
  html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productPriceBlock {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: minmax(0, 1fr) minmax(0, 1fr) 0.5rem minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr) 0.5rem minmax(0, 1fr) minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productPriceBlock .blockDarkBack_1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productPriceBlock .blockDarkBack_2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 4;
    grid-row: 4;
  }
  html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productPriceBlock .blockDarkOutline_1 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
  }
  html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productPriceBlock .blockDarkOutline_2 {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 5;
  }
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productCTA1 {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  background: #002776;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.2em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productCTA1:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #80379b;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productCTA2 {
  display: block;
  width: 100%;
  margin-bottom: 1rem;
  background: #009fda;
  color: #fff;
  text-align: center;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.2em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyCosting .productCTA2:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #80379b;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyDetails p strong {
  margin-bottom: 1rem;
  display: block;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyDetails ul {
  margin-bottom: 1rem;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyDetails ul li {
  margin-bottom: 1rem;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyDetails ul li:last-of-type {
  margin: 0;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyDetails .share {
  background: #80379b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1rem 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  text-decoration: none;
  font-size: 1.2em;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyDetails .share div {
  color: #fff;
  margin-right: 1rem;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyDetails .share img {
  width: 24px;
  height: 20px;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyDetails .share:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #555555;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyDetails .productMessage1 {
  margin-top: 1rem;
}

html body article.productPage .stickyCTA .stickyCTAInner .stickyDetails .productMessage2 {
  margin-top: 1rem;
}

@media (max-width: 992px) {
  html body article.productPage {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
    -ms-grid-rows: auto auto minmax(0, 1fr);
    grid-template-rows: minmax(0, -webkit-max-content) minmax(0, -webkit-max-content) minmax(0, 1fr);
    grid-template-rows: minmax(0, max-content) minmax(0, max-content) minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  html body article.productPage .productHeader {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  html body article.productPage .productHeader .productHeaderCopy .productHeaderCopyWrap {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
  }
  html body article.productPage .courseDetails {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 3;
    padding: 4rem 2rem 0rem 2rem;
  }
  html body article.productPage .courseDetails .haysHubLink {
    margin-bottom: 0;
  }
  html body article.productPage .courseDetails .haysHubLink .hhLinkRight {
    padding: 2rem;
  }
  html body article.productPage .courseDetails .haysHubLink .hhLinkRight span h1 {
    font-size: 3vw;
  }
  html body article.productPage .courseDetails .haysHubLink .hhLinkRight span a {
    font-size: 2.2vw;
    text-decoration: none;
  }
  html body article.productPage .stickyCTA {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
    padding: 4rem 2rem 0rem 2rem;
    top: 0;
  }
  html body article.productPage .stickyCTA.scrolled {
    display: block;
    position: relative !important;
  }
}

html body .cvMessage {
  padding: 2rem;
  background-size: cover;
  background-position: center;
}

html body .cvMessage h2 {
  color: #fff !important;
  font-size: 1.75vw !important;
  margin-bottom: 0 !important;
}

html body .jquery-modal.blocker {
  background: rgba(0, 39, 118, 0.8);
  z-index: 9;
  -webkit-animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
          animation: scale-in-center 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
}

html body .jquery-modal.blocker .modal {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  min-width: 40vw;
  max-height: 80vh;
  padding: 2rem;
  -webkit-animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
          animation: fade-in 1.2s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  width: 100%;
  position: relative;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

html body .jquery-modal.blocker .modal .nf-form-content {
  max-width: 100%;
}

html body .jquery-modal.blocker .modal .simplebar-scrollbar::before {
  background: #002776 !important;
}

html body .jquery-modal.blocker .modal .simplebar-track.simplebar-vertical {
  top: 2rem;
  right: 0.5rem;
}

html body .jquery-modal.blocker .modal h3 {
  color: inherit;
}

html body .jquery-modal.blocker .modal .nf-form-fields-required {
  color: #002776;
  font-weight: 500;
  margin-bottom: .5rem;
}

html body .jquery-modal.blocker .modal .nf-form-content label {
  font-size: 1em;
}

html body .jquery-modal.blocker .modal .nf-form-content input:not([type="button"]) {
  border: 5px solid #002776;
}

html body .jquery-modal.blocker .modal .nf-form-content textarea {
  border: 5px solid #002776;
}

html body .jquery-modal.blocker .modal .nf-form-content input[type="button"] {
  background: #80379b;
  display: inline-block;
  padding: 1rem 2rem;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body .jquery-modal.blocker .modal .nf-form-content input[type="button"]:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #002776;
}

html body .jquery-modal.blocker .modal .nf-form-content select.ninja-forms-field:not([multiple]) {
  border: 5px solid #002776;
}

html body .jquery-modal.blocker .modal #nf-field-63, html body .jquery-modal.blocker .modal #nf-field-64, html body .jquery-modal.blocker .modal #nf-field-65 {
  text-transform: uppercase;
}

html body .jquery-modal.blocker .modal .listcheckbox-wrap .nf-field-element label::after {
  border: 2px solid #002776;
}

html body .jquery-modal.blocker .modal .modalContentWrapper + a[rel="modal:close"] {
  margin-top: 1rem;
  display: inline-block;
  background: #80379b;
  color: #ffffff;
  padding: 1rem 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  position: relative;
  z-index: 1;
  margin-left: 5px;
}

html body .jquery-modal.blocker .modal .modalContentWrapper + a[rel="modal:close"]:hover {
  background: #002776;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body #loginBlockFooter {
  background: #ccecf8;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (min-width: 1770px) {
  html body #loginBlockFooter {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body #loginBlockFooter .contentWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) 1px minmax(0, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

html body #loginBlockFooter .contentWrap .contactFooter {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding: 6rem 3rem;
}

html body #loginBlockFooter .contentWrap .contactFooter h1 {
  color: #002776;
  font-weight: bold;
  font-size: 2em;
  margin: 0 0 1rem 0;
}

html body #loginBlockFooter .contentWrap .contactFooter p {
  font-weight: 500;
  margin-bottom: 2rem;
}

html body #loginBlockFooter .contentWrap .contactFooter a {
  background: #80379b;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: .8em;
}

html body #loginBlockFooter .contentWrap .contactFooter a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #002776;
}

html body #loginBlockFooter .contentWrap .blockDivider {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  background: #002776;
  width: 1px;
  height: 100%;
}

html body #loginBlockFooter .contentWrap .loginFooter {
  -ms-grid-column: 3;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: center;
  padding: 6rem 3rem;
}

html body #loginBlockFooter .contentWrap .loginFooter h1 {
  color: #002776;
  font-weight: bold;
  font-size: 2em;
  margin: 0 0 1rem 0;
}

html body #loginBlockFooter .contentWrap .loginFooter p {
  font-weight: 500;
  margin-bottom: 2rem;
}

html body #loginBlockFooter .contentWrap .loginFooter a {
  background: #80379b;
  display: inline-block;
  text-decoration: none;
  padding: 1rem 3rem;
  color: #fff;
  font-weight: bold;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  font-size: .8em;
}

html body #loginBlockFooter .contentWrap .loginFooter a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #002776;
}

@media (max-width: 768px) {
  html body #loginBlockFooter .contentWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: minmax(0, 1fr) 1px minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) 1px minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  html body #loginBlockFooter .contentWrap .contactFooter {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    padding: 0rem 3rem 2rem 3rem;
  }
  html body #loginBlockFooter .contentWrap .blockDivider {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    width: 100%;
    height: 1px;
  }
  html body #loginBlockFooter .contentWrap .loginFooter {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 3;
    padding: 3rem 3rem 0rem 3rem;
  }
}

html body #pricingCards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.25rem minmax(0, 1fr) 1.25rem minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 1.25rem;
  grid-column-gap: 1.25rem;
  grid-row-gap: 0;
  margin-top: 4rem;
}

html body #pricingCards .pricingCard {
  background: #CCECF8;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: auto minmax(0, 1fr) auto minmax(0, 0.3fr) auto minmax(0, 0.4fr) auto;
  grid-template-rows: minmax(0, -webkit-max-content) minmax(0, 1fr) minmax(0, -webkit-max-content) minmax(0, 0.3fr) minmax(0, -webkit-max-content) minmax(0, 0.4fr) minmax(0, -webkit-max-content);
  grid-template-rows: minmax(0, max-content) minmax(0, 1fr) minmax(0, max-content) minmax(0, 0.3fr) minmax(0, max-content) minmax(0, 0.4fr) minmax(0, max-content);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

html body #pricingCards .pricingCard:nth-of-type(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body #pricingCards .pricingCard:nth-of-type(2) {
  -ms-grid-column: 3;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body #pricingCards .pricingCard:nth-of-type(3) {
  -ms-grid-column: 5;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body #pricingCards .pricingCard:nth-of-type(4) {
  -ms-grid-column: 7;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
  display: none;
}

html body #pricingCards .pricingCard .pricingTitle {
  background: #002776;
  color: #fff;
  width: 100%;
  padding: 1.5rem 1rem;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: 500;
  margin: 0;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body #pricingCards .pricingCard .pricingList {
  padding: 2rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style-type: disc;
  margin-left: 1.5rem;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 2;
  grid-row: 2;
}

html body #pricingCards .pricingCard .pricingList li {
  margin-bottom: 1rem;
  font-size: .9em;
}

html body #pricingCards .pricingCard .includedHeading {
  background: #009fda;
  width: 100%;
  padding: 1rem;
  font-weight: 500;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 3;
  grid-row: 3;
}

html body #pricingCards .pricingCard .includedList {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 4;
  grid-row: 4;
}

html body #pricingCards .pricingCard .includedList p {
  padding: 1.5rem 1rem;
  font-size: .9em;
  font-weight: 500;
}

html body #pricingCards .pricingCard .priceHeading {
  background: #009fda;
  width: 100%;
  padding: 1rem;
  font-weight: 500;
  color: #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin: 0;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 5;
  grid-row: 5;
}

html body #pricingCards .pricingCard .pricingBlock {
  padding: 1.5rem 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 6;
  grid-row: 6;
}

html body #pricingCards .pricingCard .pricingBlock p {
  font-size: .9em;
  font-weight: 500;
}

html body #pricingCards .pricingCard .ctaBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 1rem;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 7;
  grid-row: 7;
}

html body #pricingCards .pricingCard .ctaBlock a {
  display: inline-block;
  background: #833ab4;
  color: #fff;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  width: calc(100% - 2rem);
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

html body #pricingCards .pricingCard .ctaBlock a:hover {
  background: #002776;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 768px) {
  html body #pricingCards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: auto 1.25rem auto 1.25rem auto 1.25rem auto;
    grid-template-rows: minmax(0, -webkit-max-content) minmax(0, -webkit-max-content) minmax(0, -webkit-max-content) minmax(0, -webkit-max-content);
    grid-template-rows: minmax(0, max-content) minmax(0, max-content) minmax(0, max-content) minmax(0, max-content);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 1.25rem;
  }
  html body #pricingCards .pricingCard {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: auto minmax(0, 1fr) auto auto auto auto auto;
    grid-template-rows: minmax(0, -webkit-max-content) minmax(0, 1fr) minmax(0, -webkit-max-content) minmax(0, -webkit-max-content) minmax(0, -webkit-max-content) minmax(0, -webkit-max-content) minmax(0, -webkit-max-content);
    grid-template-rows: minmax(0, max-content) minmax(0, 1fr) minmax(0, max-content) minmax(0, max-content) minmax(0, max-content) minmax(0, max-content) minmax(0, max-content);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  html body #pricingCards .pricingCard:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  html body #pricingCards .pricingCard:nth-of-type(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 2;
  }
  html body #pricingCards .pricingCard:nth-of-type(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 3;
  }
  html body #pricingCards .pricingCard:nth-of-type(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 4;
  }
}

html body .postCardMessage {
  margin-top: 2rem;
}

html body .product_Subtext {
  margin-bottom: 1rem;
  font-size: .8em;
  font-weight: 500;
}

html body #hhhero {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (min-width: 1770px) {
  html body #hhhero {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body #hhhero .hhheroWrap {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 0rem 2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr) 3em;
  grid-template-rows: minmax(0, 1fr) 3em;
  grid-column-gap: 2rem;
  grid-column-gap: 2rem;
  grid-row-gap: 0;
  position: relative;
  z-index: 2;
}

html body #hhhero .hhheroWrap .hhheroLeft {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1/span 2;
  -ms-grid-row-span: 2;
  position: relative;
  padding-top: 2em;
}

html body #hhhero .hhheroWrap .hhheroLeft img {
  width: 85%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  position: absolute;
}

html body #hhhero .hhheroWrap .hhheroRight {
  -ms-grid-column: 3;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body #hhhero .hhheroWrap .hhheroRight h1 {
  color: #fff;
  font-weight: bold;
  font-size: 2.9vw;
}

@media (max-width: 768px) {
  html body #hhhero .hhheroWrap .hhheroRight h1 {
    font-size: 2.5vw;
  }
}

@media (max-width: 480px) {
  html body #hhhero .hhheroWrap .hhheroRight h1 {
    font-size: 2.4vw;
  }
}

html body #hhhero .hhheroWrap .hhheroRight h1 span {
  display: block;
}

html body #hhhero .hhheroWrap .hhheroRight h1 span:first-of-type {
  color: #009fda;
}

@media (max-width: 768px) {
  html body #hhhero .hhheroWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 2rem minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 0;
  }
  html body #hhhero .hhheroWrap .hhheroLeft {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
    -ms-grid-row-span: 1;
  }
}

html body #hhhero .hhheroHeight {
  -ms-grid-column: 1;
  grid-column: 1/span 3;
  -ms-grid-row: 1;
  grid-row: 1;
  -ms-grid-column-span: 3;
  position: relative;
  z-index: 1;
  background: #002776;
  background: linear-gradient(135deg, #000000 0%, #002776 100%);
  margin-bottom: 3em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body #hhhero .hhheroHeight img {
  width: 100%;
  opacity: 0;
}

@media (max-width: 768px) {
  html body #hhhero .hhheroHeight {
    margin-bottom: 3em;
  }
}

@media (max-width: 480px) {
  html body #hhhero .hhheroHeight {
    margin-bottom: 2em;
  }
}

html body .hhvideoContainer {
  margin-top: 3rem;
}

html body .hhvideoContainer #hhvideo {
  padding-top: 56.25%;
  width: 100%;
}

html body .hhvideoContainer #hhvideo .vjs-big-play-button {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  line-height: 3em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(128, 55, 155, 0.9);
}

html body .hhvideoContainer #hhvideo .vjs-big-play-button .vjs-icon-placeholder::before {
  content: "\f101";
  font-size: 2em;
}

html body .blogListing {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) minmax(0, 2fr);
  grid-template-columns: minmax(100px, 1fr) minmax(0, 2fr);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  padding: 1rem;
  border: 1px solid #002776;
  margin-bottom: 1rem;
}

html body .blogListing:last-of-type {
  margin-bottom: 0;
}

html body .blogListing a {
  text-decoration: none;
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body .blogListing a .blogListingImg {
  display: block;
  height: 100%;
}

html body .blogListing .blogListingCopy {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding-left: 1rem;
}

html body .blogListing .blogListingCopy h2 {
  font-size: 1.25em;
  margin-bottom: 1rem;
}

html body .blogListing .blogListingCopy p {
  font-size: .9em;
}

html body .blogListing .blogListingCopy .blogLink {
  display: inline-block;
  background: #80379b;
  color: #ffffff;
  margin-top: 1rem;
  padding: 1rem 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body .blogListing .blogListingCopy .blogLink:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #002776;
}

@media (max-width: 768px) {
  html body .blogListing {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  html body .blogListing .blogListingImg {
    display: block;
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  html body .blogListing .blogListingCopy {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 1rem;
    padding-left: 0rem;
  }
}

html body .siteVideoContainer {
  margin-bottom: 2rem;
}

html body .siteVideoContainer.twoColumnPosition {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  border: 1px solid #002776;
  padding: 1rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 992px) {
  html body .siteVideoContainer.twoColumnPosition {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    margin-top: 2rem;
  }
}

html body .siteVideoContainer .video-js {
  padding-top: 56.25%;
  width: 100%;
}

html body .siteVideoContainer .video-js .vjs-big-play-button {
  width: 3em;
  height: 3em;
  border-radius: 50%;
  line-height: 3em;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: rgba(128, 55, 155, 0.9);
}

html body .siteVideoContainer .video-js .vjs-big-play-button .vjs-icon-placeholder::before {
  content: "\f101";
  font-size: 2em;
}

html body .modalContentWrapper p {
  color: #002776;
  font-weight: 500;
}

@media (max-width: 480px) {
  html body .modalContentWrapper .heateorSssSharingRound {
    width: 40px;
    height: 40px;
    margin-right: .2rem !important;
  }
  html body .modalContentWrapper .heateorSssSharingRound:last-of-type {
    margin-right: 0;
  }
  html body .modalContentWrapper .heateorSssSharingRound .heateorSssSharing {
    width: 40px !important;
    height: 40px !important;
  }
  html body .modalContentWrapper .heateorSssSharingRound .heateorSssSharing .heateorSssSharingSvg {
    width: 40px;
    height: 40px;
  }
}

html body .onePageBlocks {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body .onePageBlocks .twoColBlock {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body .onePageBlocks .twoColBlock.halfback {
  background: -webkit-gradient(linear, left top, right top, color-stop(50%, #CCECF8), color-stop(50%, white));
  background: linear-gradient(left, #CCECF8 50%, white 50%);
}

html body .onePageBlocks .twoColBlock.palegrey {
  background-color: #f0f0f0;
}

html body .onePageBlocks .twoColBlock.palegrey ul {
  margin-bottom: 20px !important;
}

html body .onePageBlocks .twoColBlock.halfbackright {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #002776), color-stop(50%, white));
  background: linear-gradient(right, #002776 50%, white 50%);
}

html body .onePageBlocks .twoColBlock.halfbackright .rightBlock h1, html body .onePageBlocks .twoColBlock.halfbackright .rightBlock p {
  color: #fff;
}

html body .onePageBlocks .twoColBlock.halfbackright .rightBlock ul {
  color: #fff;
  list-style-type: disc;
  margin: 1rem 0 2rem 1rem;
  font-size: .8em;
}

html body .onePageBlocks .twoColBlock.halfbackright .rightBlock ul:last-of-type {
  margin-bottom: 0;
}

html body .onePageBlocks .twoColBlock.halfbackright .rightBlock ul li {
  color: #fff;
  padding-left: 1rem;
  margin-bottom: .25rem;
}

html body .onePageBlocks .twoColBlock.halfbackright .rightBlock ul li:last-of-type {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  html body .onePageBlocks .twoColBlock.halfbackright .rightBlock ul {
    font-size: 1em;
  }
}

html body .onePageBlocks .twoColBlock.paleback {
  background: #f0f0f0;
}

html body .onePageBlocks .twoColBlock.paleback .contentWrap {
  display: block;
}

html body .onePageBlocks .twoColBlock .contentWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}



html body .onePageBlocks .twoColBlock .contentWrap div .bodyLogo {
  width: 100%;
  max-width: 250px;
}

html body .onePageBlocks .twoColBlock .contentWrap .toptext {
  width: 100%;
}

html body .onePageBlocks .twoColBlock .contentWrap .leftBlock {
  width: calc(50% - 2em);
}

html body .onePageBlocks .twoColBlock .contentWrap .leftBlock h1 {
  margin-top: 0;
}

html body .onePageBlocks .twoColBlock .contentWrap .leftBlock .showtext {
  display: none;
}

html body .onePageBlocks .twoColBlock .contentWrap .leftBlock ul {
  list-style-type: disc;
  margin: 1rem 0 2rem 1rem;
  font-size: 1em;
}

html body .onePageBlocks .twoColBlock .contentWrap .leftBlock ul:last-of-type {
  margin-bottom: 0;
}

html body .onePageBlocks .twoColBlock .contentWrap .leftBlock ul li {
  padding-left: 1rem;
  margin-bottom: .25rem;
}

html body .onePageBlocks .twoColBlock .contentWrap .leftBlock ul li:last-of-type {
  margin-bottom: 0;
}

html body .onePageBlocks .twoColBlock .contentWrap .rightBlock {
  width: calc(50% - 2em);
}

html body .onePageBlocks .twoColBlock .contentWrap .rightBlock h1 {
  margin-top: 0;
}

html body .onePageBlocks .twoColBlock .contentWrap .rightBlock ul {
  list-style-type: disc;
  margin: 1rem 0 2rem 1rem;
  font-size: 1em;
}

html body .onePageBlocks .twoColBlock .contentWrap .rightBlock ul:last-of-type {
  margin-bottom: 0;
}

html body .onePageBlocks .twoColBlock .contentWrap .rightBlock ul li {
  padding-left: 1rem;
  margin-bottom: .25rem;
}

html body .onePageBlocks .twoColBlock .contentWrap .rightBlock ul li:last-of-type {
  margin-bottom: 0;
}

html body .onePageBlocks .twoColBlock .contentWrap .linkBtn {
  background: #D71F85;
  color: #fff;
  padding: 1rem 3rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  display: inline-block;
  margin-top: 2rem;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
  font-size: .9em;
}

html body .onePageBlocks .twoColBlock .contentWrap .linkBtn:hover {
  background: #002776;
  font-size: .9em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body .onePageBlocks .twoColBlock .contentWrap h1 {
  font-weight: 500;
  line-height: 1;
}

html body .onePageBlocks .twoColBlock .contentWrap h2 {
  margin-top: 1.5rem;
}

html body .onePageBlocks .twoColBlock .contentWrap h2 span {
  display: block;
}

html body .onePageBlocks .twoColBlock .contentWrap h2 span:nth-of-type(1) {
  font-weight: bold;
  color: #D71F85;
}

html body .onePageBlocks .twoColBlock .contentWrap h2 span:nth-of-type(2) {
  font-weight: bold;
  color: #002776;
}

html body .onePageBlocks .twoColBlock.paleback {
  background: #f0f0f0;
}

html body .onePageBlocks .twoColBlock.paleback .contentWrap {
  display: block;
}

html body .onePageBlocks .twoColBlock.paleback2 {
  background: #CCECF8;
}

html body .onePageBlocks .twoColBlock.paleback2 .contentWrap {
  display: block;
}

@media (max-width: 768px) {
  html body .onePageBlocks .twoColBlock.halfback {
    background: transparent;
  }
  html body .onePageBlocks .twoColBlock.halfbackright {
    background: transparent;
  }
  html body .onePageBlocks .twoColBlock .contentWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
  html body .onePageBlocks .twoColBlock .leftBlock {
    width: 100% !important;
    padding: 4rem 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html body .onePageBlocks .twoColBlock .leftBlock .showtext {
    display: block !important;
    display: list-item !important;
  }
  html body .onePageBlocks .twoColBlock .leftBlock.darkBack {
    background: #CCECF8;
  }
  html body .onePageBlocks .twoColBlock .leftBlock.lgreyback {
    background: #f0f0f0;
  }
  html body .onePageBlocks .twoColBlock .rightBlock {
    width: 100% !important;
    padding: 4rem 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
  html body .onePageBlocks .twoColBlock .rightBlock.hblueback {
    background: #002776;
  }
  html body .onePageBlocks .twoColBlock.palegrey .leftBlock {
    padding: 0 2rem 4rem;
  }
  html body .onePageBlocks .twoColBlock.palegrey .toptext {
    padding: 4rem 2rem 0;
  }
  html body .onePageBlocks .twoColBlock.palegrey .rightBlock {
    display: none;
  }
  html body .onePageBlocks .twoColBlock .toptext {
    padding: 4rem 2rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

html body .innerBlock {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

@media (min-width: 1770px) {
  html body .innerBlock {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body #jobs {
  background: #002776;
  margin-top: -10px;
}

html body #jobs .contentWrap .toptext h1, html body #jobs .contentWrap .toptext p {
  color: #fff;
}

@media (max-width: 768px) {
  html body #jobs .contentWrap .toptext {
    padding: 4rem 2rem 0 2rem;
  }
}

html body #jobs .contentWrap .cards-jobs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 768px) {
  html body #jobs .contentWrap .cards-jobs {
    padding: 2rem;
  }
}

html body #jobs .contentWrap .cards-jobs a {
  display: block;
  /* width: calc(100% / 3 - 0.66666666666em); */
  width: 32.2%;
  text-decoration: none;
}

/* html body #jobs .contentWrap .cards-jobs a:nth-of-type(3n+2) {
  margin: 0 1em;
} */

html body #jobs .contentWrap .cards-jobs a .job-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #CCECF8;
  padding: 1.5em 2em;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  margin-bottom: 1em;
}

html body #jobs .contentWrap .cards-jobs a .job-card .job-card-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body #jobs .contentWrap .cards-jobs a .job-card .job-card-copy h1 {
  font-size: 1.15em;
  margin: 0;
  color: #002776;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #jobs .contentWrap .cards-jobs a .job-card .job-card-copy h2 {
  display: none;
}

html body #jobs .contentWrap .cards-jobs a .job-card .jc-chevron {
  width: 2em;
  height: 3em;
}

html body #jobs .contentWrap .cards-jobs a .job-card .jc-chevron .cls-1 {
  fill: #D71F85;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #jobs .contentWrap .cards-jobs a .job-card:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  background: #D71F85;
}

html body #jobs .contentWrap .cards-jobs a .job-card:hover .job-card-copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

html body #jobs .contentWrap .cards-jobs a .job-card:hover .job-card-copy h1 {
  font-size: 1.15em;
  margin: 0;
  color: #FFF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #jobs .contentWrap .cards-jobs a .job-card:hover .job-card-copy h2 {
  display: none;
}

html body #jobs .contentWrap .cards-jobs a .job-card:hover .jc-chevron {
  width: 2em;
  height: 3em;
}

html body #jobs .contentWrap .cards-jobs a .job-card:hover .jc-chevron .cls-1 {
  fill: #FFFFFF;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

@media (max-width: 768px) {
  html body #jobs .contentWrap .cards-jobs a {
    width: 100%;
    margin: 0;
  }
  html body #jobs .contentWrap .cards-jobs a:nth-of-type(3n+2) {
    margin: 0;
  }
}

html body #footerCustom {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  grid-template-columns: 1fr minmax(320px, calc(1500px + 4rem)) 1fr;
  -ms-grid-rows: 1fr auto;
  grid-template-rows: 1fr minmax(0, -webkit-max-content);
  grid-template-rows: 1fr minmax(0, max-content);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
  background: #fff;
}

@media (min-width: 1770px) {
  html body #footerCustom {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    grid-template-columns: 1fr minmax(320px, calc(90% + 4rem)) 1fr;
    -ms-grid-rows: minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
}

html body #footerCustom .contentWrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr) 1rem minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr) minmax(0, 1fr);
  -ms-grid-rows: 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 1rem;
  grid-column-gap: 1rem;
  grid-row-gap: 0;
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  padding: 4em 2rem 1rem 2rem;
}

html body #footerCustom .contentWrap .footerColumn h5 {
  color: #002776;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
  padding-bottom: .5rem;
  margin-bottom: 2rem;
}

html body #footerCustom .contentWrap .footerColumn p {
  font-size: .8em;
  margin-bottom: .5rem;
}

html body #footerCustom .contentWrap .footerColumn p a {
  text-decoration: none;
  font-weight: 500;
  color: #009fda;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #footerCustom .contentWrap .footerColumn p a:hover {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #80379b;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .linkedInIcon {
  width: 25%;
  max-width: 62px;
  height: 100%;
  max-height: 60px;
  margin-right: .75rem;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .linkedInIcon .linkedInIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .linkedInIcon svg {
  max-height: 60px;
  height: 100%;
  max-width: 62px;
  width: 100%;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .linkedInIcon:hover .linkedInIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #2867b2;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .twitterIcon {
  width: 25%;
  max-width: 62px;
  height: 100%;
  max-height: 60px;
  margin-right: .75rem;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .twitterIcon .twitterIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .twitterIcon svg {
  max-height: 60px;
  height: 100%;
  max-width: 62px;
  width: 100%;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .twitterIcon:hover .twitterIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #1da1f2;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .facebookIcon {
  width: 25%;
  max-width: 62px;
  height: 100%;
  max-height: 60px;
  margin-right: .75rem;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .facebookIcon .facebookIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .facebookIcon svg {
  max-height: 60px;
  height: 100%;
  max-width: 62px;
  width: 100%;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .facebookIcon:hover .facebookIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #4267B2;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .instagramIcon {
  width: 25%;
  max-width: 62px;
  height: 100%;
  max-height: 60px;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .instagramIcon .instagramIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .instagramIcon svg {
  max-height: 60px;
  height: 100%;
  max-width: 62px;
  width: 100%;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .instagramIcon:hover .instagramIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #833ab4;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .youtubeIcon {
  width: 25%;
  max-width: 62px;
  height: 100%;
  max-height: 60px;
  margin-right: .75rem;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .youtubeIcon .youtubeIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .youtubeIcon svg {
  max-height: 60px;
  height: 100%;
  max-width: 62px;
  width: 100%;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .youtubeIcon:hover .youtubeIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #FF0000;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .xingIcon {
  width: 25%;
  max-width: 62px;
  height: 100%;
  max-height: 60px;
  margin-right: .75rem;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .xingIcon .xingIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .xingIcon svg {
  max-height: 60px;
  height: 100%;
  max-width: 62px;
  width: 100%;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .xingIcon:hover .xingIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #cfdc00;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .spotifyIcon {
  width: 25%;
  max-width: 62px;
  height: 100%;
  max-height: 60px;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .spotifyIcon .spotifyIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .spotifyIcon svg {
  max-height: 60px;
  height: 100%;
  max-width: 62px;
  width: 100%;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .spotifyIcon:hover .spotifyIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #1DB954;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .podcastIcon {
  width: 25%;
  max-width: 62px;
  height: 100%;
  max-height: 60px;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .podcastIcon .podcastIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .podcastIcon svg {
  max-height: 60px;
  height: 100%;
  max-width: 62px;
  width: 100%;
}

html body #footerCustom .contentWrap .footerColumn .flexedSocial .podcastIcon:hover .podcastIconBack {
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  fill: #8C2A0E;
}

html body #footerCustom .contentWrap .footerColumn:nth-of-type(1) {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body #footerCustom .contentWrap .footerColumn:nth-of-type(2) {
  -ms-grid-column: 3;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body #footerCustom .contentWrap .footerColumn:nth-of-type(3) {
  -ms-grid-column: 5;
  grid-column: 3;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body #footerCustom .contentWrap .footerColumn:nth-of-type(4) {
  -ms-grid-column: 7;
  grid-column: 4;
  -ms-grid-row: 1;
  grid-row: 1;
}

@media (max-width: 992px) {
  html body #footerCustom .contentWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 1rem minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    -ms-grid-rows: minmax(0, 1fr) 1rem minmax(0, 1fr);
    grid-template-rows: minmax(0, 1fr) minmax(0, 1fr);
    grid-column-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }
  html body #footerCustom .contentWrap .footerColumn p {
    font-size: 1em;
  }
  html body #footerCustom .contentWrap .footerColumn h5 {
    font-size: 1.2em;
  }
  html body #footerCustom .contentWrap .footerColumn:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  html body #footerCustom .contentWrap .footerColumn:nth-of-type(2) {
    -ms-grid-column: 3;
    grid-column: 2;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  html body #footerCustom .contentWrap .footerColumn:nth-of-type(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 2;
  }
  html body #footerCustom .contentWrap .footerColumn:nth-of-type(4) {
    -ms-grid-column: 3;
    grid-column: 2;
    -ms-grid-row: 3;
    grid-row: 2;
  }
}

@media (max-width: 640px) {
  html body #footerCustom .contentWrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr);
    grid-template-columns: minmax(0, 1fr);
    -ms-grid-rows: auto 1rem auto 1rem auto 1rem auto;
    grid-template-rows: minmax(0, -webkit-max-content) minmax(0, -webkit-max-content) minmax(0, -webkit-max-content) minmax(0, -webkit-max-content);
    grid-template-rows: minmax(0, max-content) minmax(0, max-content) minmax(0, max-content) minmax(0, max-content);
    grid-column-gap: 0;
    grid-column-gap: 0;
    grid-row-gap: 1rem;
  }
  html body #footerCustom .contentWrap .footerColumn {
    margin-bottom: 1rem;
  }
  html body #footerCustom .contentWrap .footerColumn p {
    font-size: 1.2em;
  }
  html body #footerCustom .contentWrap .footerColumn h5 {
    font-size: 1.4em;
  }
  html body #footerCustom .contentWrap .footerColumn:nth-of-type(1) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 1;
    grid-row: 1;
  }
  html body #footerCustom .contentWrap .footerColumn:nth-of-type(2) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 3;
    grid-row: 2;
  }
  html body #footerCustom .contentWrap .footerColumn:nth-of-type(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 5;
    grid-row: 3;
  }
  html body #footerCustom .contentWrap .footerColumn:nth-of-type(4) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 7;
    grid-row: 4;
    margin-bottom: 0;
  }
}

html body #footerCustom .copyright {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 2;
  grid-row: 2;
  border-top: 1px solid #dddddd;
  margin: 0 2rem 2rem 2rem;
  padding-top: 2rem;
}

html body #footerCustom .copyright p {
  font-size: .7em;
  color: #555555;
}

html body .expand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #002776;
  padding: 1rem;
  margin-bottom: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}

html body .expand span:nth-of-type(1) {
  color: #002776;
  font-weight: 500;
  line-height: 30px;
}

@media (max-width: 640px) {
  html body .expand span:nth-of-type(1) {
    font-size: 1.2em;
  }
}

@media (max-width: 480px) {
  html body .expand span:nth-of-type(1) {
    font-size: 1.4em;
  }
}

html body .expand span:nth-of-type(2) {
  width: 30px;
  height: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr);
  grid-template-columns: minmax(0, 1fr);
  -ms-grid-rows: minmax(0, 1fr);
  grid-template-rows: minmax(0, 1fr);
  grid-column-gap: 0;
  grid-column-gap: 0;
  grid-row-gap: 0;
}

html body .expand span:nth-of-type(2) picture {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
}

html body .expand span:nth-of-type(2) img {
  width: 100%;
  height: 100%;
}

html body .expand span:nth-of-type(2) img.ecPlus {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -webkit-animation: swirl-in-fwd .6s ease-out both;
          animation: swirl-in-fwd .6s ease-out both;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  width: 30px;
  height: 30px;
}

html body .expand span:nth-of-type(2) img.ecMinus {
  -ms-grid-column: 1;
  grid-column: 1;
  -ms-grid-row: 1;
  grid-row: 1;
  -webkit-animation: swirl-out-bck .6s ease-in both;
          animation: swirl-out-bck .6s ease-in both;
  opacity: 0;
  width: 30px;
  height: 30px;
}

html body .expand.open span:nth-of-type(2) img {
  width: 100%;
  height: 100%;
}

html body .expand.open span:nth-of-type(2) img.ecPlus {
  -webkit-animation: swirl-out-bck .6s ease-in both;
          animation: swirl-out-bck .6s ease-in both;
  width: 30px;
  height: 30px;
}

html body .expand.open span:nth-of-type(2) img.ecMinus {
  -webkit-animation: swirl-in-fwd .6s ease-out both;
          animation: swirl-in-fwd .6s ease-out both;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
  width: 30px;
  height: 30px;
}

html body .collapse {
  display: none;
  margin-bottom: 1rem;
}

html body .contentWrap {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  padding: 4rem 2rem;
}

html body .hays-hub .contentWrap {
  -ms-grid-column: 2;
  grid-column: 2;
  -ms-grid-row: 1;
  grid-row: 1;
  position: relative;
  padding: 4em 2rem 4rem 2rem;
}

@media (max-width: 992px) {
  html body .hays-hub .contentWrap {
    padding: 2em 2rem 4rem 2rem;
  }
}

@media (max-width: 768px) {
  html body .hays-hub .contentWrap {
    padding: 2em 2rem 4rem 2rem;
  }

}

html body h2 {
  font-size: 1.25em;
  font-weight: 500;
  color: #002776;
  margin-bottom: 1.5rem;
}

html body h2.smaller {
  font-size: 1.25em;
}

html body h3 {
  font-size: 1.1em;
  font-weight: 500;
  color: #000000;
  margin: 1.5rem 0;
}

html body p {
  font-size: 1em;
  margin-bottom: 1rem;
}

html body p:last-of-type {
  margin-bottom: 0;
}

html body a {
  font-weight: 500;
  color: #80379b;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  text-decoration: none;
}

html body a:hover {
  color: #009fda;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body em {
  font-style: italic;
}

html body ol {
  list-style-type: decimal;
  margin-left: 1.5rem;
  font-weight: 600;
  color: #002776;
}

html body #innerPage.fourohfour h1 {
  color: #ffffff;
  font-weight: bold;
  margin-bottom: 1.75em;
  font-size: 2.75vw;
}

html body #innerPage.fourohfour p {
  color: #ffffff;
  font-weight: 500;
}

html body #innerPage.fourohfour p:last-of-type {
  margin-bottom: 3rem;
}

html body #innerPage.fourohfour .homelink {
  display: inline-block;
  background: #80379b;
  color: #ffffff;
  margin-top: 1rem;
  padding: 1rem 2rem;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

html body #innerPage.fourohfour .homelink:hover {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background: #002776;
}

html body #innerPage.fourohfour + #footerCustom .contentWrap {
  padding-top: 2rem;
}

html body .bg {
  -webkit-animation: slide 3s ease-in-out infinite alternate;
          animation: slide 3s ease-in-out infinite alternate;
  background-image: linear-gradient(-60deg, #009fda 50%, #002776 50%);
  bottom: 0;
  left: -50%;
  opacity: .5;
  position: fixed;
  right: -50%;
  top: 0;
  z-index: -1;
}

html body .bg2 {
  animation-direction: alternate-reverse;
  -webkit-animation-duration: 4s;
          animation-duration: 4s;
}

html body .bg3 {
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
}

@-webkit-keyframes slide {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}

@keyframes slide {
  0% {
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
  }
  100% {
    -webkit-transform: translateX(25%);
            transform: translateX(25%);
  }
}

html body .iconListItem {
  position: relative;
  padding: 2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html body .iconListItem:first-of-type {
  margin-top: 2rem;
}

html body .iconListItem .iconBoxList {
  position: absolute;
  top: 0;
  left: 0;
  width: 4rem;
  height: 4rem;
  background: #833ab4;
  border-radius: 50%;
  padding: .75rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 5px solid #ffffff;
  z-index: 2;
}

html body .iconListItem .iconBoxList img {
  width: 100%;
  height: 100%;
}

html body .iconListItem .copyBoxList {
  background: #CCECF8;
  border: 1px solid #002776;
  padding: 2rem;
}

html body .iconListItem .copyBoxList p {
  color: #002776;
  margin-bottom: 1.5rem;
}

html body .iconListItem .copyBoxList ul {
  list-style-type: disc;
  margin-left: 1.5rem;
}

html body .iconListItem .copyBoxList ul li {
  margin-bottom: 1rem;
}

html body .iconListItem .copyBoxList ul li:last-of-type {
  margin: 0;
}

html body .seeAllCourses {
  background: #80379b;
  padding: 1rem 2rem;
  display: inline-block;
  color: #fff;
  font-weight: 500;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}

html body .seeAllCourses:hover {
  background: #002776;
  -webkit-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  color: #fff;
}

html body .simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: #009fda;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear;
}

#buorg {
  font-family: "Gotham Narrow";
}



/*  custom css */

.list-location {
  /* background-color: #009fda; */
  /* width: 1500px;
  max-width: 100%;
  margin: 0 auto;
  padding: 1.2em;
  box-sizing: border-box; */
}

.list-location h5 {
  color: white;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5em;
  margin-bottom: 1em;
}

.locationsListItem_outer {
  color: #ffffff;
  margin-left: 1em;
  margin-right: 1em;
  margin-bottom: 1em;
  display: inline-block;
  cursor: pointer;
}

#location_filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.locationsListItem_outer:nth-child(1) {
  /* margin-left: 0; */
}

.locationsListItem_outer.active-location {
  color: #D71F85;
}

/* filter search */

#searchFilter {
  width: 100%;
  font-size: 1.25em;line-height: 1.5em;
  padding: 0.5em 1em;
  box-sizing: border-box;
  border-radius: 40px;
  border: 0;
  margin-bottom: 2em;
}

#text-latest {
  margin-bottom: 1em;
}

.dk-btn {
	background: #D71F85;
	color: #fff;
	padding: 1rem 3rem !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	display: inline-block;
	/* margin-top: 2rem; */
	-webkit-transition: all 0.25s ease-in-out;
	transition: all 0.25s ease-in-out;
	text-decoration: none !important;
	font-size: .9em;
	margin-top: 1em;
}

.dk-btn:hover {
  color: #ffffff;
}

.adjustp2 {
  font-weight: 500;
  font-size: 1.25em;
}

.listj {
	list-style-image: url(/documents/6542547/6542607/arrow.png);
}

.listj li {
	margin: 1em 0 0 0.5em;
}

html body .onePageBlocks .twoColBlock .contentWrap.space.mbsection {
  margin-bottom: 1em;
} 

html body .onePageBlocks .twoColBlock .contentWrap.space-around {
  padding-bottom: 1em;
}

@media(max-width: 768px) {
  html body .onePageBlocks .twoColBlock .contentWrap.space {
    padding: 4rem 0;
  }

  html body .onePageBlocks .twoColBlock .contentWrap.space.mbsection {
    margin-bottom: 0em;
  } 

  html body .onePageBlocks .twoColBlock .contentWrap.space-around {
    padding: 4rem 2rem;
  }
  html body .onePageBlocks .twoColBlock .contentWrap.space-bottom {
    padding-bottom: 3rem !important;
  }

  html body .onePageBlocks .twoColBlock .contentWrap.pb {
    padding-bottom: 4em;
  }

  html body .onePageBlocks .twoColBlock .rightBlock.hblueback {
    background-color: #ffffff !important;
  }
  .adjustp {
    margin-bottom: 2em !important;
  }
  .mb-btn {
    background: #D71F85;
    color: #fff;
    padding: 1rem 3rem !important;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    /* margin-top: 2rem; */
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    text-decoration: none !important;
    font-size: .9em;
    width: 100%;
    margin: 0 2rem !important;
  }

  .mb-btn2 {
    margin: 0 !important;
  }
  .mb-btn2:hover {
    color: #ffffff;
  }
}

@media(max-width: 420px) {
  .locationsListItem_outer {
      width: 100%;
  }
}

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

