<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*Show/Hide the admin control when previewing the website before publishing*/
.preview-bar {
  display: none;
}

/*
Colours:
Dark Blue: #132A4C (primary)
Gold: #D1AF5E (secondary)
Pink: #ED4867 (tertiary)

--brand_primary: #132A4C;
--brand_secondary: #D1AF5E;
--brand_heading: #FFFFFF;
--brand_text: #FFFFFF;
--brand_navbar_text: #FFFFFF;
--brand_navbar_fixed_text: #FFFFFF;
--brand_homepage_heading: #ED4867;
--brand_course_heading: #132A4C;
--brand_video_player_color: #ED4867;

Font Sizes:
h1 | 2em    | 32px
h2 | 1.5em  | 24px
h3 | 1.17em | 18.72px
h4 | 1em    | 16px
h5 | 0.83em | 13.28px
h6 | 0.67em | 10.72px
*/

:root {
  --brand_tertiary: #ED4867;
  --brand_subtext: #6b6d7c;
  --brand_primary_dark: #0c1f3a;
  --font_family: 'Red Hat Text', sans-serif;
  --font_family_headings: 'Roboto', sans-serif;
  --site_width: 1200px;
  --container_padding_mobile: 20px;
  --container_padding_tablet: 30px;
  --container-padding: 40px;
}

/*Typography*/
html {
  background: #fafafa;
}
body {
  font-family: var(--font_family);
  font-weight: 400;
}
h1, h2, h3, h4, h5, h6,
.rich-text h1, .rich-text h2, .rich-text h3, .rich-text h4, .rich-text h5, .rich-text h6 {
  font-family: var(--font_family);
  font-weight: 700;
  line-height: 1.2;
}
h1:first-child:last-child,
.rich-text h1:first-child:last-child {
  margin-bottom: 0.4em;
}
h2:first-child:last-child,
.rich-text h2:first-child:last-child {
  margin-bottom: 0.6em;
}
h3:first-child:last-child,
.rich-text h3:first-child:last-child {
  margin-bottom: 0.7em;
}
h4:first-child:last-child,
.rich-text h4:first-child:last-child {
  margin-bottom: 0.8em;
}
h5:first-child:last-child,
.rich-text h5:first-child:last-child {
  margin-bottom: 0.9em;
}
h6:first-child:last-child,
.rich-text h6:first-child:last-child {
  margin-bottom: 1em;
}

h1 + *, h2 + *, h3 + *, h4 + *, h5 + *, h6 + *,
.rich-text h1 + *, .rich-text h2 + *, .rich-text h3 + *, .rich-text h4 + *, .rich-text h5 + *, .rich-text h6 + * {
  margin-top: 1em;
}
.rich-text h1 {
  font-size: 4rem;
}
.rich-text h2 {
  font-size: 3.65rem;
}
.rich-text h3,
.block__email_leads h4 {
  font-size: 3.1rem;
}
.rich-text h4 {
  font-size: 2.65rem;
}
.rich-text h5 {
  font-size: 2.3rem;
}
.rich-text h6 {
  font-size: 1.6rem;
}
@media screen and (min-width: 768px) {
  .rich-text h1 {
    font-size: 4.4rem;
  }
  .rich-text h2 {
    font-size: 3.55rem;
  }
  .rich-text h3,
  .block__email_leads h4 {
    font-size: 2.9rem;
  }
  .rich-text h4 {
    font-size: 2.4rem;
  }
  .rich-text h5 {
    font-size: 2rem;
  }
  .rich-text h6 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 1200px) {
  .rich-text h1 {
    font-size: 5.6rem;
  }
  .rich-text h2 {
    font-size: 4.9rem;
  }
  .rich-text h3,
  .block__email_leads h4 {
    font-size: 4.2rem;
  }
  .rich-text h4 {
    font-size: 3.5rem;
  }
  .rich-text h5 {
    font-size: 2.8rem;
  }
  .rich-text h6 {
    font-size: 2.4rem;
  } 
}
.block__image-with-text p,
.block__image-with-text ol,
.block__image-with-text ul,
.block__image-with-text h1,
.block__image-with-text h2,
.block__image-with-text h3,
.block__image-with-text h4,
.block__image-with-text h5,
.block__image-with-text h6,
.block__text p,
.block__text ol,
.block__text ul,
.block__text h1,
.block__text h2,
.block__text h3,
.block__text h4,
.block__text h5,
.block__text h6,
.block__video p,
.block__video ol,
.block__video ul,
.block__video h1,
.block__video h2,
.block__video h3,
.block__video h4,
.block__video h5,
.block__video h6,
.block__text-with-image-grid p,
.block__text-with-image-grid ol,
.block__text-with-image-grid ul,
.block__text-with-image-grid h1,
.block__text-with-image-grid h2,
.block__text-with-image-grid h3,
.block__text-with-image-grid h4,
.block__text-with-image-grid h5,
.block__text-with-image-grid h6,
.block__upsell p,
.block__upsell ol,
.block__upsell ul,
.block__upsell h1,
.block__upsell h2,
.block__upsell h3,
.block__upsell h4,
.block__upsell h5,
.block__upsell h6 {
  margin:  0.5em 0 0 0;
}
/*.block__image-with-text * + *:not(li),
.block__text * + *:not(li),
.block__video * + *:not(li),
.block__text-with-image-grid * + *:not(li),
.block__upsell * + *:not(li) {
  margin-top: 1em;
}*/
.block__image-with-text p + p,
.block__image-with-text p + ol,
.block__image-with-text p + ul,
.block__image-with-text ol + p,
.block__image-with-text ol + ol,
.block__image-with-text ol + ul,
.block__image-with-text ul + p,
.block__image-with-text ul + ol,
.block__image-with-text ul + ul,
.block__text p + p,
.block__text p + ol,
.block__text p + ul,
.block__text ol + p,
.block__text ol + ol,
.block__text ol + ul,
.block__text ul + p,
.block__text ul + ol,
.block__text ul + ul,
.block__video p + p,
.block__video p + ol,
.block__video p + ul,
.block__video ol + p,
.block__video ol + ol,
.block__video ol + ul,
.block__video ul + p,
.block__video ul + ol,
.block__video ul + ul,
.block__text-with-image-grid p + p,
.block__text-with-image-grid p + ol,
.block__text-with-image-grid p + ul,
.block__text-with-image-grid ol + p,
.block__text-with-image-grid ol + ol,
.block__text-with-image-grid ol + ul,
.block__text-with-image-grid ul + p,
.block__text-with-image-grid ul + ol,
.block__text-with-image-grid ul + ul,
.block__upsell p + p,
.block__upsell p + ol,
.block__upsell p + ul,
.block__upsell ol + p,
.block__upsell ol + ol,
.block__upsell ol + ul,
.block__upsell ul + p,
.block__upsell ul + ol,
.block__upsell ul + ul {
  margin-top: 0.5em;
}
.block__image-with-text h1 + h1,
.block__image-with-text h2 + h1,
.block__image-with-text h3 + h1,
.block__image-with-text h4 + h1,
.block__image-with-text h5 + h1,
.block__image-with-text h5 + h6,
.block__image-with-text h6 + h1,
.block__image-with-text p + h1,
.block__image-with-text ol + h1,
.block__image-with-text ul + h1,
.block__text h1 + h1,
.block__text h2 + h1,
.block__text h3 + h1,
.block__text h4 + h1,
.block__text h5 + h1,
.block__text h5 + h6,
.block__text h6 + h1,
.block__text p + h1,
.block__text ol + h1,
.block__text ul + h1,
.block__video h1 + h1,
.block__video h2 + h1,
.block__video h3 + h1,
.block__video h4 + h1,
.block__video h5 + h1,
.block__video h5 + h6,
.block__video h6 + h1,
.block__video p + h1,
.block__video ol + h1,
.block__video ul + h1,
.block__text-with-image-grid h1 + h1,
.block__text-with-image-grid h2 + h1,
.block__text-with-image-grid h3 + h1,
.block__text-with-image-grid h4 + h1,
.block__text-with-image-grid h5 + h1,
.block__text-with-image-grid h5 + h6,
.block__text-with-image-grid h6 + h1,
.block__text-with-image-grid p + h1,
.block__text-with-image-grid ol + h1,
.block__text-with-image-grid ul + h1,
.block__upsell h1 + h1,
.block__upsell h2 + h1,
.block__upsell h3 + h1,
.block__upsell h4 + h1,
.block__upsell h5 + h1,
.block__upsell h5 + h6,
.block__upsell h6 + h1,
.block__upsell p + h1,
.block__upsell ol + h1,
.block__upsell ul + h1 {
  margin-top: 0.7em;
}
.block__image-with-text h1 + h2,
.block__text h1 + h2,
.block__video h1 + h2,
.block__text-with-image-grid h1 + h2,
.block__upsell h1 + h2 {
  margin-top: 0.2em;
}
.block__image-with-text h1 + h3,
.block__image-with-text h1 + h4,
.block__image-with-text h1 + h5,
.block__image-with-text h1 + h6,
.block__image-with-text h2 + h3,
.block__image-with-text h2 + h4,
.block__image-with-text h2 + h5,
.block__image-with-text h2 + h6,
.block__image-with-text h3 + h4,
.block__image-with-text h3 + h5,
.block__image-with-text h3 + h6,
.block__image-with-text h4 + h5,
.block__image-with-text h4 + h6,
.block__text h1 + h3,
.block__text h1 + h4,
.block__text h1 + h5,
.block__text h1 + h6,
.block__text h2 + h3,
.block__text h2 + h4,
.block__text h2 + h5,
.block__text h2 + h6,
.block__text h3 + h4,
.block__text h3 + h5,
.block__text h3 + h6,
.block__text h4 + h5,
.block__text h4 + h6,
.block__video h1 + h3,
.block__video h1 + h4,
.block__video h1 + h5,
.block__video h1 + h6,
.block__video h2 + h3,
.block__video h2 + h4,
.block__video h2 + h5,
.block__video h2 + h6,
.block__video h3 + h4,
.block__video h3 + h5,
.block__video h3 + h6,
.block__video h4 + h5,
.block__video h4 + h6,
.block__text-with-image-grid h1 + h3,
.block__text-with-image-grid h1 + h4,
.block__text-with-image-grid h1 + h5,
.block__text-with-image-grid h1 + h6,
.block__text-with-image-grid h2 + h3,
.block__text-with-image-grid h2 + h4,
.block__text-with-image-grid h2 + h5,
.block__text-with-image-grid h2 + h6,
.block__text-with-image-grid h3 + h4,
.block__text-with-image-grid h3 + h5,
.block__text-with-image-grid h3 + h6,
.block__text-with-image-grid h4 + h5,
.block__text-with-image-grid h4 + h6,
.block__upsell h1 + h3,
.block__upsell h1 + h4,
.block__upsell h1 + h5,
.block__upsell h1 + h6,
.block__upsell h2 + h3,
.block__upsell h2 + h4,
.block__upsell h2 + h5,
.block__upsell h2 + h6,
.block__upsell h3 + h4,
.block__upsell h3 + h5,
.block__upsell h3 + h6,
.block__upsell h4 + h5,
.block__upsell h4 + h6 {
  margin-top: 0.3em;
}
.block__image-with-text h2 + h2,
.block__image-with-text h3 + h2,
.block__image-with-text h4 + h2,
.block__image-with-text h5 + h2,
.block__image-with-text h6 + h2,
.block__image-with-text p + h2,
.block__image-with-text ol + h2,
.block__image-with-text ul + h2,
.block__text h2 + h2,
.block__text h3 + h2,
.block__text h4 + h2,
.block__text h5 + h2,
.block__text h6 + h2,
.block__text p + h2,
.block__text ol + h2,
.block__text ul + h2,
.block__video h2 + h2,
.block__video h3 + h2,
.block__video h4 + h2,
.block__video h5 + h2,
.block__video h6 + h2,
.block__video p + h2,
.block__video ol + h2,
.block__video ul + h2,
.block__text-with-image-grid h2 + h2,
.block__text-with-image-grid h3 + h2,
.block__text-with-image-grid h4 + h2,
.block__text-with-image-grid h5 + h2,
.block__text-with-image-grid h6 + h2,
.block__text-with-image-grid p + h2,
.block__text-with-image-grid ol + h2,
.block__text-with-image-grid ul + h2,
.block__upsell h2 + h2,
.block__upsell h3 + h2,
.block__upsell h4 + h2,
.block__upsell h5 + h2,
.block__upsell h6 + h2,
.block__upsell p + h2,
.block__upsell ol + h2,
.block__upsell ul + h2 {
  margin-top: 0.8em;
}
.block__image-with-text h3 + h3,
.block__image-with-text h4 + h3,
.block__image-with-text h5 + h3,
.block__image-with-text h6 + h3,
.block__image-with-text p + h3,
.block__image-with-text ol + h3,
.block__image-with-text ul + h3,
.block__text h3 + h3,
.block__text h4 + h3,
.block__text h5 + h3,
.block__text h6 + h3,
.block__text p + h3,
.block__text ol + h3,
.block__text ul + h3,
.block__video h3 + h3,
.block__video h4 + h3,
.block__video h5 + h3,
.block__video h6 + h3,
.block__video p + h3,
.block__video ol + h3,
.block__video ul + h3,
.block__text-with-image-grid h3 + h3,
.block__text-with-image-grid h4 + h3,
.block__text-with-image-grid h5 + h3,
.block__text-with-image-grid h6 + h3,
.block__text-with-image-grid p + h3,
.block__text-with-image-grid ol + h3,
.block__text-with-image-grid ul + h3,
.block__upsell h3 + h3,
.block__upsell h4 + h3,
.block__upsell h5 + h3,
.block__upsell h6 + h3,
.block__upsell p + h3,
.block__upsell ol + h3,
.block__upsell ul + h3 {
  margin-top: 0.9em;
}
.block__image-with-text h4 + h4,
.block__image-with-text h5 + h4,
.block__image-with-text h6 + h4,
.block__image-with-text p + h4,
.block__image-with-text ol + h4,
.block__image-with-text ul + h4,
.block__text h4 + h4,
.block__text h5 + h4,
.block__text h6 + h4,
.block__text p + h4,
.block__text ol + h4,
.block__text ul + h4,
.block__video h4 + h4,
.block__video h5 + h4,
.block__video h6 + h4,
.block__video p + h4,
.block__video ol + h4,
.block__video ul + h4,
.block__text-with-image-grid h4 + h4,
.block__text-with-image-grid h5 + h4,
.block__text-with-image-grid h6 + h4,
.block__text-with-image-grid p + h4,
.block__text-with-image-grid ol + h4,
.block__text-with-image-grid ul + h4,
.block__upsell h4 + h4,
.block__upsell h5 + h4,
.block__upsell h6 + h4,
.block__upsell p + h4,
.block__upsell ol + h4,
.block__upsell ul + h4 {
  margin-top: 1.3em;
}
.block__image-with-text h5 + h5,
.block__image-with-text h6 + h5,
.block__image-with-text p + h5,
.block__image-with-text ol + h5,
.block__image-with-text ul + h5,
.block__text h5 + h5,
.block__text h6 + h5,
.block__text p + h5,
.block__text ol + h5,
.block__text ul + h5,
.block__video h5 + h5,
.block__video h6 + h5,
.block__video p + h5,
.block__video ol + h5,
.block__video ul + h5,
.block__text-with-image-grid h5 + h5,
.block__text-with-image-grid h6 + h5,
.block__text-with-image-grid p + h5,
.block__text-with-image-grid ol + h5,
.block__text-with-image-grid ul + h5,
.block__upsell h5 + h5,
.block__upsell h6 + h5,
.block__upsell p + h5,
.block__upsell ol + h5,
.block__upsell ul + h5 {
  margin-top: 1.5em;
}
.block__image-with-text h6 + h6,
.block__image-with-text p + h6,
.block__image-with-text ol + h6,
.block__image-with-text ul + h6,
.block__text h6 + h6,
.block__text p + h6,
.block__text ol + h6,
.block__text ul + h6,
.block__video h6 + h6,
.block__video p + h6,
.block__video ol + h6,
.block__video ul + h6,
.block__text-with-image-grid h6 + h6,
.block__text-with-image-grid p + h6,
.block__text-with-image-grid ol + h6,
.block__text-with-image-grid ul + h6,
.block__upsell h6 + h6,
.block__upsell p + h6,
.block__upsell ol + h6,
.block__upsell ul + h6 {
  margin-top: 1.8em;
}
p &gt; br:first-child:last-child {
  display: none;
}
/*.blocks-page-homepage_v2 .block__video .rich-text h1,
.blocks-page-homepage_v2 .block__video .rich-text h2,
.blocks-page-homepage_v2 .block__video .rich-text h3,
.blocks-page-homepage_v2 .block__video .rich-text h4,
.blocks-page-homepage_v2 .block__video .rich-text h5,
.blocks-page-homepage_v2 .block__video .rich-text h6,
.blocks-page-homepage_v2 .block__image-with-text .rich-text h1,
.blocks-page-homepage_v2 .block__image-with-text .rich-text h2,
.blocks-page-homepage_v2 .block__image-with-text .rich-text h3,
.blocks-page-homepage_v2 .block__image-with-text .rich-text h4,
.blocks-page-homepage_v2 .block__image-with-text .rich-text h5,
.blocks-page-homepage_v2 .block__image-with-text .rich-text h6 {
  font-family: var(--font_family_headings);
  font-style: italic;
}*/


/*All containers horizontal padding*/
.navbar,
.container,
.banner .bl,
.block__featured-products,
.block__text-with-image-grid,
.footer {
  padding-left: var(--container_padding_mobile);
  padding-right: var(--container_padding_mobile);
}
.container {
  width: 100%;
}
.navbar .container,
.course-directory .container {
  max-width: var(--site_width);
}
@media screen and (min-width: 768px) {
  .navbar,
  .container,
  .banner .bl,
  .block__featured-products,
  .block__text-with-image-grid,
  .footer {
    padding-left: var(--container_padding_tablet);
    padding-right: var(--container_padding_tablet);
  } 
}
@media screen and (min-width: 992px) {
  .navbar,
  .container,
  .banner .bl,
  .block__featured-products,
  .block__text-with-image-grid,
  .footer {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  } 
}

/*Nav*/
.navbar {
  padding-top: 10px;
  padding-bottom: 10px;
}
.menu-trigger,
.navbar__menu__list {
  font-size: 1.6rem;
}
/* ===============
States of menu are:
.navbar__menu__list.hidden - hidden
.navbar__menu__list.menu OR .navbar__menu__list:not(hidden) - visible
================ */
.navbar__menu__list.hidden {
  display: none;
}
.navbar__menu__list a,
.navbar__menu__list button {
  color: #fff;
}
.caret {
  border-top-color: #fff;
}
.user-signout &gt; a {
  display: flex;
}
.user-signout &gt; a:after {
  content: "";
  display: inline-block;
  flex-grow: 1;
  height: 1em;
  margin-right: 0.4em;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath fill='%23fff' d='M160 416H96c-17.67 0-32-14.33-32-32V128c0-17.67 14.33-32 32-32h64c17.67 0 32-14.33 32-32S177.7 32 160 32H96C42.98 32 0 74.98 0 128v256c0 53.02 42.98 96 96 96h64c17.67 0 32-14.33 32-32S177.7 416 160 416zM502.6 233.4l-128-128c-12.51-12.51-32.76-12.49-45.25 0c-12.5 12.5-12.5 32.75 0 45.25L402.8 224H192C174.3 224 160 238.3 160 256s14.31 32 32 32h210.8l-73.38 73.38c-12.5 12.5-12.5 32.75 0 45.25s32.75 12.5 45.25 0l128-128C515.1 266.1 515.1 245.9 502.6 233.4z'/%3E%3C/svg%3E");
  position: relative;
  top: 0.2em;
  background-repeat: no-repeat;
  background-position: 100% 50%;
}
/* Override desktop navigation styles to force mobile */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .menu-trigger,
  .navbar__menu__list &gt; li &gt; a {
    margin-left: 1.2em;
  }
  .navbar__menu {
    display: initial;
  }
  .navbar__menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    right: 0;
    z-index: 5;
  }
  .navbar__menu__list li {
    min-width: 200px;
  }
  .hamburger,
  .navbar__current-user {
    display: initial;
  }
}
/* Override mobile navigation styles */
@media only screen and (max-width: 991px) {
  .navbar__menu__list {
    position: fixed;
    top: 80px;
    left: 0;
    bottom: 0;
    margin: 0;
    background: var(--brand_primary_dark);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding-top: 1em;
    padding-bottom: 1em;
    overflow: auto;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .navbar__menu__list.menu {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  } 
  .navbar__menu__list &gt; li {
    width: 100%;
  }
  .navbar__menu__list &gt; li &gt; a,
  .navbar__menu__list .menu-trigger,
  #more-menu &gt; li &gt; a,
  #user-menu &gt; li &gt; a {
    padding: 0.5em var(--container-padding);
    margin: 0;
  }
  .navbar__current-user {
    margin-left: 0.7em;
  }
  #more-menu,
  #user-menu {
    position: relative;
    background: none;
    border: none;
    font-size: inherit;
    margin: 0;
  }
  #more-menu &gt; li &gt; a,
  #user-menu &gt; li &gt; a {
    display: flex;
  }
  #more-menu &gt; li &gt; a:before,
  #user-menu &gt; li &gt; a:before {
    content: "";
    display: inline-block;
    width: 1em;
    min-width: 1em;
    margin-right: 0.8em;
    margin-left: 0.5em;
  }
  #more-menu &gt; li:first-child &gt; a:before,
  #user-menu &gt; li:first-child &gt; a:before {
    position: relative;
    top: 0.1em;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 497.25056 343' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23fff' stroke-linecap='round' stroke-miterlimit='10' stroke-width='40'%3E%3Cpath d='m364.5 323 104.5-105-104.5-104.5'/%3E%3Cpath d='m20 20v178c0 11.04569 8.9543 20 20 20h429'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: 50% 50%;
  }
  .caret {
    margin-left: 0.6em;
  }
}
/* Override mobile navigation styles to force desktop */
@media only screen and (min-width: 992px) {
  .hamburger,
  .navbar__current-user {
    display: none;
  }
  .navbar__menu__list.hidden,
  .navbar__menu__list.menu {
    display: flex;
    flex-direction: row;
    border-radius: none;
    background: none;
    box-shadow: none;
    margin-top: auto;
    position: initial;
    right: auto;
    z-index: initial;
  }
  .navbar__menu__list.hidden li,
  .navbar__menu__list.menu li {
    min-width: auto;
  }
  #more-menu,
  #user-menu {
    background: var(--brand_primary_dark);
    border: none;
    font-size: inherit;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
  }
  #more-menu &gt; li,
  #user-menu &gt; li {
    min-width: 200px;
  }
  #more-menu &gt; li &gt; a,
  #user-menu &gt; li &gt; a {
    min-width: 240px;
    padding: 0.5em 1em;
    background: var(--brand_primary_dark);
  }
  #more-menu &gt; li &gt; a:hover,
  #user-menu &gt; li &gt; a:hover {
    filter: brightness(0.85);
  }
}

/*Courses Nav*/
.nav.navbar-nav &gt; li .fedora-navbar-link {
  padding: 0;
  margin-left: 16px;
  font-size: 16px;
  font-weight: 400;
}
.navbar-fedora .navbar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.navbar-fedora .navbar-brand.header-logo {
  order: 1;
  flex-grow: 1;
  max-width: none;
}
.navbar-fedora .navbar-toggle {
  order: 2;
  float: none;
  margin: 0;
}
.navbar-collapse.collapse {
  order: 3;
}
.navbar-nav.navbar-right:last-child {
  margin: 0;
}
.nav.navbar-nav &gt; li .fedora-navbar-link.active,
.nav.navbar-nav &gt; li .fedora-navbar-link:hover,
.nav.navbar-nav &gt; li .fedora-navbar-link:focus,
.nav.navbar-nav &gt; .dropdown.open .dropdown-toggle {
  background: none !important;
  text-decoration: underline;
}
.navbar-nav &gt; li &gt; .dropdown-menu {
  background-color: var(--brand_primary_dark);
  border: none;
  font-size: 16px;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-top: 4px;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgb(0 0 0 / 5%);
  font-weight: 400;
  z-index: 5;
}
.open &gt; .dropdown-menu li a {
  color: #fff;
  min-width: 240px;
  padding: 0.5em 1em;
  background: var(--brand_primary_dark);
}
.open &gt; .dropdown-menu li a:hover {
  filter: brightness(0.85);
}
@media screen and (min-width: 992px) {
  .navbar-collapse.collapse {
    display: flex !important;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 991px) {
  .navbar-collapse.collapse.in {
    position: fixed;
    top: 80px;
    left: 0;
    height: calc(100vh - 80px);
    width: 100%;
    margin: 0;
    background: var(--brand_primary_dark);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    padding: 1em 0;
    overflow: auto;
    -webkit-animation-duration: 350ms;
    animation-duration: 350ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
  }
  .navbar__menu__list.menu {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
  } 
  .navbar-fedora .navbar-collapse.in .nav.navbar-nav,
  .navbar-fedora .navbar-collapse.collapsing .nav.navbar-nav {
    margin: 0;
  }
  .nav.navbar-nav &gt; li .fedora-navbar-link,
  .navbar-fedora .navbar-collapse.in .nav.navbar-nav ul.dropdown-menu li a,
  .navbar-fedora .navbar-collapse.collapsing .nav.navbar-nav ul.dropdown-menu li a {
    padding: 0.5em var(--container-padding);
    margin: 0;
    font-weight: 400;
    line-height: 20px;
  }
  .open &gt; .dropdown-menu li a {
    background: none;
  }
  .open &gt; .dropdown-menu li a:hover {
    background:#0e1f38;
  }
  .navbar__current-user {
    margin-left: 0.7em;
  }
}





.header-fixed-preview + .main {
 padding-top: 60px;
}

/*Footer*/
.footer {
  padding-top: 40px;
  padding-bottom: 80px;
  min-height: 300px;
  background: var(--brand_primary_dark);
}
.footer__inner {
  font-size: 1.6rem !important;
}
.footer__list li + li {
  margin-top: 0.5em;
}

/*Banner sections*/
.banner .banner__inner {
  padding-left: 0;
  padding-right: 0;
  align-items: flex-start;
  justify-content: flex-end;
  max-width: var(--site_width);
  min-height: 400px;
}
@media screen and (min-width: 641px) {
  .banner .banner__inner {
    margin-bottom: 6em;
    margin-top: 12em;
    min-height: calc(50vh + 80px);
  }
}
.banner img[src="https://cdn.fs.teachablecdn.com/4wxtSsogShKd7BLlGPwn"] {
  object-position: 50% 40%;
}
.banner img[src="https://cdn.fs.teachablecdn.com/1kDLzsYTiWeMi4YuDXhw"] {
  object-position: 50% 30%;
}
.banner .banner__heading-group {
  max-width: 540px;
  position: relative;
  padding: 2.5em 3em 1em 0;
}
.banner .banner__heading-group:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: -99999px;
  background: var(--brand_tertiary);
  border-radius: 0 2em 2em 0;
  /*opacity: 0.85;*/
  background-color: rgba(0,0,0,.15);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
.banner .banner__heading-group &gt; * {
  position: relative;
}
.banner .header h1 {
  font-family: var(--font_family_headings);
  font-style: italic;
  line-height: 1;
}
.banner .subheader p {
  font-size: 2rem;
  line-height: 1.1;
}
@media screen and (min-width: 540px) {
  .banner .subheader p {
    font-size: 2.2rem;
  }
}
@media screen and (min-width: 768px) {
  .banner .subheader p {
    font-size: 2.4rem;
  }
  .banner .banner__heading-group {
    padding: 3.5em 3em 2.5em 0;
  }
}
@media screen and (min-width: 1200px) {
  .banner .subheader p {
    font-size: 2.8rem;
  }
}

/*Make Wistia video play button round*/
/*.w-big-play-button,
.w-big-play-button &gt; div {
  width: 80px !important;
  height: 80px !important;
  border-radius: 999px !important;
}
.w-big-play-button &gt; svg {
  width: 125px !important;
  height: 80px !important;
  left: -22px !important;
}*/


/*Call to action buttons*/
.base-button,
.block__video p:last-child a:first-child:last-child,
.block__image-with-text__wrapper p:last-child a:first-child:last-child,
.block__pricing__button-wrapper .block__pricing__button {
  display: inline-block;
  border-radius: 999px !important;
  color: #fff;
  padding: 1em 2em;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 1.5em;
  transition: background 350ms ease, border 350ms ease, color 350ms ease;
  background: var(--brand_secondary);
  border: 1px solid var(--brand_secondary);
  height: auto;
}
.base-button:hover,
.block__pricing__button-wrapper .block__pricing__button:hover {
  background-color: var(--brand_primary);
  border-color: var(--brand_primary);
  color: #fff;
}
.block__video p:last-child a:first-child:last-child,
.block__image-with-text__wrapper p:last-child a:first-child:last-child {
  color: var(--brand_primary);
}
.block__video p:last-child a:first-child:last-child:hover,
.block__image-with-text__wrapper p:last-child a:first-child:last-child:hover {
  background: var(--brand_tertiary);
  border: 1px solid var(--brand_tertiary);
  color: #fff;  
}

/*Image Blocks with text*/
.block__image-with-text__wrapper {
  max-width: calc(var(--site_width) - var(--container-padding) * 2);
}
.block__image-with-text {
  overflow: hidden; /*Avoid horizontal scrollbar*/
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  background: var(--brand_primary);
}
.block__image-with-text__wrapper {
  width: 100% !important;
  max-width: 100%;
  flex-direction: column;
}
.block__image-with-text__text-wrapper {
  margin-top: 1em;
  padding-top: 0;
  padding-left: var(--container_padding_mobile);
  padding-right: var(--container_padding_mobile);
}
.block__image-with-text__image {
  margin-top: 0;
  position: relative;
}
.block__image-with-text .rich-text p,
.block__image-with-text .rich-text ol,
.block__image-with-text .rich-text ul {
  font-size: 1.8rem;
}
.block__image-with-text .rich-text ol,
.block__image-with-text .rich-text ul {
  padding-left: 0;
  margin-bottom: 1em;
}
.block__image-with-text .rich-text ul {
  display: flex;
  flex-wrap: wrap;
  max-width: 700px;
}
.block__image-with-text .rich-text ol li,
.block__image-with-text .rich-text ul li {
  padding-left: 0;
  border-radius: 0.3em;
  padding: 0.75em 1em;
}
.block__image-with-text .rich-text ul li:before {
  display: none;
}
.block__image-with-text .rich-text ol li + li,
.block__image-with-text .rich-text ul li + li {
  margin-top: 0.5em;
}
/*Our Offering | 6 Modules*/
.block__image-with-text img[src="https://cdn.fs.teachablecdn.com/oB5zrWAGQiasitZXZP5W"] {
  object-position: 50% 100%;
}


/*Image Left | Blue*/
.block__image-with-text.image-with-text-layout-left {
  background: var(--brand_primary);
}
.block__image-with-text.image-with-text-layout-left h1,
.block__image-with-text.image-with-text-layout-left h2,
.block__image-with-text.image-with-text-layout-left h3,
.block__image-with-text.image-with-text-layout-left h4,
.block__image-with-text.image-with-text-layout-left h5,
.block__image-with-text.image-with-text-layout-left h6 {
  color: #fff;
}
.block__image-with-text.image-with-text-layout-left ol li,
.block__image-with-text.image-with-text-layout-left ul li {
  border: 1px solid rgba(255,255,255,0.2);
  border-left: 5px solid var(--brand_secondary);
  padding-left: 1.5em;
}
.block__image-with-text.image-with-text-layout-right ol li {
  padding-left: 5.6rem;
  padding-top: 1em;
  padding-bottom: 1em;
  min-height: 5.2rem;
  position: relative;
}
.block__image-with-text.image-with-text-layout-right ol li:before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  font-family: var(--font_family_headings);
  font-style: italic;
  font-weight: 700;
  font-size: 3.4rem;
  line-height: 1;
  margin-left: 0;
  margin-right: 0;
  min-width: 4.5rem;
  max-width: 4.5rem;
  padding-right: 1rem;
  box-sizing: content-box;
}
.block__image-with-text.image-with-text-layout-left ol li strong,
.block__image-with-text.image-with-text-layout-left ul li strong {
  color: var(--brand_secondary);
}
.block__image-with-text.image-with-text-layout-left .block__image-with-text__wrapper {
  color: #fff;
}

/*Image Right | White with Blue Headings and Pink Highlights*/
.block__image-with-text.image-with-text-layout-right {
  background: var(--brand_primary);
}
.block__image-with-text.image-with-text-layout-right h1,
.block__image-with-text.image-with-text-layout-right h2,
.block__image-with-text.image-with-text-layout-right h3,
.block__image-with-text.image-with-text-layout-right h4,
.block__image-with-text.image-with-text-layout-right h5,
.block__image-with-text.image-with-text-layout-right h6 {
  color: #fff;
}
.block__image-with-text.image-with-text-layout-right ol li,
.block__image-with-text.image-with-text-layout-right ul li {
  border: 1px solid rgba(255,255,255,0.2);
  border-left: 5px solid var(--brand_secondary);
}
.block__image-with-text.image-with-text-layout-right ol li strong,
.block__image-with-text.image-with-text-layout-right ul li strong {
  color: var(--brand_secondary);
}
.block__image-with-text.image-with-text-layout-right ol li:before {
  color: var(--brand_secondary);
}
.block__image-with-text.image-with-text-layout-right .block__image-with-text__wrapper {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .block__image-with-text.image-with-text-layout-right .block__image-with-text__wrapper {
    flex-direction: column-reverse;
  }
}
@media screen and (min-width: 768px) {
  .block__image-with-text {
    padding-left: 0;
    padding-right: 0;
    min-height: 50vh;
  }
  .block__image-with-text .block__image-with-text__inner.block__image-with-text__image,
  .block__image-with-text .block__image-with-text__inner.block__image-with-text__text-wrapper{
    width: 50%;
    margin: 0;
  }
  .block__image-with-text__wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
  }
  .block__image-with-text__wrapper .block__image-with-text__inner {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
    margin: 0;
  }
  .block__image-with-text__wrapper .block__image-with-text__text-wrapper {
    text-align: left;
    padding-top: 50px;
    padding-right: var(--container-padding);
    padding-bottom: 90px;
    padding-left: var(--container-padding);
    max-width: 62rem;
  }
  .block__image-with-text__wrapper .block__image-with-text__inner__heading {
    max-width: 62rem;
  }
  .block__image-with-text__wrapper ol {
    max-width: 540px;
  }
  .block__image-with-text__wrapper .block__image-with-text__inner.block__image-with-text__image {
    height: 100%;
  }
  .block__image-with-text__wrapper .block__image-with-text__inner.block__image-with-text__image .block__image-with-text__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  .block__image-with-text.image-with-text-layout-left .block__image-with-text__wrapper .block__image-with-text__inner.block__image-with-text__image,
  .block__image-with-text.image-with-text-layout-right .block__image-with-text__wrapper .block__image-with-text__inner.block__image-with-text__image {
    overflow: hidden;
  }
}
@media screen and (min-width: 1140px) and (orientation:landscape) {
  .block__image-with-text__wrapper {
    min-height: 960px;
  }
}
@media screen and (min-width: 1280px) {
  .block__image-with-text.image-with-text-layout-right .block__image-with-text__wrapper .block__image-with-text__text-wrapper {
    padding-left: calc((100vw - var(--site_width)) / 2);
  }
}
@media screen and (min-width: 1680px) {
  .block__image-with-text.image-with-text-layout-left .block__image-with-text__wrapper .block__image-with-text__text-wrapper {
    padding-right: calc((50vw - 62em) / 2);
  }
}

/*Homepage | Custom Video Banner*/
#heroVideo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  margin: 0;
  left: 0;
}

/*Homepage | Wistia Video in homepage header*/
.blocks-page-homepage_v2 .block.video {
  overflow: hidden; /*Avoid horizontal scrollbar*/
}
.blocks-page-homepage_v2 .block__video {
  display: flex;
  flex-direction: column-reverse;
  color: #fff;
}
.blocks-page-homepage_v2 .block__video h1 {
  font-size: 3.6rem;
}
.blocks-page-homepage_v2 .block__video h1 u {
  text-decoration: none;
  background-image: linear-gradient(transparent calc(75% - 5px), var(--brand_secondary) 5px);
  background-size: 0;
  background-repeat: no-repeat;
  display: inline;
  transition: 0.5s ease;
}
.page-loaded .blocks-page-homepage_v2 .block__video h1 u {
  background-size: 100%;
}
.blocks-page-homepage_v2 .block__video p,
.blocks-page-homepage_v2 .block__video ol,
.blocks-page-homepage_v2 .block__video ul {
  font-size: 2.0rem;
  line-height: 1.1;
}
.blocks-page-homepage_v2 .block__video__text-wrapper [class*="description"] p:first-child {
  font-size: 2.8rem;
}
.blocks-page-homepage_v2 .block__video__text-wrapper [class*="description"] strong {
  display: block;
  margin-top: 1.5em;
}
.blocks-page-homepage_v2 .block__video .w-vulcan-overlays-table,
.blocks-page-homepage_v2 .block__video .w-vulcan-overlays--center &gt; .w-css-reset {
  height: 100% !important; /*Center the play button*/
}
.blocks-page-homepage_v2 .block__video .w-bottom-bar {
  display: none !important; /*Hide the chrome on the video*/
}
.blocks-page-homepage_v2 .block__video .wistia_responsive_padding .wistia_responsive_wrapper {
  background: #000;
}
@media screen and (max-width: 767px) {
  .blocks-page-homepage_v2 .block__video {
    margin-bottom: 50px;
    margin-left: calc(var(--container_padding_mobile) * -1);
    margin-right: calc(var(--container_padding_mobile) * -1);
  }
  .blocks-page-homepage_v2 .block__video .wistia_responsive_padding {
    margin-top: 0;
  }
  .blocks-page-homepage_v2 .block__video h1 {
    max-width: 13em;
    margin-left: auto;
    margin-right: auto;
  }
  .blocks-page-homepage_v2 .block__video__text-wrapper {
    margin: 1em var(--container_padding_mobile) 0;
    padding-bottom: 0;
  }
  .blocks-page-homepage_v2 .block__video__text-wrapper [class*="description"] {
    max-width: 40em;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (min-width: 540px) {
  .blocks-page-homepage_v2 .block__video h1 {
    /*max-width: 11em;*/
  }
}
@media screen and (min-width: 768px) {
  .blocks-page-homepage_v2 .block__video {
    flex-direction: row;
    align-items: center;
    height: 765px;
  }
  .blocks-page-homepage_v2 .block__video .block__video__text-wrapper,
  .blocks-page-homepage_v2 .block__video .wistia_responsive_padding {
    width: 50%;
    min-width: 50%;
    max-width: 50%;
  }
  .blocks-page-homepage_v2 .block__video .block__video__text-wrapper {
    text-align: left;
    padding-top: 50px;
    padding-right: var(--container-padding);
    padding-bottom: 90px;
    margin-bottom: 0;
  }
  .blocks-page-homepage_v2 .block__video h1 {
    margin-top: 0;
    font-size: 3.5rem;
    line-height: 1.15;
  }
  .blocks-page-homepage_v2 .block__video .wistia_responsive_padding {
    height: 100%;
    padding-bottom: 0;
  }
  .blocks-page-homepage_v2 .block__video .wistia_responsive_padding .wistia_responsive_wrapper {
    position: relative;
    width: 50vw;
    height: 100%;
    overflow: hidden;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 1080' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1920 1080v-1080h-1842.80322c-38.41895 356.39355-64.28711 716.54688-77.19678 1080z' fill='%23ed4967'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    -webkit-mask-position: 0 100%;
    -webkit-mask-repeat: no-repeat;
    border-radius: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .blocks-page-homepage_v2 .block__video iframe {
    height: 725px;
    width: calc(852/480 * 725px);
    position: relative;
  }
  /*.blocks-page-homepage_v2 .block__video .wistia_responsive_padding .wistia_responsive_wrapper .video-asset-wistia-player {
    position: relative;
  }
  .blocks-page-homepage_v2 .block__video .wistia_responsive_padding .wistia_responsive_wrapper .video-asset-wistia-player .w-chrome {
    position: absolute !important;
    top: 0;
    left: 0;
    height: 100% !important;
    width: 100% !important;
  }
  .blocks-page-homepage_v2 .block__video .wistia_responsive_padding .wistia_responsive_wrapper .video-asset-wistia-player [id^="wistia_simple_video"] {
    object-fit: cover !important;
  }
  .blocks-page-homepage_v2 .block__video .wistia_responsive_padding .wistia_responsive_wrapper .video-asset-wistia-player [data-handle="thumbnail"] img {
    border: 0 !important;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
  }*/
}
@media screen and (min-width: 992px) {
  .blocks-page-homepage_v2 .block__video {
    height: 668px;
  }
  .blocks-page-homepage_v2 .block__video iframe {
    height: 668px;
    width: calc(852/480 * 668px);
  }
  .blocks-page-homepage_v2 .block__video h1 {
    font-size: 3.8rem;
    line-height: 1.2;
  }
  .blocks-page-homepage_v2 .block__video .wistia_responsive_padding .wistia_responsive_wrapper {
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1919.99316 1080' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 1080h1919.99316v-1080h-1726.65722a6095.04074 6095.04074 0 0 0 -193.33594 1080z' fill='%2314294c'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    -webkit-mask-position: 0 100%;
    -webkit-mask-repeat: no-repeat;
  }
}
@media screen and (min-width: 1200px) {
  .blocks-page-homepage_v2 .block__video {
    height: 785px;
  }
  .blocks-page-homepage_v2 .block__video iframe {
    height: 785px;
    width: calc(852/480 * 785px);
  }
  .blocks-page-homepage_v2 .block__video h1 {
    /*font-size: 5.6rem;*/
    font-size: 4.4rem;
    line-height: 1.25;
  }
  .blocks-page-homepage_v2 .block__video p,
  .blocks-page-homepage_v2 .block__video ol,
  .blocks-page-homepage_v2 .block__video ul {
    font-size: 2.4rem;
  }
  .blocks-page-homepage_v2 .block__video__text-wrapper [class*="description"] p:first-child {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) and (min-height: 1040px) {
  .blocks-page-homepage_v2 .block__video {
    height: 960px;
  }
  .blocks-page-homepage_v2 .block__video iframe {
    height: 960px;
    width: calc(852/480 * 960px);
  }
}
/*@media screen and (min-width: 1400px) and (orientation:landscape) {
  .blocks-page-homepage_v2 .block__video .wistia_responsive_padding .wistia_responsive_wrapper {
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 1080' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m409.34839 0c-168.85333 273.35156-326.85401 624.2041-403.92426 1049.09619q-2.80353 15.48481-5.42413 30.90381h1920v-1080z' fill='%23ed4967'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    -webkit-mask-position: 0 100%;
    border-radius: 0;
  }
}*/

.blocks-page-homepage_v2 .block__image-with-text.image-with-text-layout-right ol li {
  padding-left: 8.4rem;
  min-height: 7.6rem;
}
.blocks-page-homepage_v2 .block__image-with-text.image-with-text-layout-right ol li:before {
  font-size: 6.4rem;
  min-width: 7.4rem;
  max-width: 7.4rem;
}
@media screen and (min-width: 768px) {
  .blocks-page-homepage_v2 .block__image-with-text.image-with-text-layout-left .block__image-with-text__wrapper .block__image-with-text__inner.block__image-with-text__image {
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 1080' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1920 0h-1920v1080h1920c-6.36572-179.21631-9.59619-359.23047-9.59619-540s3.23047-360.78369 9.59619-540z' fill='%23ed4967'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    -webkit-mask-position: 100% 0;
    -webkit-mask-repeat: no-repeat;
  }
  .blocks-page-homepage_v2 .block__image-with-text.image-with-text-layout-right .block__image-with-text__wrapper .block__image-with-text__inner.block__image-with-text__image {
    border-radius: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 1080' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m0 0c12.90967 363.45312 38.77783 723.60645 77.19678 1080h1842.80322v-1080z' fill='%23ed4967'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    -webkit-mask-position: 0 100%;
    -webkit-mask-repeat: no-repeat;
  }
}
@media screen and (min-width: 992px) {
  .blocks-page-homepage_v2 .block__image-with-text.image-with-text-layout-left .block__image-with-text__wrapper .block__image-with-text__inner.block__image-with-text__image {
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1920 1080' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1896.4873 540q0-272.88427 23.50831-539.87354l.00439-.12646h-1920v1080h1920l-.00439-.12646q-23.33716-266.82715-23.50831-539.87354z' fill='%2314294c'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    -webkit-mask-position: 100% 0;
    -webkit-mask-repeat: no-repeat;
  }45645image-with-text.image-with-text-layout-right .block__image-with-text__wrapper .block__image-with-text__inner.block__image-with-text__image {
    border-radius: 0;
    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 1919.99316 1080' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m193.33594 1080h1726.65722v-1080h-1919.99316a6095.08512 6095.08512 0 0 0 193.33594 1080z' fill='%2314294c'/%3E%3C/svg%3E");
    -webkit-mask-size: cover;
    -webkit-mask-position: 0 100%;
    -webkit-mask-repeat: no-repeat;
  }
}

/*About us - Text/Image Grid*/
.block__text-with-image-grid.block__columns-per-row--2 .block__columns {
  grid-column-gap: var(--container_padding_mobile);
}
.block__text-with-image-grid .block__column {
  position: relative;
}
.block__text-with-image-grid .block__column:before {
  content: "";
  display: block;
  position: absolute;
  top: 120px;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #ddd;
  border-radius: 16px;
  background: #fff;
}
.block__text-with-image-grid .block__column:nth-child(n+1) {
  margin: 0;
}
.block__text-with-image-grid .block__column &gt; * {
  position: relative;
}
.block__text-with-image-grid .block__column .block__text-with-image-grid__column__image {
  width: 50%;
  max-width: 240px;
  margin: 0 auto;
  border-radius: 999px;
}
.block__text-with-image-grid__column__heading-text,
.block__text-with-image-grid__column__body {
  padding-left: var(--container_padding_mobile);
  padding-right: var(--container_padding_mobile);
}
.block__text-with-image-grid__column__heading-text {
  text-align: center;
}
.block__text-with-image-grid__column__body {
  font-size: 1.6rem;
  line-height: 1.35;
  padding-bottom: 50px;
  margin-top: 2em;
}
.block__text-with-image-grid__column__body p + p {
  margin-top: 1em;
}
@media screen and (max-width: 767px) {
  .block__text-with-image-grid .block__column:nth-child(n+2) {
    margin-top: 6em;
  }
}
@media screen and (min-width: 768px) {
  .block__text-with-image-grid.block__columns-per-row--2 .block__columns {
    grid-column-gap: var(--container_padding_tablet);
  }
  .block__text-with-image-grid__column__heading-text,
  .block__text-with-image-grid__column__body {
    padding-left: var(--container_padding_tablet);
    padding-right: var(--container_padding_tablet);
  }
}
@media screen and (min-width: 992px) {
  .block__text-with-image-grid.block__columns-per-row--2 .block__columns {
    grid-column-gap: var(--container-padding);
  }
  .block__text-with-image-grid__column__heading-text,
  .block__text-with-image-grid__column__body {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
  .block__text-with-image-grid__column__body {
    font-size: 1.8rem;
  }
}


/*Featured Products*/
.block__featured-products {
  background-color: var(--brand_tertiary) !important;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.block__featured-products:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 40%;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 192.17592 247.15072' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%23ffffff10'%3E%3Cpath d='m100.16986 74.349c18.14531-2.86153 41.3909-10.33514 61.70767-28.90137a116.23891 116.23891 0 0 0 30.29839-45.44763c-.67334 9.25784-5.016 56.6075-45.44759 90.89517a127.22894 127.22894 0 0 1 -41.34046 23.38028 37.80619 37.80619 0 0 0 -5.218-39.9265z'/%3E%3Ccircle cx='70.98236' cy='98.46976' r='22.72379'/%3E%3Cpath d='m92.00606 172.80176c-18.14531 2.86154-41.39091 10.33515-61.70767 28.90137a116.23889 116.23889 0 0 0 -30.29839 45.44759c.67334-9.25784 5.016-56.6075 45.44758-90.89517a127.22879 127.22879 0 0 1 41.34047-23.38028 37.80617 37.80617 0 0 0 5.218 39.92649z'/%3E%3Ccircle cx='121.19355' cy='148.68095' r='22.72379'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  -webkit-mask-image: -webkit-linear-gradient(
    210deg,
    rgba(0,0,0,0) 20%,
    rgba(0,0,0,1) 50%,
    rgba(0,0,0,0) 80%
  );
}
.block__featured-products &gt; * {
  position: relative;
}
.block__featured-products .block__columns {
  max-width: var(--site_width);
}
.block__featured-products .block__featured-products__heading_text.rich-text {
  color: #fff;
}
.block__featured-products .featured-product-card.card-style-grid {
  border: 0;
  transition: transform 350ms ease;
  transform: scale(1);
  transform-origin: 50% 50%;
}
.block__featured-products .featured-product-card:hover {
  transform: scale(1.05);
}
.featured-product-card &gt; a {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.featured-product-card__content {
  padding: 1em 2.5em 3em;
  height: auto;
  flex-grow: 1;
}
.featured-product-card__image-container {
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
}
.featured-product-card__image-container img {
  position: absolute;
}
.featured-product-card__content__title {
  font-size: 3rem;
  font-weight: 700;
  color: var(--brand_primary) !important;
  line-height: normal;
  overflow:  visible;
  max-height: none;
}
.featured-product-card__content__subtitle {
  color: var(--brand_primary);
  font-size: 2rem;
  line-height: normal;
  font-weight: 400;
  overflow: visible;
  flex-grow: 1;
  max-height: none;
  -webkit-line-clamp: initial;
}
.featured-product-card__author__name {
  color: var(--brand_subtext);
  font-weight: 600;
}
.featured-product-card__price {
  color: var(--brand_primary);
  font-weight: 600;
  font-size: 1.8rem;
  width: auto;
}
@media screen and (min-width: 768px) {
  .block__featured-products .block__columns__fixed {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .block__featured-products .block__columns {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .featured-product-card {
    width: 100%;
  }
  .featured-product-card &gt; a {
    flex-direction: row;
  }
  .featured-product-card__image-container {
    flex-basis: 40%;
    height: auto;
    padding: 0;
    min-height: 260px;
  }
  .featured-product-card__content {
    flex-basis: 60%;
  }
}
@media screen and (max-width: 640px), (min-width: 1024px) and (max-width: 1279px) {
  .featured-product-card__content__title {
    font-size: 2.4rem;
  }
}
@media screen and (min-width: 1140px) and (orientation:landscape) {
  .block__featured-products {
    min-height: calc(100vh - 80px);
  }
}

/*Newsletter Sign Up*/
.block__email_leads {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (min-width: 1140px) and (orientation:landscape) {
  .block__email_leads {
    min-height: 640px;
  }
}


/*Course Boxes*/
.course-box-image-container {
  position: relative;
  height: 208px;
}
.course-box-image-container .course-box-image {
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/*Pricing*/
.block__pricing,
.block__pricing__plan__price,
.block__pricing__plan__name,
.block__pricing__plan__description,
.block__pricing__plan__subtitle,
.block__pricing .empty_state__heading-text {
  color: #fff; 
}

/*Quotes from H6 tags*/
.rich-text .block__text-wrapper h6,
.rich-text .block__text-wrapper h6 + h6 {
  margin-top: 0.7em !important;
}
.rich-text .block__text-wrapper h6 {
  font-weight: 400;
  font-size: 1.8rem;
  /*border-left: 6px var(--brand_primary) solid;*/
}
/*.rich-text .block__text-wrapper h6:before {
  content: "";
  display: block;
  width: 100%;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3C!--! Font Awesome Pro 6.1.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license (Commercial License) Copyright 2022 Fonticons, Inc. --%3E%3Cpath d='M96 224C84.72 224 74.05 226.3 64 229.9V224c0-35.3 28.7-64 64-64c17.67 0 32-14.33 32-32S145.7 96 128 96C57.42 96 0 153.4 0 224v96c0 53.02 42.98 96 96 96s96-42.98 96-96S149 224 96 224zM352 224c-11.28 0-21.95 2.305-32 5.879V224c0-35.3 28.7-64 64-64c17.67 0 32-14.33 32-32s-14.33-32-32-32c-70.58 0-128 57.42-128 128v96c0 53.02 42.98 96 96 96s96-42.98 96-96S405 224 352 224z'/%3E%3C/svg%3E");
}*/
.rich-text .block__text-wrapper h6 strong {
  font-size: 1.6rem;
}
.rich-text .block__text-wrapper h6 strong:before {
  content: "-";
  margin-right: 0.4em;
}


@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/*About us | Profiles*/
#block-94822887 .block__column:first-child .block__text-with-image-grid__column__body:after,
#block-94822887 .block__column:last-child .block__text-with-image-grid__column__body:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 34.8027842227378%;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: 3em;
}
/* Nicky */
#block-94822887 .block__column:first-child .block__text-with-image-grid__column__body:after {
  background-image: url(https://www.summit-digital.co.uk/assets/clients/invigor-life/img/nikki-qualification-logos.png);
}
/* Jo */
#block-94822887 .block__column:last-child .block__text-with-image-grid__column__body:after {
  background-image: url(https://www.summit-digital.co.uk/assets/clients/invigor-life/img/jo-qualification-logos.png);
}</pre></body></html>