/*Blog theming variables*/
/** Easing
 -----------------------------------------------------*/
/** Grid
 -----------------------------------------------------*/
/** CSS Variables
 -----------------------------------------------------*/
@import url("https://use.typekit.net/uub1zrd.css");
:root {
  --sizing-unit: 10px;
}

/*Seg transition/animation library*/
/*This controls the sliding elements that are tabbed through. - GH*/
/*
  MDL input theming
  defaulted to grey
*/
@media only screen and (max-width: 1260px) {
  #headerContentWrapper.promotion .page-title {
    font-size: 26px;
    line-height: 1.1 !important;
  }
  header #headerContentWrapper.promotion .tag-line.promotion {
    font-style: italic;
    font-size: 20px !important;
    line-height: 1.1;
  }
}
/*! 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.
 */
html,
body {
  min-height: 100%;
  margin: 0;
  padding: 0;
}

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

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

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

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

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

a:hover {
  text-decoration: none;
}

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

/**
* Remove margin from p tags 
*/
p {
  margin: 0;
}

/**
 * 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.18;
  /* 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 1.625em;
}

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Set up a decent box model on the root element
 */
html {
  box-sizing: border-box;
}

/*add this opacity to smooth over the page jitter from responsive class loading in js*/
body[class*=device-] {
  opacity: 1;
}

body {
  opacity: 0;
  transition: opacity 0.1s linear;
}

/**
 * Make all elements from the DOM inherit from the parent box-sizing
 * Since `*` has a specificity of 0, it does not override the `html` value
 * making all elements inheriting from the root box-sizing value
 * See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
 */
*,
*::before,
*::after {
  box-sizing: inherit;
}

/**
 * Basic styles for links
 */
a {
  color: rgb(0, 119, 198);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: rgb(34, 34, 34);
}

.slick-track {
  float: left;
}

.rounded, .button, .social-wrapper ul li, .container_outlined {
  border-radius: 7px;
}

.squared {
  border-radius: 0px;
}

.padding-top-1 {
  padding-top: 14px;
}

.padding-top-2 {
  padding-top: 28px;
}

.padding-top-3 {
  padding-top: 42px;
}

.padding-bottom-1 {
  padding-bottom: 14px;
}

.padding-bottom-2 {
  padding-bottom: 28px;
}

.padding-bottom-3 {
  padding-bottom: 42px;
}

.container_outlined {
  background-color: #fff;
  border: 1px solid rgb(102, 102, 102);
  position: relative;
}
.container_outlined .outlined-heading {
  background-color: inherit;
  left: 20px;
  margin: 0;
  padding: 2px 10px;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
}
.container_outlined.header-items .outlined-heading {
  transform: translate(-50%, -50%);
  left: 50%;
  width: 100%;
  /*use width 100% to prevent content prematurely wrapping*/
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
  /*Set max-width: max-content to prevent text from covering the outline.*/
}

.social-wrapper.dark-icons a::before {
  color: #3e3e3e;
}
.social-wrapper ul {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
}
.social-wrapper ul li {
  display: inline-flex;
  list-style: none;
  flex: 1 1 24px;
  margin: 5px;
}
.social-wrapper ul li a {
  border-radius: inherit;
  display: block;
  height: 100%;
  position: relative;
  width: 100%;
  min-height: 24px;
  min-width: 24px;
}
.social-wrapper ul li a:hover {
  cursor: pointer;
  opacity: 0.9;
}
.social-wrapper ul li a::before {
  color: #fff;
  font-family: seg;
  font-size: 24px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
.social-wrapper ul li .provider-details-menu-item:not([href]) {
  display: none;
}
.social-wrapper ul li .icon_facebook::before {
  content: "\e907";
}
.social-wrapper ul li .icon_instagram::before {
  content: "\e908";
}
.social-wrapper ul li .icon_twitter::before {
  content: "\e90e";
}
.social-wrapper ul li .icon_youtube::before {
  content: "\e910";
}
.social-wrapper ul li .icon_linkedin::before {
  content: "\e92a";
}
.social-wrapper #header-social-menu {
  flex-direction: column;
}
.social-wrapper #header-social-menu li {
  margin: 0 0 5px;
}
.social-wrapper #header-social-menu a {
  border-radius: 7px;
  border: 1px solid #fff;
  box-shadow: rgba(255, 255, 255, 0) 0px -1px 3px;
  min-height: 24px;
  min-width: 24px;
  overflow: hidden;
  transition: background 0.2s ease, box-shadow 0.1s ease;
}
.social-wrapper #header-social-menu a:hover, .social-wrapper #header-social-menu a:focus {
  background-color: rgba(255, 255, 255, 0.05);
  box-shadow: rgba(255, 255, 255, 0.4) 0px -1px 3px;
  cursor: pointer;
  outline: none;
}
.social-wrapper #header-social-menu a:active {
  background-color: rgba(255, 255, 255, 0.15);
}

/*MDL input theming*/
.seg-mdl-textfield.seg-mdl-completed label,
.seg-mdl-dot-checkbox label,
.seg-mdl-dropdown.seg-mdl-completed label,
.seg-mdl-passwordfield.seg-mdl-completed label,
.seg-mdl-radio label,
.seg-mdl-searchfield.seg-mdl-completed label,
.seg-mdl-textarea.seg-mdl-completed label,
.seg-mdl-textfield.seg-mdl-completed label,
.seg-html-dropdown.active .seg-dropdown-label,
.seg-html-dropdown.seg-mdl-completed .seg-dropdown-label {
  color: rgb(0, 119, 198);
}

.seg-mdl-btn,
.seg-mdl-dot-checkbox-dot::after,
.seg-mdl-passwordfield::after,
.seg-mdl-radio-dot::after,
.seg-mdl-list-radio-dot::after {
  background-color: rgb(0, 119, 198);
}

.seg-mdl-dot-checkbox-dot,
.seg-mdl-focussed .seg-mdl-dropdown-arrow::after,
.seg-mdl-radio-dot,
.seg-mdl-list-radio-dot {
  border-color: rgb(0, 119, 198);
}

.no-margin {
  margin: 0 !important;
}

/*Login link*/
.head-login-button {
  color: #FFF;
  border: 1px solid #fff;
  border-radius: 5px;
  background: none;
  border: 1px solid #fff;
  padding-left: 28px;
  padding-top: 4px;
  padding-bottom: 4px;
  left: 0px;
  top: -15px;
}

.head-login-button {
  background: none !important;
  border: 0px solid #fff !important;
  color: #fff !important;
  padding-left: 32px !important;
  padding-bottom: 11px !important;
  padding-right: 10px !important;
  left: 0px !important;
  top: -15px !important;
  background-color: rgba(0, 0, 0, 0.4) !important;
  vertical-align: text-top;
}
.head-login-button .seg-Account-profile {
  color: #fff !important;
  position: absolute !important;
  left: 7px !important;
  top: 6px !important;
}

.cart-link {
  background-color: rgba(0, 0, 0, 0.4) !important;
  border-radius: 5px;
}

.head-login-button:hover, .cart-link:hover {
  background-color: rgba(0, 0, 0, 0.15) !important;
  cursor: pointer;
  box-shadow: rgba(255, 255, 255, 0.6) 0px -1px 3px !important;
}

.primary-font, .course-enq-form-wrapper .cost, h2.course-buy-title,
h2.course-title, h3.course-contact,
h3.accreditations-title,
h3.course-description, header #navbar, body {
  font-family: joanna-sans-nova, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.secondary-font, .c-count,
.p-count,
.c-count-left,
.c-count-right, h2.provider-title, .c-wrapper .c-title, .device-mobile #path-wrapper .panel .holder .title, .home-featured-wrapper article .home-blog-title, .home-featured-wrapper .home-featured-title, .home-partners-wrapper .home-partners-title, .directory-stats-wrapper .stat-value, .directory-stats-wrapper .directory-stats-title, .home-gallery-wrapper h2.home-gallery-title, .contact-us-wrapper .contact-us-content h2.contact-us-title, .about-us-wrapper .about-us-title, .get-started-wrapper h2.get-started-title, .training-centre, h2.course-provider, .node_box .node_title,
.sub_node .node_title, .sub-node h2.sub-node-title, .main-node h2.main-node-title, .home .home-page-heading, h1,
h3 {
  font-family: joanna-nova, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-font-butler {
  font-family: Butler, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.blog-font-Roboto {
  font-family: Roboto, sans-serif;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Butler fonts*/
@font-face {
  font-family: "Butler";
  src: url("fonts/blog_fonts/Butler-UltraLight.woff2") format("woff2"), url("fonts/blog_fonts/Butler-UltraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("fonts/blog_fonts/Butler-Medium.woff2") format("woff2"), url("fonts/blog_fonts/Butler-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("fonts/blog_fonts/Butler-Light.woff2") format("woff2"), url("fonts/blog_fonts/Butler-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("fonts/blog_fonts/Butler-Black.woff2") format("woff2"), url("fonts/blog_fonts/Butler-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("fonts/blog_fonts/Butler-Bold.woff2") format("woff2"), url("fonts/blog_fonts/Butler-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("fonts/blog_fonts/Butler-ExtraBold.woff2") format("woff2"), url("fonts/blog_fonts/Butler-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "Butler";
  src: url("fonts/blog_fonts/Butler.woff2") format("woff2"), url("fonts/blog_fonts/Butler.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
/*Roboto fonts*/
@font-face {
  font-family: "Roboto";
  src: url("fonts/blog_fonts/Roboto-Medium.ttf") format("ttf");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/blog_fonts/Roboto-Light.ttf") format("ttf");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/blog_fonts/Roboto-Bold.ttf") format("ttf");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("fonts/blog_fonts/Roboto-Regular.ttf") format("ttf");
  font-weight: normal;
  font-style: normal;
}
/**
 * Basic typography style for copy text
 */
.primary-font.light, .course-enq-form-wrapper .light.cost, h2.light.course-buy-title,
h2.light.course-title, h3.light.course-contact,
h3.light.accreditations-title,
h3.light.course-description, header .light#navbar, body.light {
  font-weight: 200;
  font-style: normal;
}

.primary-font.light-italic, .course-enq-form-wrapper .light-italic.cost, h2.light-italic.course-buy-title,
h2.light-italic.course-title, h3.light-italic.course-contact,
h3.light-italic.accreditations-title,
h3.light-italic.course-description, header .light-italic#navbar, body.light-italic {
  font-weight: 200;
  font-style: italic;
}

.primary-font.regular, h2.primary-font.provider-title, .c-wrapper .primary-font.c-title, .device-mobile #path-wrapper .panel .holder .primary-font.title, .home-featured-wrapper article .primary-font.home-blog-title, .home-featured-wrapper .primary-font.home-featured-title, .home-partners-wrapper .primary-font.home-partners-title, .directory-stats-wrapper .primary-font.stat-value, .directory-stats-wrapper .primary-font.directory-stats-title, .home-gallery-wrapper h2.primary-font.home-gallery-title, .contact-us-wrapper .contact-us-content h2.primary-font.contact-us-title, .about-us-wrapper .primary-font.about-us-title, .get-started-wrapper h2.primary-font.get-started-title, .course-enq-form-wrapper .regular.cost, .course-enq-form-wrapper h2.cost.provider-title, .course-enq-form-wrapper .c-wrapper .cost.c-title, .c-wrapper .course-enq-form-wrapper .cost.c-title, .course-enq-form-wrapper .device-mobile #path-wrapper .panel .holder .cost.title, .device-mobile #path-wrapper .panel .holder .course-enq-form-wrapper .cost.title, .course-enq-form-wrapper .home-featured-wrapper article .cost.home-blog-title, .home-featured-wrapper article .course-enq-form-wrapper .cost.home-blog-title, .course-enq-form-wrapper .home-featured-wrapper .cost.home-featured-title, .home-featured-wrapper .course-enq-form-wrapper .cost.home-featured-title, .course-enq-form-wrapper .home-partners-wrapper .cost.home-partners-title, .home-partners-wrapper .course-enq-form-wrapper .cost.home-partners-title, .course-enq-form-wrapper .directory-stats-wrapper .cost.stat-value, .directory-stats-wrapper .course-enq-form-wrapper .cost.stat-value, .course-enq-form-wrapper .directory-stats-wrapper .cost.directory-stats-title, .directory-stats-wrapper .course-enq-form-wrapper .cost.directory-stats-title, .course-enq-form-wrapper .home-gallery-wrapper h2.cost.home-gallery-title, .home-gallery-wrapper .course-enq-form-wrapper h2.cost.home-gallery-title, .course-enq-form-wrapper .contact-us-wrapper .contact-us-content h2.cost.contact-us-title, .contact-us-wrapper .contact-us-content .course-enq-form-wrapper h2.cost.contact-us-title, .course-enq-form-wrapper .about-us-wrapper .cost.about-us-title, .about-us-wrapper .course-enq-form-wrapper .cost.about-us-title, .course-enq-form-wrapper .get-started-wrapper h2.cost.get-started-title, .get-started-wrapper .course-enq-form-wrapper h2.cost.get-started-title, h2.regular.course-buy-title, h2.course-buy-title.provider-title, .c-wrapper h2.course-buy-title.c-title, .device-mobile #path-wrapper .panel .holder h2.course-buy-title.title, .home-featured-wrapper article h2.course-buy-title.home-blog-title, .home-featured-wrapper h2.course-buy-title.home-featured-title, .home-partners-wrapper h2.course-buy-title.home-partners-title, .directory-stats-wrapper h2.course-buy-title.stat-value, .directory-stats-wrapper h2.course-buy-title.directory-stats-title, .home-gallery-wrapper h2.course-buy-title.home-gallery-title, .contact-us-wrapper .contact-us-content h2.course-buy-title.contact-us-title, .about-us-wrapper h2.course-buy-title.about-us-title, .get-started-wrapper h2.course-buy-title.get-started-title,
h2.regular.course-title,
h2.course-title.provider-title,
.c-wrapper h2.course-title.c-title,
.device-mobile #path-wrapper .panel .holder h2.course-title.title,
.home-featured-wrapper article h2.course-title.home-blog-title,
.home-featured-wrapper h2.course-title.home-featured-title,
.home-partners-wrapper h2.course-title.home-partners-title,
.directory-stats-wrapper h2.course-title.stat-value,
.directory-stats-wrapper h2.course-title.directory-stats-title,
.home-gallery-wrapper h2.course-title.home-gallery-title,
.contact-us-wrapper .contact-us-content h2.course-title.contact-us-title,
.about-us-wrapper h2.course-title.about-us-title,
.get-started-wrapper h2.course-title.get-started-title, h3.regular.course-contact, .c-wrapper h3.course-contact.c-title, .device-mobile #path-wrapper .panel .holder h3.course-contact.title, .home-featured-wrapper article h3.course-contact.home-blog-title, .home-featured-wrapper h3.course-contact.home-featured-title, .home-partners-wrapper h3.course-contact.home-partners-title, .directory-stats-wrapper h3.course-contact.stat-value, .directory-stats-wrapper h3.course-contact.directory-stats-title, .about-us-wrapper h3.course-contact.about-us-title,
h3.regular.accreditations-title,
.c-wrapper h3.accreditations-title.c-title,
.device-mobile #path-wrapper .panel .holder h3.accreditations-title.title,
.home-featured-wrapper article h3.accreditations-title.home-blog-title,
.home-featured-wrapper h3.accreditations-title.home-featured-title,
.home-partners-wrapper h3.accreditations-title.home-partners-title,
.directory-stats-wrapper h3.accreditations-title.stat-value,
.directory-stats-wrapper h3.accreditations-title.directory-stats-title,
.about-us-wrapper h3.accreditations-title.about-us-title,
h3.regular.course-description,
.c-wrapper h3.course-description.c-title,
.device-mobile #path-wrapper .panel .holder h3.course-description.title,
.home-featured-wrapper article h3.course-description.home-blog-title,
.home-featured-wrapper h3.course-description.home-featured-title,
.home-partners-wrapper h3.course-description.home-partners-title,
.directory-stats-wrapper h3.course-description.stat-value,
.directory-stats-wrapper h3.course-description.directory-stats-title,
.about-us-wrapper h3.course-description.about-us-title, header .regular#navbar, header h2#navbar.provider-title, header .c-wrapper #navbar.c-title, .c-wrapper header #navbar.c-title, header .device-mobile #path-wrapper .panel .holder #navbar.title, .device-mobile #path-wrapper .panel .holder header #navbar.title, header .home-featured-wrapper article #navbar.home-blog-title, .home-featured-wrapper article header #navbar.home-blog-title, header .home-featured-wrapper #navbar.home-featured-title, .home-featured-wrapper header #navbar.home-featured-title, header .home-partners-wrapper #navbar.home-partners-title, .home-partners-wrapper header #navbar.home-partners-title, header .directory-stats-wrapper #navbar.stat-value, .directory-stats-wrapper header #navbar.stat-value, header .directory-stats-wrapper #navbar.directory-stats-title, .directory-stats-wrapper header #navbar.directory-stats-title, header .home-gallery-wrapper h2#navbar.home-gallery-title, .home-gallery-wrapper header h2#navbar.home-gallery-title, header .contact-us-wrapper .contact-us-content h2#navbar.contact-us-title, .contact-us-wrapper .contact-us-content header h2#navbar.contact-us-title, header .about-us-wrapper #navbar.about-us-title, .about-us-wrapper header #navbar.about-us-title, header .get-started-wrapper h2#navbar.get-started-title, .get-started-wrapper header h2#navbar.get-started-title, body.regular, .c-wrapper body.c-title, .device-mobile #path-wrapper .panel .holder body.title, .home-featured-wrapper article body.home-blog-title, .home-featured-wrapper body.home-featured-title, .home-partners-wrapper body.home-partners-title, .directory-stats-wrapper body.stat-value, .directory-stats-wrapper body.directory-stats-title, .about-us-wrapper body.about-us-title {
  font-weight: 400;
  font-style: normal;
}

.primary-font.regular-italic, .course-enq-form-wrapper .regular-italic.cost, h2.regular-italic.course-buy-title,
h2.regular-italic.course-title, h3.regular-italic.course-contact,
h3.regular-italic.accreditations-title,
h3.regular-italic.course-description, header .regular-italic#navbar, body.regular-italic {
  font-weight: 400;
  font-style: italic;
}

.primary-font.semibold, .course-enq-form-wrapper .semibold.cost, h2.semibold.course-buy-title,
h2.semibold.course-title, h3.semibold.course-contact,
h3.semibold.accreditations-title,
h3.semibold.course-description, header .semibold#navbar, body.semibold {
  font-weight: 600;
  font-style: normal;
}

.primary-font.bold, .primary-font.c-count,
.primary-font.p-count,
.primary-font.c-count-left,
.primary-font.c-count-right, .course-enq-form-wrapper .cost, h2.course-buy-title,
h2.course-title, h3.course-contact,
h3.accreditations-title,
h3.course-description, header .bold#navbar, header #navbar.c-count,
header #navbar.p-count,
header #navbar.c-count-left,
header #navbar.c-count-right, header .course-enq-form-wrapper #navbar.cost, .course-enq-form-wrapper header #navbar.cost, header h2#navbar.course-buy-title,
header h2#navbar.course-title, header h3#navbar.course-contact,
header h3#navbar.accreditations-title,
header h3#navbar.course-description, body.bold, body.c-count,
body.p-count,
body.c-count-left,
body.c-count-right {
  font-weight: 700;
  font-style: normal;
}

.secondary-font.light, .light.c-count,
.light.p-count,
.light.c-count-left,
.light.c-count-right, h2.light.provider-title, .c-wrapper .light.c-title, .device-mobile #path-wrapper .panel .holder .light.title, .home-featured-wrapper article .light.home-blog-title, .home-featured-wrapper .light.home-featured-title, .home-partners-wrapper .light.home-partners-title, .directory-stats-wrapper .light.stat-value, .directory-stats-wrapper .light.directory-stats-title, .home-gallery-wrapper h2.light.home-gallery-title, .contact-us-wrapper .contact-us-content h2.light.contact-us-title, .about-us-wrapper .light.about-us-title, .get-started-wrapper h2.light.get-started-title, .light.training-centre, h2.light.course-provider, .node_box .light.node_title,
.sub_node .light.node_title, .sub-node h2.light.sub-node-title, .main-node h2.light.main-node-title, .home .light.home-page-heading, h1.light,
h3.light {
  font-weight: 200;
  font-style: normal;
}

.secondary-font.light-italic, .light-italic.c-count,
.light-italic.p-count,
.light-italic.c-count-left,
.light-italic.c-count-right, h2.light-italic.provider-title, .c-wrapper .light-italic.c-title, .device-mobile #path-wrapper .panel .holder .light-italic.title, .home-featured-wrapper article .light-italic.home-blog-title, .home-featured-wrapper .light-italic.home-featured-title, .home-partners-wrapper .light-italic.home-partners-title, .directory-stats-wrapper .light-italic.stat-value, .directory-stats-wrapper .light-italic.directory-stats-title, .home-gallery-wrapper h2.light-italic.home-gallery-title, .contact-us-wrapper .contact-us-content h2.light-italic.contact-us-title, .about-us-wrapper .light-italic.about-us-title, .get-started-wrapper h2.light-italic.get-started-title, .light-italic.training-centre, h2.light-italic.course-provider, .node_box .light-italic.node_title,
.sub_node .light-italic.node_title, .sub-node h2.light-italic.sub-node-title, .main-node h2.light-italic.main-node-title, .home .light-italic.home-page-heading, h1.light-italic,
h3.light-italic {
  font-weight: 200;
  font-style: italic;
}

.secondary-font.regular, .regular.c-count,
.regular.p-count,
.regular.c-count-left,
.regular.c-count-right, h2.provider-title, .c-wrapper .c-title, .device-mobile #path-wrapper .panel .holder .title, .home-featured-wrapper article .home-blog-title, .home-featured-wrapper .home-featured-title, .home-partners-wrapper .home-partners-title, .directory-stats-wrapper .stat-value, .directory-stats-wrapper .directory-stats-title, .home-gallery-wrapper h2.home-gallery-title, .contact-us-wrapper .contact-us-content h2.contact-us-title, .about-us-wrapper .about-us-title, .get-started-wrapper h2.get-started-title, .regular.training-centre, h2.regular.course-provider, .node_box .regular.node_title, .node_box h2.node_title.provider-title,
.sub_node .regular.node_title,
.sub_node h2.node_title.provider-title, .sub-node h2.regular.sub-node-title, .sub-node h2.sub-node-title.provider-title, .sub-node .c-wrapper h2.sub-node-title.c-title, .c-wrapper .sub-node h2.sub-node-title.c-title, .sub-node .home-featured-wrapper h2.sub-node-title.home-featured-title, .home-featured-wrapper .sub-node h2.sub-node-title.home-featured-title, .sub-node .home-partners-wrapper h2.sub-node-title.home-partners-title, .home-partners-wrapper .sub-node h2.sub-node-title.home-partners-title, .sub-node .directory-stats-wrapper h2.sub-node-title.stat-value, .directory-stats-wrapper .sub-node h2.sub-node-title.stat-value, .sub-node .directory-stats-wrapper h2.sub-node-title.directory-stats-title, .directory-stats-wrapper .sub-node h2.sub-node-title.directory-stats-title, .sub-node .about-us-wrapper h2.sub-node-title.about-us-title, .about-us-wrapper .sub-node h2.sub-node-title.about-us-title, .main-node h2.regular.main-node-title, .main-node h2.main-node-title.provider-title, .main-node .c-wrapper h2.main-node-title.c-title, .c-wrapper .main-node h2.main-node-title.c-title, .main-node .home-featured-wrapper h2.main-node-title.home-featured-title, .home-featured-wrapper .main-node h2.main-node-title.home-featured-title, .main-node .home-partners-wrapper h2.main-node-title.home-partners-title, .home-partners-wrapper .main-node h2.main-node-title.home-partners-title, .main-node .directory-stats-wrapper h2.main-node-title.stat-value, .directory-stats-wrapper .main-node h2.main-node-title.stat-value, .main-node .directory-stats-wrapper h2.main-node-title.directory-stats-title, .directory-stats-wrapper .main-node h2.main-node-title.directory-stats-title, .main-node .about-us-wrapper h2.main-node-title.about-us-title, .about-us-wrapper .main-node h2.main-node-title.about-us-title, .home .regular.home-page-heading, .home h2.home-page-heading.provider-title, h1.regular,
h3.regular {
  font-weight: 400;
  font-style: normal;
}

.secondary-font.regular-italic, .regular-italic.c-count,
.regular-italic.p-count,
.regular-italic.c-count-left,
.regular-italic.c-count-right, h2.regular-italic.provider-title, .c-wrapper .regular-italic.c-title, .device-mobile #path-wrapper .panel .holder .regular-italic.title, .home-featured-wrapper article .regular-italic.home-blog-title, .home-featured-wrapper .regular-italic.home-featured-title, .home-partners-wrapper .regular-italic.home-partners-title, .directory-stats-wrapper .regular-italic.stat-value, .directory-stats-wrapper .regular-italic.directory-stats-title, .home-gallery-wrapper h2.regular-italic.home-gallery-title, .contact-us-wrapper .contact-us-content h2.regular-italic.contact-us-title, .about-us-wrapper .regular-italic.about-us-title, .get-started-wrapper h2.regular-italic.get-started-title, .regular-italic.training-centre, h2.regular-italic.course-provider, .node_box .regular-italic.node_title,
.sub_node .regular-italic.node_title, .sub-node h2.regular-italic.sub-node-title, .main-node h2.regular-italic.main-node-title, .home .regular-italic.home-page-heading, h1.regular-italic,
h3.regular-italic {
  font-weight: 400;
  font-style: italic;
}

.secondary-font.semibold, .semibold.c-count,
.semibold.p-count,
.semibold.c-count-left,
.semibold.c-count-right, h2.semibold.provider-title, .c-wrapper .semibold.c-title, .device-mobile #path-wrapper .panel .holder .semibold.title, .home-featured-wrapper article .semibold.home-blog-title, .home-featured-wrapper .semibold.home-featured-title, .home-partners-wrapper .semibold.home-partners-title, .directory-stats-wrapper .semibold.stat-value, .directory-stats-wrapper .semibold.directory-stats-title, .home-gallery-wrapper h2.semibold.home-gallery-title, .contact-us-wrapper .contact-us-content h2.semibold.contact-us-title, .about-us-wrapper .semibold.about-us-title, .get-started-wrapper h2.semibold.get-started-title, .semibold.training-centre, h2.semibold.course-provider, .node_box .semibold.node_title,
.sub_node .semibold.node_title, .sub-node h2.semibold.sub-node-title, .main-node h2.semibold.main-node-title, .home .semibold.home-page-heading, h1.semibold,
h3.semibold {
  font-weight: 600;
  font-style: normal;
}

.secondary-font.bold, .secondary-font.c-count,
.secondary-font.p-count,
.secondary-font.c-count-left,
.secondary-font.c-count-right, .c-count,
.p-count,
.c-count-left,
.c-count-right, h2.bold.provider-title, h2.provider-title.c-count,
h2.provider-title.p-count,
h2.provider-title.c-count-left,
h2.provider-title.c-count-right, .c-wrapper .bold.c-title, .c-wrapper .c-title.c-count,
.c-wrapper .c-title.p-count,
.c-wrapper .c-title.c-count-left,
.c-wrapper .c-title.c-count-right, .device-mobile #path-wrapper .panel .holder .bold.title, .device-mobile #path-wrapper .panel .holder .title.c-count,
.device-mobile #path-wrapper .panel .holder .title.p-count,
.device-mobile #path-wrapper .panel .holder .title.c-count-left,
.device-mobile #path-wrapper .panel .holder .title.c-count-right, .home-featured-wrapper article .bold.home-blog-title, .home-featured-wrapper article .home-blog-title.c-count,
.home-featured-wrapper article .home-blog-title.p-count,
.home-featured-wrapper article .home-blog-title.c-count-left,
.home-featured-wrapper article .home-blog-title.c-count-right, .home-featured-wrapper .bold.home-featured-title, .home-featured-wrapper .home-featured-title.c-count,
.home-featured-wrapper .home-featured-title.p-count,
.home-featured-wrapper .home-featured-title.c-count-left,
.home-featured-wrapper .home-featured-title.c-count-right, .home-partners-wrapper .bold.home-partners-title, .home-partners-wrapper .home-partners-title.c-count,
.home-partners-wrapper .home-partners-title.p-count,
.home-partners-wrapper .home-partners-title.c-count-left,
.home-partners-wrapper .home-partners-title.c-count-right, .directory-stats-wrapper .bold.stat-value, .directory-stats-wrapper .stat-value.c-count,
.directory-stats-wrapper .stat-value.p-count,
.directory-stats-wrapper .stat-value.c-count-left,
.directory-stats-wrapper .stat-value.c-count-right, .directory-stats-wrapper .bold.directory-stats-title, .directory-stats-wrapper .directory-stats-title.c-count,
.directory-stats-wrapper .directory-stats-title.p-count,
.directory-stats-wrapper .directory-stats-title.c-count-left,
.directory-stats-wrapper .directory-stats-title.c-count-right, .home-gallery-wrapper h2.bold.home-gallery-title, .home-gallery-wrapper h2.home-gallery-title.c-count,
.home-gallery-wrapper h2.home-gallery-title.p-count,
.home-gallery-wrapper h2.home-gallery-title.c-count-left,
.home-gallery-wrapper h2.home-gallery-title.c-count-right, .contact-us-wrapper .contact-us-content h2.bold.contact-us-title, .contact-us-wrapper .contact-us-content h2.contact-us-title.c-count,
.contact-us-wrapper .contact-us-content h2.contact-us-title.p-count,
.contact-us-wrapper .contact-us-content h2.contact-us-title.c-count-left,
.contact-us-wrapper .contact-us-content h2.contact-us-title.c-count-right, .about-us-wrapper .bold.about-us-title, .about-us-wrapper .about-us-title.c-count,
.about-us-wrapper .about-us-title.p-count,
.about-us-wrapper .about-us-title.c-count-left,
.about-us-wrapper .about-us-title.c-count-right, .get-started-wrapper h2.bold.get-started-title, .get-started-wrapper h2.get-started-title.c-count,
.get-started-wrapper h2.get-started-title.p-count,
.get-started-wrapper h2.get-started-title.c-count-left,
.get-started-wrapper h2.get-started-title.c-count-right, .course-enq-form-wrapper .secondary-font.cost, .course-enq-form-wrapper .cost.c-count,
.course-enq-form-wrapper .cost.p-count,
.course-enq-form-wrapper .cost.c-count-left,
.course-enq-form-wrapper .cost.c-count-right, .course-enq-form-wrapper h2.cost.provider-title, .course-enq-form-wrapper .c-wrapper .cost.c-title, .c-wrapper .course-enq-form-wrapper .cost.c-title, .course-enq-form-wrapper .device-mobile #path-wrapper .panel .holder .cost.title, .device-mobile #path-wrapper .panel .holder .course-enq-form-wrapper .cost.title, .course-enq-form-wrapper .home-featured-wrapper article .cost.home-blog-title, .home-featured-wrapper article .course-enq-form-wrapper .cost.home-blog-title, .course-enq-form-wrapper .home-featured-wrapper .cost.home-featured-title, .home-featured-wrapper .course-enq-form-wrapper .cost.home-featured-title, .course-enq-form-wrapper .home-partners-wrapper .cost.home-partners-title, .home-partners-wrapper .course-enq-form-wrapper .cost.home-partners-title, .course-enq-form-wrapper .directory-stats-wrapper .cost.stat-value, .directory-stats-wrapper .course-enq-form-wrapper .cost.stat-value, .course-enq-form-wrapper .directory-stats-wrapper .cost.directory-stats-title, .directory-stats-wrapper .course-enq-form-wrapper .cost.directory-stats-title, .course-enq-form-wrapper .home-gallery-wrapper h2.cost.home-gallery-title, .home-gallery-wrapper .course-enq-form-wrapper h2.cost.home-gallery-title, .course-enq-form-wrapper .contact-us-wrapper .contact-us-content h2.cost.contact-us-title, .contact-us-wrapper .contact-us-content .course-enq-form-wrapper h2.cost.contact-us-title, .course-enq-form-wrapper .about-us-wrapper .cost.about-us-title, .about-us-wrapper .course-enq-form-wrapper .cost.about-us-title, .course-enq-form-wrapper .get-started-wrapper h2.cost.get-started-title, .get-started-wrapper .course-enq-form-wrapper h2.cost.get-started-title, h2.secondary-font.course-buy-title, h2.course-buy-title.c-count,
h2.course-buy-title.p-count,
h2.course-buy-title.c-count-left,
h2.course-buy-title.c-count-right, h2.course-buy-title.provider-title, .c-wrapper h2.course-buy-title.c-title, .device-mobile #path-wrapper .panel .holder h2.course-buy-title.title, .home-featured-wrapper article h2.course-buy-title.home-blog-title, .home-featured-wrapper h2.course-buy-title.home-featured-title, .home-partners-wrapper h2.course-buy-title.home-partners-title, .directory-stats-wrapper h2.course-buy-title.stat-value, .directory-stats-wrapper h2.course-buy-title.directory-stats-title, .home-gallery-wrapper h2.course-buy-title.home-gallery-title, .contact-us-wrapper .contact-us-content h2.course-buy-title.contact-us-title, .about-us-wrapper h2.course-buy-title.about-us-title, .get-started-wrapper h2.course-buy-title.get-started-title,
h2.secondary-font.course-title,
h2.course-title.c-count,
h2.course-title.p-count,
h2.course-title.c-count-left,
h2.course-title.c-count-right,
h2.course-title.provider-title,
.c-wrapper h2.course-title.c-title,
.device-mobile #path-wrapper .panel .holder h2.course-title.title,
.home-featured-wrapper article h2.course-title.home-blog-title,
.home-featured-wrapper h2.course-title.home-featured-title,
.home-partners-wrapper h2.course-title.home-partners-title,
.directory-stats-wrapper h2.course-title.stat-value,
.directory-stats-wrapper h2.course-title.directory-stats-title,
.home-gallery-wrapper h2.course-title.home-gallery-title,
.contact-us-wrapper .contact-us-content h2.course-title.contact-us-title,
.about-us-wrapper h2.course-title.about-us-title,
.get-started-wrapper h2.course-title.get-started-title, .bold.training-centre, .training-centre.c-count,
.training-centre.p-count,
.training-centre.c-count-left,
.training-centre.c-count-right, .course-enq-form-wrapper .training-centre.cost, h2.training-centre.course-buy-title,
h2.training-centre.course-title, h2.bold.course-provider, h2.course-provider.c-count,
h2.course-provider.p-count,
h2.course-provider.c-count-left,
h2.course-provider.c-count-right, .course-enq-form-wrapper h2.course-provider.cost, h2.course-provider.course-buy-title,
h2.course-provider.course-title, .node_box .bold.node_title, .node_box .node_title.c-count,
.node_box .node_title.p-count,
.node_box .node_title.c-count-left,
.node_box .node_title.c-count-right, .node_box .course-enq-form-wrapper .node_title.cost, .course-enq-form-wrapper .node_box .node_title.cost, .node_box h2.node_title.course-buy-title,
.node_box h2.node_title.course-title, .node_box h3.node_title.course-contact,
.node_box h3.node_title.accreditations-title,
.node_box h3.node_title.course-description,
.sub_node .bold.node_title,
.sub_node .node_title.c-count,
.sub_node .node_title.p-count,
.sub_node .node_title.c-count-left,
.sub_node .node_title.c-count-right,
.sub_node .course-enq-form-wrapper .node_title.cost,
.course-enq-form-wrapper .sub_node .node_title.cost,
.sub_node h2.node_title.course-buy-title,
.sub_node h2.node_title.course-title,
.sub_node h3.node_title.course-contact,
.sub_node h3.node_title.accreditations-title,
.sub_node h3.node_title.course-description, .sub-node h2.bold.sub-node-title, .sub-node h2.sub-node-title.c-count,
.sub-node h2.sub-node-title.p-count,
.sub-node h2.sub-node-title.c-count-left,
.sub-node h2.sub-node-title.c-count-right, .sub-node .course-enq-form-wrapper h2.sub-node-title.cost, .course-enq-form-wrapper .sub-node h2.sub-node-title.cost, .sub-node h2.sub-node-title.course-buy-title,
.sub-node h2.sub-node-title.course-title, .main-node h2.bold.main-node-title, .main-node h2.main-node-title.c-count,
.main-node h2.main-node-title.p-count,
.main-node h2.main-node-title.c-count-left,
.main-node h2.main-node-title.c-count-right, .main-node .course-enq-form-wrapper h2.main-node-title.cost, .course-enq-form-wrapper .main-node h2.main-node-title.cost, .main-node h2.main-node-title.course-buy-title,
.main-node h2.main-node-title.course-title, .home .bold.home-page-heading, .home .home-page-heading.c-count,
.home .home-page-heading.p-count,
.home .home-page-heading.c-count-left,
.home .home-page-heading.c-count-right, .home .course-enq-form-wrapper .home-page-heading.cost, .course-enq-form-wrapper .home .home-page-heading.cost, .home h2.home-page-heading.course-buy-title,
.home h2.home-page-heading.course-title, .home h3.home-page-heading.course-contact,
.home h3.home-page-heading.accreditations-title,
.home h3.home-page-heading.course-description, h1.bold, h1.c-count,
h1.p-count,
h1.c-count-left,
h1.c-count-right, .course-enq-form-wrapper h1.cost,
h3.bold,
h3.c-count,
h3.p-count,
h3.c-count-left,
h3.c-count-right,
.course-enq-form-wrapper h3.cost,
h3.course-contact,
h3.accreditations-title,
h3.course-description {
  font-weight: 700;
  font-style: normal;
}

.font-weight-200 {
  font-weight: 200;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: normal;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: bold;
}

.font-weight-800 {
  font-weight: 800;
}

.heading-1 {
  font-size: 44px;
}

.heading-2 {
  font-size: 40px;
}

.heading-3 {
  font-size: 30px;
}

.heading-4 {
  font-size: 26px;
}

.heading-5 {
  font-size: 20px;
}

.heading-6 {
  font-size: 14px;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitilise {
  text-transform: capitalize;
}

.text-initial {
  text-transform: initial;
}

body {
  color: #3e3e3e;
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: -0.18px;
}

body.promotion {
  font-size: 16px;
}

.lesser {
  font-size: 15px;
  line-height: 0.9;
}

strong {
  font-weight: 700;
}

.heading-caption {
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  -webkit-font-smoothing: antialiased;
}

h1,
h3 {
  font-size: 44px;
  font-weight: 400;
  line-height: 48px;
}

h2 {
  line-height: 1em;
}

h3 {
  font-size: 18px;
  letter-spacing: 0.02px;
  line-height: 24px;
}

ol,
ul {
  padding: 0 10px 0 20px;
  margin: 0;
}

.heading-body {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  letter-spacing: -0.23px;
}

.home .home-page-heading {
  font-size: 44px;
  line-height: 48px;
  font-weight: 300;
}

.home.device-mobile .home-page-heading {
  font-size: 32px;
  line-height: 38px;
}

header ul#crumb-menu {
  color: #fff;
}
header ul#crumb-menu .crum-item {
  font-size: 12px;
  text-transform: uppercase;
}
header #headerContentWrapper .tag-line {
  font-size: 14px;
}
header #headerContentWrapper h1.page-title {
  margin: 5px 20px;
  font-size: 44px;
}
header #headerContentWrapper .tag-line, header #headerContentWrapper .page-title {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.header-social-menu-item {
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3), 1px 1px 1px rgba(0, 0, 0, 0.3);
}

.device-mobile header #headerContentWrapper h1.page-title {
  font-size: 32px;
  line-height: 38px;
}
.device-mobile .heading-1 {
  font-size: 26px;
}
.device-mobile .heading-2 {
  font-size: 22px;
}
.device-mobile .heading-3 {
  font-size: 18px;
}
.device-mobile .heading-4 {
  font-size: 16px;
}
.device-mobile .heading-5 {
  font-size: 14px;
}
.device-mobile .heading-6 {
  font-size: 12px;
}

.device-tablet header #headerContentWrapper .tag-line {
  font-size: 20px;
}
.device-tablet header ul#crumb-menu .crum-item {
  font-size: 16px;
}
.device-tablet .heading-1 {
  font-size: 32px;
}
.device-tablet .heading-2 {
  font-size: 28px;
}
.device-tablet .heading-3 {
  font-size: 22px;
}
.device-tablet .heading-4 {
  font-size: 18px;
}
.device-tablet .heading-5 {
  font-size: 16px;
}
.device-tablet .heading-6 {
  font-size: 13px;
}

.device-desktop header #headerContentWrapper .tag-line {
  font-size: 20px;
}
.device-desktop header ul#crumb-menu .crum-item {
  font-size: 16px;
}

footer .footer-inner-title {
  font-weight: 700;
}

#cartMenuWrapper i {
  color: #fff;
  font-size: 25px;
}
#cartMenuWrapper .cart-count {
  font-size: 8px;
  line-height: 1.5;
}

.main-node h2.main-node-title {
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #000000;
}

.sub-node h2.sub-node-title {
  font-size: 18px;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  color: #000000;
}
.sub-node .node__content p {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: left;
}
.sub-node .node__content ul {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: left;
}

.node_box .node_title,
.sub_node .node_title {
  font-size: 18px;
  font-weight: normal;
  color: #000000;
}

.node__content .node-text {
  padding: 10px;
  letter-spacing: normal;
  line-height: 1.5;
}
.node__content .node-text p {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: left;
}
.node__content .node-text ul {
  margin-bottom: 15px;
  font-size: 14px;
  text-align: left;
}

.node-content-options .path-button {
  font-size: 14px;
}
.node-content-options .path-button .button-holder i {
  margin-right: 5px;
}

.node__content-details .cost,
.node__content-details .duration {
  font-size: 16px;
  text-align: center;
}
.node__content-details .cost {
  color: rgb(0, 119, 198);
  margin-bottom: 25px;
}

h2.course-provider {
  font-size: 39px;
  color: #000000;
  line-height: 1;
}

.course-description p {
  font-size: 14px;
  margin-bottom: 10px;
}

.course-contact-detail-wrapper {
  font-size: 14px;
}

h3.course-contact,
h3.accreditations-title,
h3.course-description {
  font-size: 16px;
  margin: 0px;
  margin-bottom: 10px;
  margin-top: 10px;
  color: #000000;
}

.course-contact i {
  font-size: 20px;
  position: absolute;
  padding-right: 10px;
}
.course-contact a {
  padding-left: 30px;
}

.course-dates-wrapper h2.course-title {
  font-size: 14px;
}

.training-centre {
  font-size: 18px;
  color: #000000;
  margin-bottom: 5px;
}

.training-location {
  font-size: 14px;
  color: #666666;
}

.enquiry-price-on-request {
  margin: 10px;
  font-weight: 600;
}

.duration,
.course-title {
  font-size: 14px;
  color: #666666;
}

h3.course-date-title {
  font-size: 14px;
}

.course-dates-details {
  font-size: 14px;
}

h2.course-buy-title,
h2.course-title {
  font-size: 14px;
  color: #000000;
}

h3.form-header {
  margin: 0;
  border-bottom: 1px solid #b0b0b0;
  padding-bottom: 5px;
  margin-bottom: 25px;
  color: #000000;
}

.course-enq-form-wrapper .cost {
  margin-top: 25px;
  font-size: 16px;
  color: rgb(0, 119, 198);
}
.course-enq-form-wrapper .cost-title {
  font-size: 16px;
}
.course-enq-form-wrapper .seg-mdl-counter-box .label label {
  font-size: 14px;
  font-weight: normal;
}

.social-share-title {
  font-size: 14px;
  color: #666666;
}

.course-provider-adress {
  font-size: 16px;
  color: #b0b0b0;
}
.course-provider-adress .seg-map-marker {
  margin-right: 10px;
}

.course-wrapper .course .course-cost {
  font-weight: bold;
}

.get-started-wrapper h2.get-started-title {
  font-size: 44px;
  line-height: 48px;
  text-align: left;
  margin: 0;
}

.about-us-wrapper .about-us-content p.about-us-tag {
  font-size: 16px;
}
.about-us-wrapper .about-us-title {
  font-size: 44px;
  line-height: 1;
}
.about-us-wrapper .about-us-features {
  font-size: 16px;
}

.contact-us-wrapper .contact-us-content p.contact-us-tag {
  font-size: 16px;
}
.contact-us-wrapper .contact-us-content h2.contact-us-title {
  font-size: 44px;
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 0.9;
  letter-spacing: -1.32;
}
.contact-us-wrapper .contact-us-content .contact-us-address {
  font-size: 18px;
}
.contact-us-wrapper .contact-us-content .contact-us-tel {
  font-size: 18px;
}

.home-gallery-wrapper {
  text-align: center;
}
.home-gallery-wrapper p.home-gallery-tag,
.home-gallery-wrapper p.home-gallery-tag {
  font-size: 16px;
  margin-top: 45px;
}
.home-gallery-wrapper h2.home-gallery-title {
  font-size: 44px;
  line-height: 1;
  margin: 5px;
}
.home-gallery-wrapper .home-gallery-text {
  font-size: 14px;
  line-height: 20px;
  color: #666666;
}

.directory-stats-wrapper {
  font-size: 16px;
}
.directory-stats-wrapper .directory-stats-tag {
  font-size: 16px;
}
.directory-stats-wrapper .directory-stats-title {
  font-size: 44px;
}
.directory-stats-wrapper .stat-value {
  font-size: 44px;
  line-height: 1;
  position: relative;
  color: #fff;
}

.home-partners-wrapper .home-partners-tag {
  font-size: 16px;
}
.home-partners-wrapper .home-partners-title {
  font-size: 44px;
  line-height: 1;
  margin-top: 20px;
}

.home-featured-wrapper .home-featured-tag {
  font-size: 16px;
}
.home-featured-wrapper .home-featured-title {
  font-size: 44px;
  line-height: 1;
  margin-top: 20px;
}
.slider .card .card-location {
  font-size: 12px;
}
.slider .card .card-tag {
  font-size: 12px;
}

.device-mobile #path-wrapper .panel .holder .content .element {
  font-size: 14px;
}
.device-mobile #path-wrapper .panel .holder .title {
  font-size: 16px;
  padding: 10px 0;
}
.device-mobile #path-wrapper .courses_box .node__content .node_box .node_title,
.device-mobile #path-wrapper .department_box .sub_node .node_title,
.device-mobile #path-wrapper .sub-node .sub-node-title,
.device-mobile #path-wrapper .main-node .main-node-title {
  font-size: 16px;
  font-weight: 300;
}
.device-mobile .outlined-heading {
  font-size: 14px;
  letter-spacing: initial;
  line-height: 1.2;
}
.device-mobile .course-provider {
  font-size: 28px;
}

.c-wrapper .c-tag {
  font-size: 16px;
}
.c-wrapper .c-title {
  line-height: 0.9;
  font-size: 44px;
}
.c-wrapper .c-label {
  font-weight: bold;
  font-size: 18px;
}
.c-wrapper .c-email,
.c-wrapper .c-tel,
.c-wrapper .c-address {
  font-size: 14px;
  line-height: 20px;
  font-weight: 300;
  letter-spacing: -0.18px;
}

.course-cost {
  font-size: 16px;
  font-weight: 300;
}
.course-cost span {
  margin-left: 30px;
}

h2.provider-title {
  color: #3e3e3e;
}

.c-count,
.p-count,
.c-count-left,
.c-count-right {
  font-size: 30px;
}
.c-count span,
.p-count span,
.c-count-left span,
.c-count-right span {
  font-size: 44px;
}

@font-face {
  font-family: "seg";
  src: url("fonts/seg.woff2?rdh7u5") format("woff2"), url("fonts/seg.ttf?rdh7u5") format("truetype"), url("fonts/seg.woff?rdh7u5") format("woff"), url("fonts/seg.svg?rdh7u5#seg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "seg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.seg-share:before {
  content: "\e94b";
}

.seg-accommodation:before {
  content: "\e94a";
}

.seg-packages:before {
  content: "\e949";
}

.seg-icon-global-course-finder:before {
  content: "\e948";
}

.seg-email:before {
  content: "\e946";
}

.seg-phone:before {
  content: "\e947";
}

.seg-icon-dashboard-contacts:before {
  content: "\e93c";
}

.seg-icon-dashboard-cost-table:before {
  content: "\e93d";
}

.seg-icon-dashboard-countries:before {
  content: "\e93e";
}

.seg-icon-dashboard-course-views:before {
  content: "\e93f";
}

.seg-icon-dashboard-listing-views:before {
  content: "\e940";
}

.seg-icon-dashboard-time:before {
  content: "\e941";
}

.seg-icon-dashboard-todays-views:before {
  content: "\e942";
}

.seg-icon-dashboard-total-enrolments:before {
  content: "\e943";
}

.seg-icon-dashboard-total-revenue:before {
  content: "\e944";
}

.seg-icon-lock-blue:before {
  content: "\e945";
}

.seg-Student:before {
  content: "\e93b";
}

.seg-icon-e-learning-v2-1:before {
  content: "\e93a";
}

.seg-schedual-courses:before {
  content: "\e937";
}

.seg-no-fees:before {
  content: "\e938";
}

.seg-increase-revenue:before {
  content: "\e939";
}

.seg-cart-outline:before {
  content: "\e931";
}

.seg-company-profile:before {
  content: "\e932";
}

.seg-course-dates:before {
  content: "\e933";
}

.seg-course-listings:before {
  content: "\e934";
}

.seg-direct-enquiries:before {
  content: "\e935";
}

.seg-tech-support:before {
  content: "\e936";
}

.seg-Tripadvisor:before {
  content: "\e930";
}

.seg-tick-box:before {
  content: "\e92f";
}

.seg-Close-Chevron:before {
  content: "\e92e";
}

.seg-Live_Stream:before {
  content: "\e92c";
}

.seg-In_Person:before {
  content: "\e92d";
}

.seg-Filter:before {
  content: "\e92b";
}

.seg-linkedin:before {
  content: "\e92a";
}

.seg-cart-thank-you:before {
  content: "\e928";
}

.seg-check-bullet:before {
  content: "\e929";
}

.seg-my-location:before {
  content: "\e912";
}

.seg-zoom-location:before {
  content: "\e913";
}

.seg-zoom-out-location:before {
  content: "\e914";
}

.seg-full-screen-view:before {
  content: "\e915";
}

.seg-hamburger-menu:before {
  content: "\e916";
}

.seg-dashboard:before {
  content: "\e917";
}

.seg-orders:before {
  content: "\e918";
}

.seg-pre-course-learning-dashboard:before {
  content: "\e919";
}

.seg-account-details:before {
  content: "\e91a";
}

.seg-your-orders:before {
  content: "\e91b";
}

.seg-your-account-details:before {
  content: "\e91c";
}

.seg-payment-credit:before {
  content: "\e91d";
}

.seg-logout:before {
  content: "\e91e";
}

.seg-view-password:before {
  content: "\e91f";
}

.seg-training-center:before {
  content: "\e920";
}

.seg-service-provider:before {
  content: "\e921";
}

.seg-error-validation:before {
  content: "\e922";
}

.seg-check-validation:before {
  content: "\e923";
}

.seg-check-mail:before {
  content: "\e924";
}

.seg-edit:before {
  content: "\e925";
}

.seg-delete:before {
  content: "\e926";
}

.seg-upload:before {
  content: "\e927";
}

.seg-map-marker:before {
  content: "\e911";
}

.seg-Account-profile:before {
  content: "\e900";
}

.seg-Add-to-Cart:before {
  content: "\e901";
}

.seg-Cart:before {
  content: "\e902";
}

.seg-Check-got-this:before {
  content: "\e903";
}

.seg-Close-Up:before {
  content: "\e904";
}

.seg-Date-Cal:before {
  content: "\e905";
}

.seg-Down-arrow:before {
  content: "\e906";
}

.seg-Facebook:before {
  content: "\e907";
}

.seg-Instagram:before {
  content: "\e908";
}

.seg-Pre-Course-Learning:before {
  content: "\e909";
}

.seg-Rating-Clear:before {
  content: "\e90a";
}

.seg-Rating-Fill:before {
  content: "\e90b";
}

.seg-Schools:before {
  content: "\e90c";
}

.seg-Search:before {
  content: "\e90d";
}

.seg-Twitter:before {
  content: "\e90e";
}

.seg-up-arrow:before {
  content: "\e90f";
}

.seg-Youtube:before {
  content: "\e910";
}

picture.responsive-image {
  inset: 0;
}
picture.responsive-image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
picture.responsive-image img.height_bias {
  width: auto;
  height: 100%;
}

/**
 * Clear inner floats
 */
.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

/**
 * Main content containers
 * 1. Make the container full-width with a maximum width
 * 2. Center it in the viewport
 * 3. Leave some space on the edges, especially valuable on small screens
 */
.container {
  max-width: 980px; /* 1 */
  margin-left: auto; /* 2 */
  margin-right: auto; /* 2 */
  padding-left: 20px; /* 3 */
  padding-right: 20px; /* 3 */
  width: 100%; /* 1 */
}
.container.padding-left-1 {
  padding-left: 42px;
}
.container.padding-left-2 {
  padding-left: 84px;
}
.container.padding-left-3 {
  padding-left: 126px;
}

/**
 * Hide text while making it readable for screen readers
 * 1. Needed in WebKit-based browsers because of an implementation bug;
 *    See: https://code.google.com/p/chromium/issues/detail?id=457146
 */
.hide-text {
  overflow: hidden;
  padding: 0; /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
 * Hide element while making it readable for screen readers
 * Shamelessly borrowed from HTML5Boilerplate:
 * https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
 */
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

/** 
* Centers text in any div
*/
.text-center {
  text-align: center;
}

/** 
* Right aligns text in any div
*/
.text-right {
  text-align: right;
}

/**
* Ripple Loader
*/
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
  margin-top: 10px;
}

.lds-ripple div {
  position: absolute;
  border: 2px solid rgb(0, 119, 198);
  opacity: 1;
  border-radius: 50%;
  -webkit-animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
          animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple div:nth-child(2) {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s;
}

@-webkit-keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}

@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
section.bg_grey {
  background-color: #3E3E3E;
}
section .section-text-wrapper {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
section .section-buttons-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 36px;
}
section .section-buttons-wrapper.centered {
  justify-content: center;
}

.merged-input-wrapper {
  position: relative;
}
.merged-input-wrapper .label-container {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 0 20px;
  background-color: #DDDFE1;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  border: 1px solid #b0b0b0;
}
.merged-input-wrapper .label-container .label {
  font-family: inherit;
  font-size: 16px;
  color: #666666;
}

/**
 * Mailchimp Form CSS
 */
.field-shift {
  left: -9999px;
  position: absolute;
}

[anim=ripple] {
  position: relative;
}

.button {
  background-color: #fff;
  border: 0px;
  cursor: pointer;
  font-size: 14px;
  line-height: 20px;
  border: 1px solid #3e3e3e;
  text-align: center;
  min-width: 150px;
  height: 40px;
  color: #3e3e3e;
  padding: 10px 20px;
  position: relative;
}
.button.promotion {
  background: #ffa329;
  border: none;
  color: #FFF;
}
.button.promotion:hover {
  font-weight: #ffbb29;
}
.button.seg-cart-btn {
  background-color: rgb(0, 107, 178);
  color: #FFF;
  border-color: rgb(0, 107, 178);
}
.button.seg-cart-btn.in-progress {
  cursor: default;
  background-color: #eee;
  color: #888;
  border-color: #000;
}

.button--large {
  font-size: 18px;
  min-width: 230px;
  height: 48px;
}

.button--wide_100 {
  width: 100%;
}

.button--dark {
  background-color: #3e3e3e;
  color: #fff;
}

.button--blue {
  background-color: rgb(0, 119, 198);
  color: #fff;
  border-color: rgb(0, 119, 198);
}

.button--outline {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.button--outline:hover, .button--outline:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1333333333);
}

.button--subscribe,
#subscribe.button {
  min-width: unset;
  background: #000;
  color: #fff;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -5px;
  padding: 0 20px;
}

.button--school {
  font-size: 12px;
  min-width: 230px;
}

.button_rounded {
  border-radius: 20px;
}

.brand-blue {
  border-color: rgb(0, 119, 198);
  color: rgb(0, 119, 198);
}

.button-text, .button_contained, [class^=button_contained], [class^=button-text] {
  background: transparent;
  border: none;
  border-radius: 5px;
  font-family: inherit;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 1.25px;
  line-height: 1;
  padding: 12px 15px 11px;
  outline: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  cursor: pointer;
}
.button-text[class*=__primary], [class*=__primary].button_contained, [class*=__primary][class^=button_contained], [class^=button-text][class*=__primary] {
  color: rgb(0, 119, 198);
}
.button-text[class*=__secondary], [class*=__secondary].button_contained, [class*=__secondary][class^=button_contained], [class^=button-text][class*=__secondary] {
  color: rgb(253, 103, 26);
}
.button-text[class*=__remove], [class*=__remove].button_contained, [class*=__remove][class^=button_contained], [class^=button-text][class*=__remove] {
  color: #FF5722;
}
.button-text i, .button_contained i, [class^=button_contained] i, [class^=button-text] i {
  font-size: 19px;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.button_contained, [class^=button_contained] {
  background: rgb(0, 119, 198);
  border: none;
  border-radius: 5px;
  color: white;
  font-family: inherit;
  outline: none;
  padding: 12px 20px 11px;
  text-align: center;
  text-decoration: none;
  transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}
.button_contained[class*=__compressed], [class^=button_contained][class*=__compressed] {
  border-radius: 8px;
  font-size: 12.8px;
  padding: 9.6px 10px 8.6px;
}
.button_contained[class*=__compressed][class*=__rounded], [class^=button_contained][class*=__compressed][class*=__rounded] {
  border-radius: 20.3px;
}
.button_contained[class*=__rounded], [class^=button_contained][class*=__rounded] {
  border-radius: 19.5px;
}
.button_contained[class*=__raised], [class^=button_contained][class*=__raised] {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, 0.12);
}
.button_contained[class*=__secondary], [class^=button_contained][class*=__secondary] {
  background-color: rgb(253, 103, 26);
  color: #ffffff;
}
.button_contained[class*=__itinerary], [class^=button_contained][class*=__itinerary] {
  background-color: rgb(0, 119, 198);
  color: #ffffff;
  margin-right: 15px;
}
.button_contained[class*=__muted], [class^=button_contained][class*=__muted] {
  background-color: #F5F5F5;
  color: #424242;
}
.button_contained:not(.inline_block), [class^=button_contained]:not(.inline_block) {
  display: block;
}
.button_contained:hover, .button_contained:active, [class^=button_contained]:hover, [class^=button_contained]:active {
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0px 4px 5px 0px rgba(0, 0, 0, 0.14), 0px 1px 10px 0px rgba(0, 0, 0, 0.12);
}

.buy-now-btn {
  background: linear-gradient(to top, #e69325, #ffa329);
  width: 180px;
  display: inline-block;
  margin: 0 20px;
  font-weight: 700;
  transition: color 0.2s ease;
  border-radius: 24px;
}
.buy-now-btn:after {
  content: "";
  height: 1px;
  width: 140px;
  position: absolute;
  left: 15px;
  bottom: 0px;
  margin: 0;
  padding: 0;
  -webkit-animation: shadow 6s ease-in infinite;
          animation: shadow 6s ease-in infinite;
}
.buy-now-btn:before {
  content: "";
  height: 1px;
  width: 140px;
  position: absolute;
  left: 15px;
  top: 0px;
  margin: 0;
  padding: 0;
  -webkit-animation: shadow2 6s ease-in infinite;
          animation: shadow2 6s ease-in infinite;
}

@-webkit-keyframes shadow {
  0% {
    opacity: 0;
    transform: scaleX(1);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  10% {
    opacity: 1;
    transform: scaleX(1);
    transform: translateX(5%);
    width: 70%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  30% {
    opacity: 0;
    transform: scaleX(1);
    transform: translateX(85%);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
    transform: translateX(85%);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}

@keyframes shadow {
  0% {
    opacity: 0;
    transform: scaleX(1);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  10% {
    opacity: 1;
    transform: scaleX(1);
    transform: translateX(5%);
    width: 70%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  30% {
    opacity: 0;
    transform: scaleX(1);
    transform: translateX(85%);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
    transform: translateX(85%);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}
@-webkit-keyframes shadow2 {
  0% {
    opacity: 0;
    transform: scaleX(1);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  10% {
    opacity: 0;
    transform: scaleX(1);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  20% {
    opacity: 1;
    transform: scaleX(1);
    transform: translateX(5%);
    width: 75%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  40% {
    opacity: 0;
    transform: scaleX(1);
    transform: translateX(5%);
    width: 75%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
    transform: translateX(85%);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}
@keyframes shadow2 {
  0% {
    opacity: 0;
    transform: scaleX(1);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  10% {
    opacity: 0;
    transform: scaleX(1);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  20% {
    opacity: 1;
    transform: scaleX(1);
    transform: translateX(5%);
    width: 75%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  40% {
    opacity: 0;
    transform: scaleX(1);
    transform: translateX(5%);
    width: 75%;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
  100% {
    opacity: 0;
    transform: scaleX(1);
    transform: translateX(85%);
    width: 1px;
    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgb(255, 255, 255), rgba(255, 255, 255, 0));
  }
}
/* Fix: Erroneous Height on '/Dashboard' for '+ Add Course Dates' */
a.button.button--course-dates.select-category-course-btn {
  height: 42px;
}

/* Mailchimp subscribe */
.formEmailButton {
  background: none;
  border: none;
  color: #FFF;
  margin-top: 1px;
  cursor: pointer;
  width: 170%;
  height: 100%;
  margin-left: -20px;
  margin-right: 5px;
}

body {
  margin: 0;
}
body .page-wrapper {
  background-color: green;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
  align-items: center;
  isolation: isolate;
  position: relative;
  overflow: hidden;
}
body .page-wrapper .page-header {
  position: absolute;
  top: 0;
  left: calc(50% - 240px);
  margin-top: 24px;
}
body .page-wrapper .page-header img {
  width: 480px;
}
body .page-wrapper picture.full-screen-404 {
  position: absolute;
  z-index: -1;
  inset: 0;
}
body .page-wrapper .page-content {
  margin: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-transform: uppercase;
  color: #fff;
}
body .page-wrapper .foutofour-wrapper {
  font-size: 8em;
  line-height: normal;
}
body .page-wrapper .et-go-home {
  background: transparent;
  border: 1px solid #fff;
  border-radius: 30px;
  font-size: 18px;
  padding: 9px 18px;
  margin-top: 18px;
  cursor: pointer;
  color: #fff;
}
body .page-wrapper .full-screen-404 {
  position: absolute;
  inset: 0;
  z-index: -1;
}/*# sourceMappingURL=css-404.css.map */