/*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 */
  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: 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, .login-wrapper .form-panel-wrapper.glass .registration-container .register-text .title, .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, .login-wrapper .form-panel-wrapper.glass .registration-container .register-text .light.title, .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, .login-wrapper .form-panel-wrapper.glass .registration-container .register-text .light-italic.title, .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, .login-wrapper .form-panel-wrapper.glass .registration-container .register-text .regular.title, .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, .login-wrapper .form-panel-wrapper.glass .registration-container .register-text .regular-italic.title, .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, .login-wrapper .form-panel-wrapper.glass .registration-container .register-text .semibold.title, .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, .login-wrapper .form-panel-wrapper.glass .registration-container .register-text .bold.title, .secondary-font.c-count, .login-wrapper .form-panel-wrapper.glass .registration-container .register-text .c-count.title,
.secondary-font.p-count,
.login-wrapper .form-panel-wrapper.glass .registration-container .register-text .p-count.title,
.secondary-font.c-count-left,
.login-wrapper .form-panel-wrapper.glass .registration-container .register-text .c-count-left.title,
.secondary-font.c-count-right,
.login-wrapper .form-panel-wrapper.glass .registration-container .register-text .c-count-right.title, .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 .login-wrapper .form-panel-wrapper.glass .registration-container .register-text .cost.title, .login-wrapper .form-panel-wrapper.glass .registration-container .register-text .course-enq-form-wrapper .cost.title, .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, .login-wrapper .form-panel-wrapper.glass .registration-container .register-text h2.course-buy-title.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,
.login-wrapper .form-panel-wrapper.glass .registration-container .register-text h2.course-title.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%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

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

@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: 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;
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.row {
  box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -moz-box-flex: 0;
  -moz-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-direction: normal;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px;
}
.row.margin-top-auto {
  margin-top: auto;
}

.row.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.col.reverse {
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.col {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
}

.col-xs {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: auto;
  -moz-flex-basis: auto;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
}

.col-xs-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 8.3333333333%;
  -moz-flex-basis: 8.3333333333%;
  -ms-flex-preferred-size: 8.3333333333%;
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xs-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 16.6666666667%;
  -moz-flex-basis: 16.6666666667%;
  -ms-flex-preferred-size: 16.6666666667%;
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xs-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 25%;
  -moz-flex-basis: 25%;
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 33.3333333333%;
  -moz-flex-basis: 33.3333333333%;
  -ms-flex-preferred-size: 33.3333333333%;
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xs-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 41.6666666667%;
  -moz-flex-basis: 41.6666666667%;
  -ms-flex-preferred-size: 41.6666666667%;
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xs-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 50%;
  -moz-flex-basis: 50%;
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 58.3333333333%;
  -moz-flex-basis: 58.3333333333%;
  -ms-flex-preferred-size: 58.3333333333%;
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xs-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 66.6666666667%;
  -moz-flex-basis: 66.6666666667%;
  -ms-flex-preferred-size: 66.6666666667%;
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xs-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 75%;
  -moz-flex-basis: 75%;
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 83.3333333333%;
  -moz-flex-basis: 83.3333333333%;
  -ms-flex-preferred-size: 83.3333333333%;
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xs-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 91.6666666667%;
  -moz-flex-basis: 91.6666666667%;
  -ms-flex-preferred-size: 91.6666666667%;
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xs-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  -webkit-flex-basis: 100%;
  -moz-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-0 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 0;
}

.col-xs-offset-1 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 8.3333333333%;
}

.col-xs-offset-2 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 16.6666666667%;
}

.col-xs-offset-3 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 25%;
}

.col-xs-offset-4 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 33.3333333333%;
}

.col-xs-offset-5 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 41.6666666667%;
}

.col-xs-offset-6 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 50%;
}

.col-xs-offset-7 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 58.3333333333%;
}

.col-xs-offset-8 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 66.6666666667%;
}

.col-xs-offset-9 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 75%;
}

.col-xs-offset-10 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 83.3333333333%;
}

.col-xs-offset-11 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 91.6666666667%;
}

.col-xs-offset-12 {
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -webkit-flex-grow: 0;
  -moz-flex-grow: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -webkit-flex-shrink: 0;
  -moz-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 10px;
  margin-left: 100%;
}

.col-xs {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -moz-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-flex-basis: 0;
  -moz-flex-basis: 0;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
}

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  text-align: left;
}

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
  text-align: center;
}

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  justify-content: flex-end;
  text-align: right;
}

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  -moz-align-items: flex-start;
  align-items: flex-start;
}

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
}

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  -moz-align-items: flex-end;
  align-items: flex-end;
}

.around-xs {
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
}

.first-xs {
  order: -1;
}

.last-xs {
  order: 1;
}

@media only screen and (min-width: 576px) {
  .wrapper {
    display: block;
    margin: auto;
    max-width: 536px;
  }

  .col-xs {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-xs-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-1.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-2.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-3.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-4.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-5.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-6.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-7.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-8.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-9.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-10.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-11.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-12.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-xs-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 0;
  }

  .col-xs-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 8.3333333333%;
  }

  .col-xs-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 16.6666666667%;
  }

  .col-xs-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 25%;
  }

  .col-xs-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 33.3333333333%;
  }

  .col-xs-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 41.6666666667%;
  }

  .col-xs-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 50%;
  }

  .col-xs-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 58.3333333333%;
  }

  .col-xs-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 66.6666666667%;
  }

  .col-xs-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 75%;
  }

  .col-xs-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 83.3333333333%;
  }

  .col-xs-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 91.6666666667%;
  }

  .col-xs-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 100%;
  }

  .col-xs {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }

  .top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-xs {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-xs {
    order: -1;
  }

  .last-xs {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .wrapper {
    display: block;
    margin: auto;
    max-width: 728px;
  }

  .col-sm {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-sm-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-1.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-2.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-3.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-4.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-5.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-6.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-7.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-8.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-9.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-10.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-11.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-12.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-sm-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 0;
  }

  .col-sm-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 8.3333333333%;
  }

  .col-sm-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 16.6666666667%;
  }

  .col-sm-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 33.3333333333%;
  }

  .col-sm-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 41.6666666667%;
  }

  .col-sm-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 58.3333333333%;
  }

  .col-sm-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 66.6666666667%;
  }

  .col-sm-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 83.3333333333%;
  }

  .col-sm-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 91.6666666667%;
  }

  .col-sm-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 100%;
  }

  .col-sm {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }

  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-sm {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-sm {
    order: -1;
  }

  .last-sm {
    order: 1;
  }
}
@media only screen and (min-width: 960px) {
  .wrapper {
    display: block;
    margin: auto;
    max-width: 960px;
  }

  .col-md {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: auto;
    -moz-flex-basis: auto;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .col-md-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 8.3333333333%;
    -moz-flex-basis: 8.3333333333%;
    -ms-flex-preferred-size: 8.3333333333%;
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-1.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 16.6666666667%;
    -moz-flex-basis: 16.6666666667%;
    -ms-flex-preferred-size: 16.6666666667%;
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-2.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 25%;
    -moz-flex-basis: 25%;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-3.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 33.3333333333%;
    -moz-flex-basis: 33.3333333333%;
    -ms-flex-preferred-size: 33.3333333333%;
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-4.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 41.6666666667%;
    -moz-flex-basis: 41.6666666667%;
    -ms-flex-preferred-size: 41.6666666667%;
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-5.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 50%;
    -moz-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-6.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 58.3333333333%;
    -moz-flex-basis: 58.3333333333%;
    -ms-flex-preferred-size: 58.3333333333%;
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-7.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 66.6666666667%;
    -moz-flex-basis: 66.6666666667%;
    -ms-flex-preferred-size: 66.6666666667%;
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-8.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 75%;
    -moz-flex-basis: 75%;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-9.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 83.3333333333%;
    -moz-flex-basis: 83.3333333333%;
    -ms-flex-preferred-size: 83.3333333333%;
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-10.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 91.6666666667%;
    -moz-flex-basis: 91.6666666667%;
    -ms-flex-preferred-size: 91.6666666667%;
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-11.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    -webkit-flex-basis: 100%;
    -moz-flex-basis: 100%;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-12.flex-col {
    display: flex;
    flex-direction: column;
  }

  .col-md-offset-0 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 0;
  }

  .col-md-offset-1 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 8.3333333333%;
  }

  .col-md-offset-2 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 16.6666666667%;
  }

  .col-md-offset-3 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 25%;
  }

  .col-md-offset-4 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 33.3333333333%;
  }

  .col-md-offset-5 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 41.6666666667%;
  }

  .col-md-offset-6 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 50%;
  }

  .col-md-offset-7 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 58.3333333333%;
  }

  .col-md-offset-8 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 66.6666666667%;
  }

  .col-md-offset-9 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 75%;
  }

  .col-md-offset-10 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 83.3333333333%;
  }

  .col-md-offset-11 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 91.6666666667%;
  }

  .col-md-offset-12 {
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    -moz-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 10px;
    margin-left: 100%;
  }

  .col-md {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -moz-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }

  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
    text-align: left;
  }

  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    text-align: center;
  }

  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
    text-align: right;
  }

  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    -moz-align-items: flex-start;
    align-items: flex-start;
  }

  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
  }

  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    align-items: flex-end;
  }

  .around-md {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    -moz-justify-content: space-around;
    justify-content: space-around;
  }

  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }

  .first-md {
    order: -1;
  }

  .last-md {
    order: 1;
  }
}
.fill-height {
  box-sizing: border-box;
  height: 100%;
}

.fill-width {
  box-sizing: border-box;
  width: 100%;
}

.image-responsive {
  display: block;
  height: auto;
  width: 100%;
}

[class^=image-center-crop] {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}
[class^=image-center-crop][class*=__height_bias] {
  height: 100%;
  width: auto;
}
[class^=image-center-crop]:not([class*=__height_bias]) {
  height: auto;
  width: 100%;
}

.inline_block {
  display: inline-block;
}

.margin_horizontal_auto {
  margin-left: auto;
  margin-right: auto;
}

.container_0 {
  height: 0px;
  height: calc(var(--sizing-unit) * 0);
  width: 0px;
  width: calc(var(--sizing-unit) * 0);
}

.rounded-box_0 {
  border-radius: 0px;
  border-radius: calc(var(--sizing-unit) * 0);
  perspective: 1px;
  overflow: hidden;
}

.inset-box_0 {
  padding: 0px;
  padding: calc(var(--sizing-unit) * 0);
  perspective: 1px;
  overflow: hidden;
}

[class*=inset-box_0]:not[class*=no_margin] * + * {
  margin-top: 0px;
  margin-top: calc(var(--sizing-unit) * 0);
}

.margin_0 {
  margin: 0px;
  margin: calc(var(--sizing-unit) * 0);
}

.margin_top_0 {
  margin-top: 0px;
  margin-top: calc(var(--sizing-unit) * 0);
}

.margin_bottom_0 {
  margin-bottom: 0px;
  margin-bottom: calc(var(--sizing-unit) * 0);
}

.margin_vertical_0 {
  margin-top: 0px;
  margin-top: calc(var(--sizing-unit) * 0);
  margin-bottom: 0px;
  margin-bottom: calc(var(--sizing-unit) * 0);
}

.margin_left_0 {
  margin-left: 0px;
  margin-left: calc(var(--sizing-unit) * 0);
}

.margin_right_0 {
  margin-right: 0px;
  margin-right: calc(var(--sizing-unit) * 0);
}

.margin_horizontal_0 {
  margin-right: 0px;
  margin-right: calc(var(--sizing-unit) * 0);
  margin-left: 0px;
  margin-left: calc(var(--sizing-unit) * 0);
}

.padding_0 {
  padding: 0px;
  padding: calc(var(--sizing-unit) * 0);
}

.padding_top_0 {
  padding-top: 0px;
  padding-top: calc(var(--sizing-unit) * 0);
}

.padding_bottom_0 {
  padding-bottom: 0px;
  padding-bottom: calc(var(--sizing-unit) * 0);
}

.padding_vertical_0 {
  padding-top: 0px;
  padding-top: calc(var(--sizing-unit) * 0);
  padding-bottom: 0px;
  padding-bottom: calc(var(--sizing-unit) * 0);
}

.padding_left_0 {
  padding-left: 0px;
  padding-left: calc(var(--sizing-unit) * 0);
}

.padding_right_0 {
  padding-right: 0px;
  padding-right: calc(var(--sizing-unit) * 0);
}

.padding_horizontal_0 {
  padding-right: 0px;
  padding-right: calc(var(--sizing-unit) * 0);
  padding-left: 0px;
  padding-left: calc(var(--sizing-unit) * 0);
}

.container_1 {
  height: 10px;
  height: calc(var(--sizing-unit) * 1);
  width: 10px;
  width: calc(var(--sizing-unit) * 1);
}

.rounded-box_1 {
  border-radius: 10px;
  border-radius: calc(var(--sizing-unit) * 1);
  perspective: 1px;
  overflow: hidden;
}

.inset-box_1 {
  padding: 10px;
  padding: calc(var(--sizing-unit) * 1);
  perspective: 1px;
  overflow: hidden;
}

[class*=inset-box_1]:not[class*=no_margin] * + * {
  margin-top: 5px;
  margin-top: calc(var(--sizing-unit) * 0.5);
}

.margin_1 {
  margin: 10px;
  margin: calc(var(--sizing-unit) * 1);
}

.margin_top_1 {
  margin-top: 10px;
  margin-top: calc(var(--sizing-unit) * 1);
}

.margin_bottom_1 {
  margin-bottom: 10px;
  margin-bottom: calc(var(--sizing-unit) * 1);
}

.margin_vertical_1 {
  margin-top: 10px;
  margin-top: calc(var(--sizing-unit) * 1);
  margin-bottom: 10px;
  margin-bottom: calc(var(--sizing-unit) * 1);
}

.margin_left_1 {
  margin-left: 10px;
  margin-left: calc(var(--sizing-unit) * 1);
}

.margin_right_1 {
  margin-right: 10px;
  margin-right: calc(var(--sizing-unit) * 1);
}

.margin_horizontal_1 {
  margin-right: 10px;
  margin-right: calc(var(--sizing-unit) * 1);
  margin-left: 10px;
  margin-left: calc(var(--sizing-unit) * 1);
}

.padding_1 {
  padding: 10px;
  padding: calc(var(--sizing-unit) * 1);
}

.padding_top_1 {
  padding-top: 10px;
  padding-top: calc(var(--sizing-unit) * 1);
}

.padding_bottom_1 {
  padding-bottom: 10px;
  padding-bottom: calc(var(--sizing-unit) * 1);
}

.padding_vertical_1 {
  padding-top: 10px;
  padding-top: calc(var(--sizing-unit) * 1);
  padding-bottom: 10px;
  padding-bottom: calc(var(--sizing-unit) * 1);
}

.padding_left_1 {
  padding-left: 10px;
  padding-left: calc(var(--sizing-unit) * 1);
}

.padding_right_1 {
  padding-right: 10px;
  padding-right: calc(var(--sizing-unit) * 1);
}

.padding_horizontal_1 {
  padding-right: 10px;
  padding-right: calc(var(--sizing-unit) * 1);
  padding-left: 10px;
  padding-left: calc(var(--sizing-unit) * 1);
}

.container_2 {
  height: 20px;
  height: calc(var(--sizing-unit) * 2);
  width: 20px;
  width: calc(var(--sizing-unit) * 2);
}

.rounded-box_2 {
  border-radius: 20px;
  border-radius: calc(var(--sizing-unit) * 2);
  perspective: 1px;
  overflow: hidden;
}

.inset-box_2 {
  padding: 20px;
  padding: calc(var(--sizing-unit) * 2);
  perspective: 1px;
  overflow: hidden;
}

[class*=inset-box_2]:not[class*=no_margin] * + * {
  margin-top: 10px;
  margin-top: calc(var(--sizing-unit) * 1);
}

.margin_2 {
  margin: 20px;
  margin: calc(var(--sizing-unit) * 2);
}

.margin_top_2 {
  margin-top: 20px;
  margin-top: calc(var(--sizing-unit) * 2);
}

.margin_bottom_2 {
  margin-bottom: 20px;
  margin-bottom: calc(var(--sizing-unit) * 2);
}

.margin_vertical_2 {
  margin-top: 20px;
  margin-top: calc(var(--sizing-unit) * 2);
  margin-bottom: 20px;
  margin-bottom: calc(var(--sizing-unit) * 2);
}

.margin_left_2 {
  margin-left: 20px;
  margin-left: calc(var(--sizing-unit) * 2);
}

.margin_right_2 {
  margin-right: 20px;
  margin-right: calc(var(--sizing-unit) * 2);
}

.margin_horizontal_2 {
  margin-right: 20px;
  margin-right: calc(var(--sizing-unit) * 2);
  margin-left: 20px;
  margin-left: calc(var(--sizing-unit) * 2);
}

.padding_2 {
  padding: 20px;
  padding: calc(var(--sizing-unit) * 2);
}

.padding_top_2 {
  padding-top: 20px;
  padding-top: calc(var(--sizing-unit) * 2);
}

.padding_bottom_2 {
  padding-bottom: 20px;
  padding-bottom: calc(var(--sizing-unit) * 2);
}

.padding_vertical_2 {
  padding-top: 20px;
  padding-top: calc(var(--sizing-unit) * 2);
  padding-bottom: 20px;
  padding-bottom: calc(var(--sizing-unit) * 2);
}

.padding_left_2 {
  padding-left: 20px;
  padding-left: calc(var(--sizing-unit) * 2);
}

.padding_right_2 {
  padding-right: 20px;
  padding-right: calc(var(--sizing-unit) * 2);
}

.padding_horizontal_2 {
  padding-right: 20px;
  padding-right: calc(var(--sizing-unit) * 2);
  padding-left: 20px;
  padding-left: calc(var(--sizing-unit) * 2);
}

.container_3 {
  height: 30px;
  height: calc(var(--sizing-unit) * 3);
  width: 30px;
  width: calc(var(--sizing-unit) * 3);
}

.rounded-box_3 {
  border-radius: 30px;
  border-radius: calc(var(--sizing-unit) * 3);
  perspective: 1px;
  overflow: hidden;
}

.inset-box_3 {
  padding: 30px;
  padding: calc(var(--sizing-unit) * 3);
  perspective: 1px;
  overflow: hidden;
}

[class*=inset-box_3]:not[class*=no_margin] * + * {
  margin-top: 15px;
  margin-top: calc(var(--sizing-unit) * 1.5);
}

.margin_3 {
  margin: 30px;
  margin: calc(var(--sizing-unit) * 3);
}

.margin_top_3 {
  margin-top: 30px;
  margin-top: calc(var(--sizing-unit) * 3);
}

.margin_bottom_3 {
  margin-bottom: 30px;
  margin-bottom: calc(var(--sizing-unit) * 3);
}

.margin_vertical_3 {
  margin-top: 30px;
  margin-top: calc(var(--sizing-unit) * 3);
  margin-bottom: 30px;
  margin-bottom: calc(var(--sizing-unit) * 3);
}

.margin_left_3 {
  margin-left: 30px;
  margin-left: calc(var(--sizing-unit) * 3);
}

.margin_right_3 {
  margin-right: 30px;
  margin-right: calc(var(--sizing-unit) * 3);
}

.margin_horizontal_3 {
  margin-right: 30px;
  margin-right: calc(var(--sizing-unit) * 3);
  margin-left: 30px;
  margin-left: calc(var(--sizing-unit) * 3);
}

.padding_3 {
  padding: 30px;
  padding: calc(var(--sizing-unit) * 3);
}

.padding_top_3 {
  padding-top: 30px;
  padding-top: calc(var(--sizing-unit) * 3);
}

.padding_bottom_3 {
  padding-bottom: 30px;
  padding-bottom: calc(var(--sizing-unit) * 3);
}

.padding_vertical_3 {
  padding-top: 30px;
  padding-top: calc(var(--sizing-unit) * 3);
  padding-bottom: 30px;
  padding-bottom: calc(var(--sizing-unit) * 3);
}

.padding_left_3 {
  padding-left: 30px;
  padding-left: calc(var(--sizing-unit) * 3);
}

.padding_right_3 {
  padding-right: 30px;
  padding-right: calc(var(--sizing-unit) * 3);
}

.padding_horizontal_3 {
  padding-right: 30px;
  padding-right: calc(var(--sizing-unit) * 3);
  padding-left: 30px;
  padding-left: calc(var(--sizing-unit) * 3);
}

.container_4 {
  height: 40px;
  height: calc(var(--sizing-unit) * 4);
  width: 40px;
  width: calc(var(--sizing-unit) * 4);
}

.rounded-box_4 {
  border-radius: 40px;
  border-radius: calc(var(--sizing-unit) * 4);
  perspective: 1px;
  overflow: hidden;
}

.inset-box_4 {
  padding: 40px;
  padding: calc(var(--sizing-unit) * 4);
  perspective: 1px;
  overflow: hidden;
}

[class*=inset-box_4]:not[class*=no_margin] * + * {
  margin-top: 20px;
  margin-top: calc(var(--sizing-unit) * 2);
}

.margin_4 {
  margin: 40px;
  margin: calc(var(--sizing-unit) * 4);
}

.margin_top_4 {
  margin-top: 40px;
  margin-top: calc(var(--sizing-unit) * 4);
}

.margin_bottom_4 {
  margin-bottom: 40px;
  margin-bottom: calc(var(--sizing-unit) * 4);
}

.margin_vertical_4 {
  margin-top: 40px;
  margin-top: calc(var(--sizing-unit) * 4);
  margin-bottom: 40px;
  margin-bottom: calc(var(--sizing-unit) * 4);
}

.margin_left_4 {
  margin-left: 40px;
  margin-left: calc(var(--sizing-unit) * 4);
}

.margin_right_4 {
  margin-right: 40px;
  margin-right: calc(var(--sizing-unit) * 4);
}

.margin_horizontal_4 {
  margin-right: 40px;
  margin-right: calc(var(--sizing-unit) * 4);
  margin-left: 40px;
  margin-left: calc(var(--sizing-unit) * 4);
}

.padding_4 {
  padding: 40px;
  padding: calc(var(--sizing-unit) * 4);
}

.padding_top_4 {
  padding-top: 40px;
  padding-top: calc(var(--sizing-unit) * 4);
}

.padding_bottom_4 {
  padding-bottom: 40px;
  padding-bottom: calc(var(--sizing-unit) * 4);
}

.padding_vertical_4 {
  padding-top: 40px;
  padding-top: calc(var(--sizing-unit) * 4);
  padding-bottom: 40px;
  padding-bottom: calc(var(--sizing-unit) * 4);
}

.padding_left_4 {
  padding-left: 40px;
  padding-left: calc(var(--sizing-unit) * 4);
}

.padding_right_4 {
  padding-right: 40px;
  padding-right: calc(var(--sizing-unit) * 4);
}

.padding_horizontal_4 {
  padding-right: 40px;
  padding-right: calc(var(--sizing-unit) * 4);
  padding-left: 40px;
  padding-left: calc(var(--sizing-unit) * 4);
}

.container_5 {
  height: 50px;
  height: calc(var(--sizing-unit) * 5);
  width: 50px;
  width: calc(var(--sizing-unit) * 5);
}

.rounded-box_5 {
  border-radius: 50px;
  border-radius: calc(var(--sizing-unit) * 5);
  perspective: 1px;
  overflow: hidden;
}

.inset-box_5 {
  padding: 50px;
  padding: calc(var(--sizing-unit) * 5);
  perspective: 1px;
  overflow: hidden;
}

[class*=inset-box_5]:not[class*=no_margin] * + * {
  margin-top: 25px;
  margin-top: calc(var(--sizing-unit) * 2.5);
}

.margin_5 {
  margin: 50px;
  margin: calc(var(--sizing-unit) * 5);
}

.margin_top_5 {
  margin-top: 50px;
  margin-top: calc(var(--sizing-unit) * 5);
}

.margin_bottom_5 {
  margin-bottom: 50px;
  margin-bottom: calc(var(--sizing-unit) * 5);
}

.margin_vertical_5 {
  margin-top: 50px;
  margin-top: calc(var(--sizing-unit) * 5);
  margin-bottom: 50px;
  margin-bottom: calc(var(--sizing-unit) * 5);
}

.margin_left_5 {
  margin-left: 50px;
  margin-left: calc(var(--sizing-unit) * 5);
}

.margin_right_5 {
  margin-right: 50px;
  margin-right: calc(var(--sizing-unit) * 5);
}

.margin_horizontal_5 {
  margin-right: 50px;
  margin-right: calc(var(--sizing-unit) * 5);
  margin-left: 50px;
  margin-left: calc(var(--sizing-unit) * 5);
}

.padding_5 {
  padding: 50px;
  padding: calc(var(--sizing-unit) * 5);
}

.padding_top_5 {
  padding-top: 50px;
  padding-top: calc(var(--sizing-unit) * 5);
}

.padding_bottom_5 {
  padding-bottom: 50px;
  padding-bottom: calc(var(--sizing-unit) * 5);
}

.padding_vertical_5 {
  padding-top: 50px;
  padding-top: calc(var(--sizing-unit) * 5);
  padding-bottom: 50px;
  padding-bottom: calc(var(--sizing-unit) * 5);
}

.padding_left_5 {
  padding-left: 50px;
  padding-left: calc(var(--sizing-unit) * 5);
}

.padding_right_5 {
  padding-right: 50px;
  padding-right: calc(var(--sizing-unit) * 5);
}

.padding_horizontal_5 {
  padding-right: 50px;
  padding-right: calc(var(--sizing-unit) * 5);
  padding-left: 50px;
  padding-left: calc(var(--sizing-unit) * 5);
}

.container_6 {
  height: 60px;
  height: calc(var(--sizing-unit) * 6);
  width: 60px;
  width: calc(var(--sizing-unit) * 6);
}

.rounded-box_6 {
  border-radius: 60px;
  border-radius: calc(var(--sizing-unit) * 6);
  perspective: 1px;
  overflow: hidden;
}

.inset-box_6 {
  padding: 60px;
  padding: calc(var(--sizing-unit) * 6);
  perspective: 1px;
  overflow: hidden;
}

[class*=inset-box_6]:not[class*=no_margin] * + * {
  margin-top: 30px;
  margin-top: calc(var(--sizing-unit) * 3);
}

.margin_6 {
  margin: 60px;
  margin: calc(var(--sizing-unit) * 6);
}

.margin_top_6 {
  margin-top: 60px;
  margin-top: calc(var(--sizing-unit) * 6);
}

.margin_bottom_6 {
  margin-bottom: 60px;
  margin-bottom: calc(var(--sizing-unit) * 6);
}

.margin_vertical_6 {
  margin-top: 60px;
  margin-top: calc(var(--sizing-unit) * 6);
  margin-bottom: 60px;
  margin-bottom: calc(var(--sizing-unit) * 6);
}

.margin_left_6 {
  margin-left: 60px;
  margin-left: calc(var(--sizing-unit) * 6);
}

.margin_right_6 {
  margin-right: 60px;
  margin-right: calc(var(--sizing-unit) * 6);
}

.margin_horizontal_6 {
  margin-right: 60px;
  margin-right: calc(var(--sizing-unit) * 6);
  margin-left: 60px;
  margin-left: calc(var(--sizing-unit) * 6);
}

.padding_6 {
  padding: 60px;
  padding: calc(var(--sizing-unit) * 6);
}

.padding_top_6 {
  padding-top: 60px;
  padding-top: calc(var(--sizing-unit) * 6);
}

.padding_bottom_6 {
  padding-bottom: 60px;
  padding-bottom: calc(var(--sizing-unit) * 6);
}

.padding_vertical_6 {
  padding-top: 60px;
  padding-top: calc(var(--sizing-unit) * 6);
  padding-bottom: 60px;
  padding-bottom: calc(var(--sizing-unit) * 6);
}

.padding_left_6 {
  padding-left: 60px;
  padding-left: calc(var(--sizing-unit) * 6);
}

.padding_right_6 {
  padding-right: 60px;
  padding-right: calc(var(--sizing-unit) * 6);
}

.padding_horizontal_6 {
  padding-right: 60px;
  padding-right: calc(var(--sizing-unit) * 6);
  padding-left: 60px;
  padding-left: calc(var(--sizing-unit) * 6);
}

.container_7 {
  height: 70px;
  height: calc(var(--sizing-unit) * 7);
  width: 70px;
  width: calc(var(--sizing-unit) * 7);
}

.rounded-box_7 {
  border-radius: 70px;
  border-radius: calc(var(--sizing-unit) * 7);
  perspective: 1px;
  overflow: hidden;
}

.inset-box_7 {
  padding: 70px;
  padding: calc(var(--sizing-unit) * 7);
  perspective: 1px;
  overflow: hidden;
}

[class*=inset-box_7]:not[class*=no_margin] * + * {
  margin-top: 35px;
  margin-top: calc(var(--sizing-unit) * 3.5);
}

.margin_7 {
  margin: 70px;
  margin: calc(var(--sizing-unit) * 7);
}

.margin_top_7 {
  margin-top: 70px;
  margin-top: calc(var(--sizing-unit) * 7);
}

.margin_bottom_7 {
  margin-bottom: 70px;
  margin-bottom: calc(var(--sizing-unit) * 7);
}

.margin_vertical_7 {
  margin-top: 70px;
  margin-top: calc(var(--sizing-unit) * 7);
  margin-bottom: 70px;
  margin-bottom: calc(var(--sizing-unit) * 7);
}

.margin_left_7 {
  margin-left: 70px;
  margin-left: calc(var(--sizing-unit) * 7);
}

.margin_right_7 {
  margin-right: 70px;
  margin-right: calc(var(--sizing-unit) * 7);
}

.margin_horizontal_7 {
  margin-right: 70px;
  margin-right: calc(var(--sizing-unit) * 7);
  margin-left: 70px;
  margin-left: calc(var(--sizing-unit) * 7);
}

.padding_7 {
  padding: 70px;
  padding: calc(var(--sizing-unit) * 7);
}

.padding_top_7 {
  padding-top: 70px;
  padding-top: calc(var(--sizing-unit) * 7);
}

.padding_bottom_7 {
  padding-bottom: 70px;
  padding-bottom: calc(var(--sizing-unit) * 7);
}

.padding_vertical_7 {
  padding-top: 70px;
  padding-top: calc(var(--sizing-unit) * 7);
  padding-bottom: 70px;
  padding-bottom: calc(var(--sizing-unit) * 7);
}

.padding_left_7 {
  padding-left: 70px;
  padding-left: calc(var(--sizing-unit) * 7);
}

.padding_right_7 {
  padding-right: 70px;
  padding-right: calc(var(--sizing-unit) * 7);
}

.padding_horizontal_7 {
  padding-right: 70px;
  padding-right: calc(var(--sizing-unit) * 7);
  padding-left: 70px;
  padding-left: calc(var(--sizing-unit) * 7);
}

.container_8 {
  height: 80px;
  height: calc(var(--sizing-unit) * 8);
  width: 80px;
  width: calc(var(--sizing-unit) * 8);
}

.rounded-box_8 {
  border-radius: 80px;
  border-radius: calc(var(--sizing-unit) * 8);
  perspective: 1px;
  overflow: hidden;
}

.inset-box_8 {
  padding: 80px;
  padding: calc(var(--sizing-unit) * 8);
  perspective: 1px;
  overflow: hidden;
}

[class*=inset-box_8]:not[class*=no_margin] * + * {
  margin-top: 40px;
  margin-top: calc(var(--sizing-unit) * 4);
}

.margin_8 {
  margin: 80px;
  margin: calc(var(--sizing-unit) * 8);
}

.margin_top_8 {
  margin-top: 80px;
  margin-top: calc(var(--sizing-unit) * 8);
}

.margin_bottom_8 {
  margin-bottom: 80px;
  margin-bottom: calc(var(--sizing-unit) * 8);
}

.margin_vertical_8 {
  margin-top: 80px;
  margin-top: calc(var(--sizing-unit) * 8);
  margin-bottom: 80px;
  margin-bottom: calc(var(--sizing-unit) * 8);
}

.margin_left_8 {
  margin-left: 80px;
  margin-left: calc(var(--sizing-unit) * 8);
}

.margin_right_8 {
  margin-right: 80px;
  margin-right: calc(var(--sizing-unit) * 8);
}

.margin_horizontal_8 {
  margin-right: 80px;
  margin-right: calc(var(--sizing-unit) * 8);
  margin-left: 80px;
  margin-left: calc(var(--sizing-unit) * 8);
}

.padding_8 {
  padding: 80px;
  padding: calc(var(--sizing-unit) * 8);
}

.padding_top_8 {
  padding-top: 80px;
  padding-top: calc(var(--sizing-unit) * 8);
}

.padding_bottom_8 {
  padding-bottom: 80px;
  padding-bottom: calc(var(--sizing-unit) * 8);
}

.padding_vertical_8 {
  padding-top: 80px;
  padding-top: calc(var(--sizing-unit) * 8);
  padding-bottom: 80px;
  padding-bottom: calc(var(--sizing-unit) * 8);
}

.padding_left_8 {
  padding-left: 80px;
  padding-left: calc(var(--sizing-unit) * 8);
}

.padding_right_8 {
  padding-right: 80px;
  padding-right: calc(var(--sizing-unit) * 8);
}

.padding_horizontal_8 {
  padding-right: 80px;
  padding-right: calc(var(--sizing-unit) * 8);
  padding-left: 80px;
  padding-left: calc(var(--sizing-unit) * 8);
}

.container_9 {
  height: 90px;
  height: calc(var(--sizing-unit) * 9);
  width: 90px;
  width: calc(var(--sizing-unit) * 9);
}

.rounded-box_9 {
  border-radius: 90px;
  border-radius: calc(var(--sizing-unit) * 9);
  perspective: 1px;
  overflow: hidden;
}

.inset-box_9 {
  padding: 90px;
  padding: calc(var(--sizing-unit) * 9);
  perspective: 1px;
  overflow: hidden;
}

[class*=inset-box_9]:not[class*=no_margin] * + * {
  margin-top: 45px;
  margin-top: calc(var(--sizing-unit) * 4.5);
}

.margin_9 {
  margin: 90px;
  margin: calc(var(--sizing-unit) * 9);
}

.margin_top_9 {
  margin-top: 90px;
  margin-top: calc(var(--sizing-unit) * 9);
}

.margin_bottom_9 {
  margin-bottom: 90px;
  margin-bottom: calc(var(--sizing-unit) * 9);
}

.margin_vertical_9 {
  margin-top: 90px;
  margin-top: calc(var(--sizing-unit) * 9);
  margin-bottom: 90px;
  margin-bottom: calc(var(--sizing-unit) * 9);
}

.margin_left_9 {
  margin-left: 90px;
  margin-left: calc(var(--sizing-unit) * 9);
}

.margin_right_9 {
  margin-right: 90px;
  margin-right: calc(var(--sizing-unit) * 9);
}

.margin_horizontal_9 {
  margin-right: 90px;
  margin-right: calc(var(--sizing-unit) * 9);
  margin-left: 90px;
  margin-left: calc(var(--sizing-unit) * 9);
}

.padding_9 {
  padding: 90px;
  padding: calc(var(--sizing-unit) * 9);
}

.padding_top_9 {
  padding-top: 90px;
  padding-top: calc(var(--sizing-unit) * 9);
}

.padding_bottom_9 {
  padding-bottom: 90px;
  padding-bottom: calc(var(--sizing-unit) * 9);
}

.padding_vertical_9 {
  padding-top: 90px;
  padding-top: calc(var(--sizing-unit) * 9);
  padding-bottom: 90px;
  padding-bottom: calc(var(--sizing-unit) * 9);
}

.padding_left_9 {
  padding-left: 90px;
  padding-left: calc(var(--sizing-unit) * 9);
}

.padding_right_9 {
  padding-right: 90px;
  padding-right: calc(var(--sizing-unit) * 9);
}

.padding_horizontal_9 {
  padding-right: 90px;
  padding-right: calc(var(--sizing-unit) * 9);
  padding-left: 90px;
  padding-left: calc(var(--sizing-unit) * 9);
}

.container_10 {
  height: 100px;
  height: calc(var(--sizing-unit) * 10);
  width: 100px;
  width: calc(var(--sizing-unit) * 10);
}

.rounded-box_10 {
  border-radius: 100px;
  border-radius: calc(var(--sizing-unit) * 10);
  perspective: 1px;
  overflow: hidden;
}

.inset-box_10 {
  padding: 100px;
  padding: calc(var(--sizing-unit) * 10);
  perspective: 1px;
  overflow: hidden;
}

[class*=inset-box_10]:not[class*=no_margin] * + * {
  margin-top: 50px;
  margin-top: calc(var(--sizing-unit) * 5);
}

.margin_10 {
  margin: 100px;
  margin: calc(var(--sizing-unit) * 10);
}

.margin_top_10 {
  margin-top: 100px;
  margin-top: calc(var(--sizing-unit) * 10);
}

.margin_bottom_10 {
  margin-bottom: 100px;
  margin-bottom: calc(var(--sizing-unit) * 10);
}

.margin_vertical_10 {
  margin-top: 100px;
  margin-top: calc(var(--sizing-unit) * 10);
  margin-bottom: 100px;
  margin-bottom: calc(var(--sizing-unit) * 10);
}

.margin_left_10 {
  margin-left: 100px;
  margin-left: calc(var(--sizing-unit) * 10);
}

.margin_right_10 {
  margin-right: 100px;
  margin-right: calc(var(--sizing-unit) * 10);
}

.margin_horizontal_10 {
  margin-right: 100px;
  margin-right: calc(var(--sizing-unit) * 10);
  margin-left: 100px;
  margin-left: calc(var(--sizing-unit) * 10);
}

.padding_10 {
  padding: 100px;
  padding: calc(var(--sizing-unit) * 10);
}

.padding_top_10 {
  padding-top: 100px;
  padding-top: calc(var(--sizing-unit) * 10);
}

.padding_bottom_10 {
  padding-bottom: 100px;
  padding-bottom: calc(var(--sizing-unit) * 10);
}

.padding_vertical_10 {
  padding-top: 100px;
  padding-top: calc(var(--sizing-unit) * 10);
  padding-bottom: 100px;
  padding-bottom: calc(var(--sizing-unit) * 10);
}

.padding_left_10 {
  padding-left: 100px;
  padding-left: calc(var(--sizing-unit) * 10);
}

.padding_right_10 {
  padding-right: 100px;
  padding-right: calc(var(--sizing-unit) * 10);
}

.padding_horizontal_10 {
  padding-right: 100px;
  padding-right: calc(var(--sizing-unit) * 10);
  padding-left: 100px;
  padding-left: calc(var(--sizing-unit) * 10);
}

body.login.login-action-lostpassword,
body.login.login-action-login,
body.login.login-action-checkemail,
body.login.login-action-rp,
body.login.login-action-resetpass {
  opacity: 1;
  background-image: url("images/login_bg_photo.jpg");
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: cover;
}
body.login.login-action-lostpassword #login,
body.login.login-action-login #login,
body.login.login-action-checkemail #login,
body.login.login-action-rp #login,
body.login.login-action-resetpass #login {
  margin-right: 30%;
  padding-top: 17%;
}
body.login.login-action-lostpassword #login h1,
body.login.login-action-login #login h1,
body.login.login-action-checkemail #login h1,
body.login.login-action-rp #login h1,
body.login.login-action-resetpass #login h1 {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background-image: url("images/login_bg.png");
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}
body.login.login-action-lostpassword #login h1 a,
body.login.login-action-login #login h1 a,
body.login.login-action-checkemail #login h1 a,
body.login.login-action-rp #login h1 a,
body.login.login-action-resetpass #login h1 a {
  display: block;
  background-image: url("images/logo/Academy-by_Ephemeris-white.svg");
  background-repeat: no-repeat;
  width: 68%;
  height: 121px;
  position: absolute;
  top: 17px;
  left: 9%;
  background-size: contain;
  font-size: 0;
}
body.login.login-action-lostpassword #login #lostpasswordform,
body.login.login-action-lostpassword #login #loginform,
body.login.login-action-lostpassword #login #resetpassform,
body.login.login-action-login #login #lostpasswordform,
body.login.login-action-login #login #loginform,
body.login.login-action-login #login #resetpassform,
body.login.login-action-checkemail #login #lostpasswordform,
body.login.login-action-checkemail #login #loginform,
body.login.login-action-checkemail #login #resetpassform,
body.login.login-action-rp #login #lostpasswordform,
body.login.login-action-rp #login #loginform,
body.login.login-action-rp #login #resetpassform,
body.login.login-action-resetpass #login #lostpasswordform,
body.login.login-action-resetpass #login #loginform,
body.login.login-action-resetpass #login #resetpassform {
  background: transparent;
  border: none;
  color: #FFFFFF;
  position: relative;
}
body.login.login-action-lostpassword #login input.input[type=text],
body.login.login-action-lostpassword #login input.input[type=password],
body.login.login-action-login #login input.input[type=text],
body.login.login-action-login #login input.input[type=password],
body.login.login-action-checkemail #login input.input[type=text],
body.login.login-action-checkemail #login input.input[type=password],
body.login.login-action-rp #login input.input[type=text],
body.login.login-action-rp #login input.input[type=password],
body.login.login-action-resetpass #login input.input[type=text],
body.login.login-action-resetpass #login input.input[type=password] {
  background-color: RGBA(188, 188, 188, 0.42);
  border: 1px solid #fff;
  box-shadow: none;
}
body.login.login-action-lostpassword #login .button.button-primary.button-large,
body.login.login-action-login #login .button.button-primary.button-large,
body.login.login-action-checkemail #login .button.button-primary.button-large,
body.login.login-action-rp #login .button.button-primary.button-large,
body.login.login-action-resetpass #login .button.button-primary.button-large {
  background-color: #2E6D8E;
  width: 100%;
}
body.login.login-action-lostpassword #login .button.wp-generate-pw,
body.login.login-action-login #login .button.wp-generate-pw,
body.login.login-action-checkemail #login .button.wp-generate-pw,
body.login.login-action-rp #login .button.wp-generate-pw,
body.login.login-action-resetpass #login .button.wp-generate-pw {
  width: 100%;
}
body.login.login-action-lostpassword .message, body.login.login-action-lostpassword #login_error,
body.login.login-action-login .message,
body.login.login-action-login #login_error,
body.login.login-action-checkemail .message,
body.login.login-action-checkemail #login_error,
body.login.login-action-rp .message,
body.login.login-action-rp #login_error,
body.login.login-action-resetpass .message,
body.login.login-action-resetpass #login_error {
  position: relative;
  background-color: RGBA(188, 188, 188, 0.42);
  color: #FFF;
}
body.login.login-action-lostpassword .message,
body.login.login-action-login .message,
body.login.login-action-checkemail .message,
body.login.login-action-rp .message,
body.login.login-action-resetpass .message {
  border-left: 4px solid #2E6D8E;
}
body.login.login-action-lostpassword #nav, body.login.login-action-lostpassword #nav a, body.login.login-action-lostpassword .privacy-policy-link, body.login.login-action-lostpassword #backtoblog a,
body.login.login-action-login #nav,
body.login.login-action-login #nav a,
body.login.login-action-login .privacy-policy-link,
body.login.login-action-login #backtoblog a,
body.login.login-action-checkemail #nav,
body.login.login-action-checkemail #nav a,
body.login.login-action-checkemail .privacy-policy-link,
body.login.login-action-checkemail #backtoblog a,
body.login.login-action-rp #nav,
body.login.login-action-rp #nav a,
body.login.login-action-rp .privacy-policy-link,
body.login.login-action-rp #backtoblog a,
body.login.login-action-resetpass #nav,
body.login.login-action-resetpass #nav a,
body.login.login-action-resetpass .privacy-policy-link,
body.login.login-action-resetpass #backtoblog a {
  color: #FFF;
  position: relative;
}

[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;
  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;
  animation: shadow2 6s ease-in infinite;
}

@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 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;
}

.seg-html-dropdown {
  display: block;
  position: relative;
  position: relative;
  width: calc(100% - 2px);
  height: 40px;
  margin-bottom: 20px;
  margin-top: 0;
  line-height: 0;
  border: 1px solid #b0b0b0;
  border-radius: 5px;
  text-align: left;
}
.seg-html-dropdown:focus-visible,
.seg-html-dropdown label:focus-visible {
  outline: none;
}
.seg-html-dropdown:hover {
  cursor: pointer;
}
.seg-html-dropdown .dropdown-list-seach-style {
  display: none;
}
.seg-html-dropdown .scroll-wrapper.seg-dropdown-inner.seg-scroll {
  max-height: 480px;
}
.seg-html-dropdown .seg-dropdown-label {
  position: relative;
  z-index: 1;
  font-size: 14px;
  color: #75787b;
  display: block;
  top: 0;
  left: 0;
  font-weight: normal;
  line-height: 20px;
  transition-property: all;
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  padding: 10px;
  transform-origin: left top;
}
.seg-html-dropdown .seg-dropdown-label:focus-visible,
.seg-html-dropdown .seg-dropdown-label label:focus-visible {
  outline: none;
}
.seg-html-dropdown.active .seg-dropdown-menu {
  display: block;
}
.seg-html-dropdown.active .seg-dropdown-label, .seg-html-dropdown.seg-mdl-completed .seg-dropdown-label {
  transform: scale(0.8) translateX(3px) translateY(-12px);
  color: rgb(0, 119, 198);
}
.seg-html-dropdown.active .seg-mdl-dropdown-arrow::after, .seg-html-dropdown.seg-mdl-completed .seg-mdl-dropdown-arrow::after {
  border-color: rgb(0, 119, 198);
}
.seg-html-dropdown:not(.seg-mdl-completed) .seg-dropdown-select {
  opacity: 0;
}
.seg-html-dropdown .seg-dropdown-select {
  border: none;
  width: calc(100% - 20px);
  position: absolute;
  height: 40px;
  padding: 18px 10px 8px;
  margin: 0;
  bottom: 0;
  background-color: transparent;
  z-index: 4;
  font-size: 14px;
  line-height: 14px;
  color: #75787b;
  left: 0;
  overflow: hidden;
}
.seg-html-dropdown .seg-dropdown-select .dropdown-list-style {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 133%;
}
.seg-html-dropdown .seg-dropdown-menu {
  display: none;
  max-width: 100%;
  position: absolute;
  width: 100%;
  left: 0;
  top: 100%;
  background-color: #fefefe;
  z-index: 6;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 2px 4px;
  overflow: hidden;
  transform-origin: top center;
  animation: menu-toggle 0.2s ease-out;
}
.seg-html-dropdown .seg-dropdown-menu .seg-mdl-checkbox.select-option-select-all {
  padding-top: 10px;
}
.seg-html-dropdown .seg-dropdown-menu .dropdown-list-style {
  display: flex;
  padding: 5px 10px;
  min-height: 30px;
  height: auto;
  line-height: 1.2;
  line-height: 20px;
  transition: background-color 0.2s ease, text-shadow 0.2s linear;
}
.seg-html-dropdown .seg-dropdown-menu .dropdown-list-style[data-level="2"] {
  padding-left: 30px;
}
.seg-html-dropdown .seg-dropdown-menu .dropdown-list-style[data-level="3"] {
  padding-left: 60px;
}
.seg-html-dropdown .seg-dropdown-menu .dropdown-list-style[data-level="4"] {
  padding-left: 90px;
}
.seg-html-dropdown .seg-dropdown-menu .seg-mdl-checkbox {
  padding: 5px 0 5px 10px;
}
.seg-html-dropdown .seg-dropdown-menu .seg-mdl-checkbox.seg-mdl-checked .seg-mdl-checkbox-holder::before {
  background-color: #76d136;
  border-color: #76d136;
}
.seg-html-dropdown .seg-dropdown-menu .seg-mdl-checkbox.seg-mdl-checked .seg-mdl-checkbox-holder .seg-mdl-checkbox-tick::after {
  color: #fff;
}
.seg-html-dropdown .seg-dropdown-menu .seg-mdl-checkbox label {
  color: #3e4237;
  padding-right: 0;
}
.seg-html-dropdown .seg-dropdown-menu .seg-mdl-checkbox ~ .dropdown-list-style {
  padding-left: 0;
  font-size: 14px;
}
.seg-html-dropdown .seg-dropdown-menu .seg-mdl-checkbox ~ .dropdown-list-style[data-level="2"] {
  padding-left: 30px;
}
.seg-html-dropdown .seg-dropdown-menu .seg-mdl-checkbox ~ .dropdown-list-style[data-level="3"] {
  padding-left: 60px;
}
.seg-html-dropdown .seg-dropdown-menu .seg-mdl-checkbox ~ .dropdown-list-style[data-level="4"] {
  padding-left: 90px;
}
.seg-html-dropdown .seg-dropdown-menu .select-option:hover {
  background-color: #efefef;
}
.seg-html-dropdown .seg-dropdown-menu .select-option > *:not(.seg-mdl-checkbox) {
  flex-grow: 1;
}
.seg-html-dropdown .seg-mdl-dropdown-arrow {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 9px;
  height: 9px;
  color: #3e4237;
}
.seg-html-dropdown .seg-mdl-dropdown-arrow::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  border-left: 1px solid #3e4237;
  border-top: 1px solid #3e4237;
  transition: all 0.2s;
  transform: rotate(-45deg);
}
.seg-html-dropdown.active .seg-mdl-dropdown-arrow::after {
  transform: rotate(-135deg);
}
.seg-html-dropdown .seg-dropdown-inner {
  max-height: 480px;
  overflow-y: auto;
}
.seg-html-dropdown .list-container {
  padding: 0;
  list-style: none;
}
.seg-html-dropdown .list-container li {
  margin: 0;
  display: flex;
  align-items: center;
}
.seg-html-dropdown .list-container li .dropdown-number {
  flex: 0 0 48px;
}
.seg-html-dropdown .dropdown-list-style {
  display: flex;
}
.seg-html-dropdown .dropdown-list-style div {
  padding-right: 4px;
}

.seg-html-dropdown-search {
  width: 100%;
  outline: none;
  height: 30px;
  padding: 5px 10px;
  line-height: 20px;
  border: 0;
  box-shadow: #b0b0b0 0 0 0 1px;
}

@keyframes menu-toggle {
  0% {
    transform: scale(0.75, 0.5);
    opacity: 0;
  }
  25% {
    transform: scale(1, 0.75);
    opacity: 0.5;
  }
  100% {
    transform: scale(1, 1);
    opacity: 1;
  }
}
/* This has to be in this order */
.seg-html-dropdown .dropdown-list-search-style {
  display: none;
}

.seg-html-dropdown.seg-html-dropdown-filter .dropdown-list-search-style {
  display: none;
  font-size: 12px;
  color: #b0b0b0;
  cursor: default;
}

.page-my-account.my-account {
  height: 100vh;
}
.page-my-account.my-account .container {
  max-width: initial;
  margin-left: auto;
  margin-right: auto;
  padding-inline: 0;
  width: 100%;
  font-size: 14px;
  height: 100%;
  margin-top: 0;
  padding-top: 0px;
}
.page-my-account.my-account .woocommerce {
  height: 100%;
}
.page-my-account.my-account .woocommerce-notices-wrapper {
  position: absolute;
  z-index: 999;
  bottom: 10px;
  left: 10px;
}
.page-my-account.my-account .right-side .welcome-image {
  max-width: initial;
}
.page-my-account.my-account .woocommerce-privacy-policy-text.woocommerce-privacy-policy-text.woocommerce-privacy-policy-text.woocommerce-privacy-policy-text.woocommerce-privacy-policy-text.woocommerce-privacy-policy-text p {
  margin: 0;
}

.woocommerce .login-wrapper a.button,
.woocommerce .login-wrapper button.button,
.woocommerce .login-wrapper input.button,
.woocommerce .login-wrapper #respond input#submit {
  font-size: 14px;
}

.login-page-images picture:not(.active) {
  display: none;
  opacity: 0;
  transition: opacity 0.4s linear;
}

.login-page-images picture.active {
  opacity: 1;
  transition: opacity 0.2s linear;
}

.login-wrapper .left-side-copy .academy-logo {
  max-width: 320px;
  display: inline-block;
  height: auto;
  width: 100%;
}
.login-wrapper.welcome-page-content .right-side-copy {
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
  width: 50%;
  top: 50vh;
  padding: 0;
  align-items: center;
}
.login-wrapper .welcome-title > *:not(.active),
.login-wrapper .welcome-punchline > *:not(.active) {
  display: none;
}
.login-wrapper .form-panel-wrapper {
  margin: 0 24px;
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: center;
  width: auto;
  min-height: 296px;
}
.login-wrapper .form-panel-wrapper .form-tabs {
  flex-basis: 100%;
  display: flex;
  justify-content: center;
  max-width: calc(100vw - 40px);
}
.login-wrapper .form-panel-wrapper .form-panel {
  width: auto;
  display: block;
  position: relative;
  max-width: calc(100vw - 20px);
}
.login-wrapper .form-panel-wrapper .form-panel:not(.active) {
  display: none;
}
.login-wrapper .form-panel-wrapper.glass .form-tabs .button {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: #fff 0 0 0 1px;
  color: #fff;
  font-weight: normal;
}
.login-wrapper .form-panel-wrapper.glass .form-tabs .button.active {
  background-color: #2e6d8e;
  box-shadow: #2e6d8e 0 0 0 1px;
}
.login-wrapper .form-panel-wrapper.glass .form-tabs .button ~ .button {
  margin-left: 40px;
}
.login-wrapper .form-panel-wrapper.glass .login,
.login-wrapper .form-panel-wrapper.glass .lost-password-reset {
  border: unset;
  padding: 0;
  border-radius: 0;
}
.login-wrapper .form-panel-wrapper.glass .login .seg-mdl-textfield,
.login-wrapper .form-panel-wrapper.glass .login .seg-mdl-passwordfield,
.login-wrapper .form-panel-wrapper.glass .lost-password-reset .seg-mdl-textfield,
.login-wrapper .form-panel-wrapper.glass .lost-password-reset .seg-mdl-passwordfield {
  margin-bottom: 20px;
  border-color: #fff;
}
.login-wrapper .form-panel-wrapper.glass .login .seg-mdl-textfield label,
.login-wrapper .form-panel-wrapper.glass .login .seg-mdl-passwordfield label,
.login-wrapper .form-panel-wrapper.glass .lost-password-reset .seg-mdl-textfield label,
.login-wrapper .form-panel-wrapper.glass .lost-password-reset .seg-mdl-passwordfield label {
  color: #fff;
  z-index: 4;
}
.login-wrapper .form-panel-wrapper.glass .login .seg-mdl-textfield input,
.login-wrapper .form-panel-wrapper.glass .login .seg-mdl-passwordfield input,
.login-wrapper .form-panel-wrapper.glass .lost-password-reset .seg-mdl-textfield input,
.login-wrapper .form-panel-wrapper.glass .lost-password-reset .seg-mdl-passwordfield input {
  color: #75787B;
  border-radius: inherit;
  width: 100%;
}
.login-wrapper .form-panel-wrapper.glass .login .login-button,
.login-wrapper .form-panel-wrapper.glass .lost-password-reset .login-button {
  background-color: #2e6d8e;
  box-shadow: #2e6d8e 0 0 0 1px;
  color: #fff;
}
.login-wrapper .form-panel-wrapper.glass .lost-password-reset {
  width: 340px;
  max-width: 100%;
}
.login-wrapper .form-panel-wrapper.glass .lost_password {
  color: #fff;
  font-size: 14px;
}
.login-wrapper .form-panel-wrapper.glass .lost_password:hover {
  cursor: pointer;
}
.login-wrapper .form-panel-wrapper.glass .seg-mdl-checkbox .seg-mdl-checkbox-holder::before {
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  border-radius: 4px;
}
.login-wrapper .form-panel-wrapper.glass .seg-mdl-checkbox input:checked ~ label {
  color: #fff;
}
.login-wrapper .form-panel-wrapper.glass .seg-mdl-checkbox .seg-mdl-checkbox-tick::after {
  color: #fff;
}
.login-wrapper .form-panel-wrapper.glass .registration-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.login-wrapper .form-panel-wrapper.glass .registration-container .register-text {
  color: #fff;
  padding-block: 20px;
}
.login-wrapper .form-panel-wrapper.glass .registration-container .register-text > * {
  text-align: center;
  padding-bottom: 10px;
}
.login-wrapper .form-panel-wrapper.glass .registration-container .register-text .title {
  font-size: 18px;
}
.login-wrapper .form-panel-wrapper.glass .registration-container .register-text .sub-title {
  font-size: 14px;
  color: #E1E1E0;
}
.login-wrapper .form-panel-wrapper.glass .registration-container .registration-options {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -10px;
  width: 450px;
  max-width: calc(100vw - 20px);
}
.login-wrapper .form-panel-wrapper.glass .registration-container .registration-options > * {
  flex: 0 0 130px;
  height: 130px;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(3px);
  margin: 10px;
  cursor: pointer;
}
.login-wrapper .form-panel-wrapper.glass .registration-container .icon-wrapper {
  position: relative;
  height: 130px;
  width: 100%;
}
.login-wrapper .form-panel-wrapper.glass .registration-container .icon-wrapper i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 92px;
  color: #fff;
}
.login-wrapper .form-panel-wrapper.glass .registration-container .register-button {
  color: #fff;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 1.2;
}
.login-wrapper .form-panel-wrapper .student-register.active,
.login-wrapper .form-panel-wrapper .provider-register.active {
  background-color: #2e6d8e;
}
.login-wrapper .form-panel-wrapper .student-register.active::before,
.login-wrapper .form-panel-wrapper .provider-register.active::before {
  content: "\e903";
  font-family: seg;
  position: absolute;
  color: #2e6d8e;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.login-wrapper .form-panel-wrapper .student-form,
.login-wrapper .form-panel-wrapper .provider-form {
  display: none;
}
.login-wrapper .form-panel-wrapper .student-form .terms-check.terms-check.terms-check,
.login-wrapper .form-panel-wrapper .provider-form .terms-check.terms-check.terms-check {
  display: flex;
  justify-content: flex-start;
}
.login-wrapper .form-panel-wrapper .student-form .terms-check.terms-check.terms-check > .seg-mdl-checkbox,
.login-wrapper .form-panel-wrapper .provider-form .terms-check.terms-check.terms-check > .seg-mdl-checkbox {
  width: 30px;
}
.login-wrapper .form-panel-wrapper .student-form .terms-check.terms-check.terms-check > .seg-mdl-checkbox .seg-mdl-checkbox-tick::after,
.login-wrapper .form-panel-wrapper .provider-form .terms-check.terms-check.terms-check > .seg-mdl-checkbox .seg-mdl-checkbox-tick::after {
  color: #b0b0b0;
}
.login-wrapper .form-panel-wrapper .student-form .terms-check.terms-check.terms-check > .seg-mdl-checkbox ~ p,
.login-wrapper .form-panel-wrapper .provider-form .terms-check.terms-check.terms-check > .seg-mdl-checkbox ~ p {
  margin: 0;
  text-align: left;
  display: inline-block;
  line-height: 1.4;
  min-width: auto;
  font-size: 14px;
}
.login-wrapper .form-panel-wrapper .student-form .form-buttons-wrapper,
.login-wrapper .form-panel-wrapper .provider-form .form-buttons-wrapper {
  margin-top: 25px;
}
.login-wrapper .form-panel-wrapper .student-form .form-buttons-wrapper .button,
.login-wrapper .form-panel-wrapper .provider-form .form-buttons-wrapper .button {
  color: #fff;
  background-color: #2e6d8e;
}
.login-wrapper .form-panel-wrapper .student-form .form-buttons-wrapper .register-back,
.login-wrapper .form-panel-wrapper .provider-form .form-buttons-wrapper .register-back {
  background-color: rgba(255, 255, 255, 0.2);
  box-shadow: inset #b0b0b0 0 0 0 1px;
  color: #b0b0b0;
}
.login-wrapper .form-panel-wrapper .student-form .student-register-form,
.login-wrapper .form-panel-wrapper .provider-form .student-register-form {
  width: 380px;
  max-width: calc(100vw - 20px);
}
.login-wrapper .form-panel-wrapper .student-form .woocommerce-privacy-policy-text.woocommerce-privacy-policy-text.woocommerce-privacy-policy-text p,
.login-wrapper .form-panel-wrapper .provider-form .woocommerce-privacy-policy-text.woocommerce-privacy-policy-text.woocommerce-privacy-policy-text p {
  margin: 0 0 20px;
  display: inline;
  text-align: left;
}
.login-wrapper .form-panel-wrapper .student-form .woocommerce-privacy-policy-text.woocommerce-privacy-policy-text.woocommerce-privacy-policy-text ~ .terms-check,
.login-wrapper .form-panel-wrapper .provider-form .woocommerce-privacy-policy-text.woocommerce-privacy-policy-text.woocommerce-privacy-policy-text ~ .terms-check {
  margin-top: 20px;
}
.login-wrapper .form-panel-wrapper .login-options-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 20px 0 0;
}
.login-wrapper .form-panel-wrapper .login-options-wrapper > * {
  display: inline-block;
  width: auto;
}
.login-wrapper .form-panel-wrapper .login-options-wrapper > * + * {
  margin-left: 40px;
}
.login-wrapper .form-panel-wrapper .seg-mdl-textfield input:-webkit-autofill,
.login-wrapper .form-panel-wrapper .seg-mdl-textfield input:-webkit-autofill:hover,
.login-wrapper .form-panel-wrapper .seg-mdl-textfield input:-webkit-autofill:focus,
.login-wrapper .form-panel-wrapper .seg-mdl-textfield textarea:-webkit-autofill,
.login-wrapper .form-panel-wrapper .seg-mdl-textfield textarea:-webkit-autofill:hover,
.login-wrapper .form-panel-wrapper .seg-mdl-textfield textarea:-webkit-autofill:focus,
.login-wrapper .form-panel-wrapper .seg-mdl-passwordfield input:-webkit-autofill,
.login-wrapper .form-panel-wrapper .seg-mdl-passwordfield input:-webkit-autofill:hover,
.login-wrapper .form-panel-wrapper .seg-mdl-passwordfield input:-webkit-autofill:focus,
.login-wrapper .form-panel-wrapper .seg-mdl-passwordfield textarea:-webkit-autofill,
.login-wrapper .form-panel-wrapper .seg-mdl-passwordfield textarea:-webkit-autofill:hover,
.login-wrapper .form-panel-wrapper .seg-mdl-passwordfield textarea:-webkit-autofill:focus {
  background-image: none !important;
  border-radius: 4px;
}

.section-break {
  position: relative;
  padding-block: 15px;
  margin-block: 0px 15px;
  margin-top: -32px;
  text-align: center;
  isolation: isolate;
}
.section-break::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: #2e6d8e;
  z-index: -1;
}
.section-break span {
  display: inline-block;
  padding-inline: 10px;
  color: #2e6d8e;
  padding-top: 34px;
}

.student-form-active.device-desktop .welcome-image-wrapper .left-side, .student-form-active.device-tablet .welcome-image-wrapper .left-side,
.provider-form-active.device-desktop .welcome-image-wrapper .left-side,
.provider-form-active.device-tablet .welcome-image-wrapper .left-side {
  clip-path: polygon(0 0, 600px 0, 0 480px, 0% 480px);
}
.student-form-active.device-desktop .welcome-image-wrapper .right-side, .student-form-active.device-tablet .welcome-image-wrapper .right-side,
.provider-form-active.device-desktop .welcome-image-wrapper .right-side,
.provider-form-active.device-tablet .welcome-image-wrapper .right-side {
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0% 480px, 600px 0);
}
.student-form-active.device-desktop .welcome-image-wrapper .right-side img, .student-form-active.device-tablet .welcome-image-wrapper .right-side img,
.provider-form-active.device-desktop .welcome-image-wrapper .right-side img,
.provider-form-active.device-tablet .welcome-image-wrapper .right-side img {
  display: none;
}
.student-form-active.device-desktop .social-wrapper ul li a::before,
.student-form-active.device-desktop #cartMenuWrapper .acc-link i,
.student-form-active.device-desktop #cartMenuWrapper .cart-link i, .student-form-active.device-tablet .social-wrapper ul li a::before,
.student-form-active.device-tablet #cartMenuWrapper .acc-link i,
.student-form-active.device-tablet #cartMenuWrapper .cart-link i,
.provider-form-active.device-desktop .social-wrapper ul li a::before,
.provider-form-active.device-desktop #cartMenuWrapper .acc-link i,
.provider-form-active.device-desktop #cartMenuWrapper .cart-link i,
.provider-form-active.device-tablet .social-wrapper ul li a::before,
.provider-form-active.device-tablet #cartMenuWrapper .acc-link i,
.provider-form-active.device-tablet #cartMenuWrapper .cart-link i {
  color: #666666;
}
.student-form-active .login-wrapper .line-wrap,
.provider-form-active .login-wrapper .line-wrap {
  shape-outside: polygon(100% 0px, 100% 100%, 0% 100%, 0 410px, 510px 0);
}
.student-form-active .login-wrapper .left-side-copy .welcome-title,
.provider-form-active .login-wrapper .left-side-copy .welcome-title {
  margin-top: 0;
}
.student-form-active .login-wrapper.welcome-page-content .right-side-copy,
.provider-form-active .login-wrapper.welcome-page-content .right-side-copy {
  width: 100%;
  top: 120px;
  transform: translate(0);
}
.student-form-active .login-wrapper .form-tabs,
.provider-form-active .login-wrapper .form-tabs {
  display: none;
}

.provider-form-active .login-wrapper .provider-form {
  display: block;
}

.student-form-active .login-wrapper .student-form {
  display: block;
}

.welcome-page-content .right-side-copy .terms-check,
#loginform .terms-check {
  font-size: 14px;
  margin-left: 5px;
  margin-top: 0;
  line-height: 24px;
  color: #e1e1e1;
  width: 355px;
}
.welcome-page-content .right-side-copy .terms-check a,
#loginform .terms-check a {
  color: rgb(0, 119, 198);
}
.welcome-page-content .right-side-copy .terms-check a:hover, .welcome-page-content .right-side-copy .terms-check a:active,
#loginform .terms-check a:hover,
#loginform .terms-check a:active {
  color: rgb(0, 119, 198);
}

.new-signup {
  color: #fff;
  font-size: 14px;
}
.new-signup:hover {
  cursor: pointer;
}

.new_signup {
  color: #e1e1e1;
}

.social-logins {
  width: 380px;
  margin-left: 3px;
}
.social-logins p {
  width: 100%;
}
.social-logins p.or-action {
  width: 330px;
  margin-bottom: 20px !important;
  font-size: 14px;
  text-align: center;
  color: #FFF;
  padding-left: 10px;
}

#loginform .social-p {
  padding-top: 9px;
}
#loginform .button-facebook p {
  padding-left: 8px;
  padding-right: 8px;
}
#loginform .button-google p {
  padding-left: 16px;
  padding-right: 16px;
}
#loginform .heateor_sl_title {
  font-size: 14px;
  text-align: center;
  color: #e1e1e1;
  padding-bottom: 12px;
}

.student-register-form .social-logins {
  width: 100%;
}
.student-register-form .or-action {
  width: 358px !important;
}
.student-register-form li:has(.button-facebook):hover,
.student-register-form li:has(.button-google):hover {
  border: 1px solid #2E6D8E;
  cursor: pointer;
}

body.student-form-active .terms-check {
  padding-bottom: 16px;
}

body.no-terms .terms-check {
  display: none;
}

body.no-terms.student-form-active .terms-check {
  display: block !important;
}

.heateor_sl_login_container {
  margin-left: -32px !important;
  /* Needed for Autoptimize on Live */
}

.login-register-options .row {
  margin-bottom: 24px;
}

.quick-student-register h2 {
  color: #FFF;
  text-align: end;
  padding-right: 22px;
}

.quick-login h2 {
  color: #FFF;
  text-align: start;
}

.quick-student-register .woocommerce-privacy-policy-text p,
.quick-login .woocommerce-privacy-policy-text p {
  display: none;
}
.quick-student-register .student-register-form,
.quick-login .student-register-form {
  margin-left: -32px;
}
.quick-student-register .seg-mdl-textfield,
.quick-student-register .seg-mdl-passwordfield,
.quick-login .seg-mdl-textfield,
.quick-login .seg-mdl-passwordfield {
  border: 1px solid #FFF;
  background-color: rgba(255, 255, 255, 0.2);
}
.quick-student-register .seg-mdl-textfield label,
.quick-student-register .seg-mdl-passwordfield label,
.quick-login .seg-mdl-textfield label,
.quick-login .seg-mdl-passwordfield label {
  color: #FFF;
}
.quick-student-register .seg-mdl-textfield.seg-mdl-completed label,
.quick-student-register .seg-mdl-passwordfield.seg-mdl-completed label,
.quick-login .seg-mdl-textfield.seg-mdl-completed label,
.quick-login .seg-mdl-passwordfield.seg-mdl-completed label {
  color: #2E6D8E !important;
}
.quick-student-register .button-google,
.quick-login .button-google {
  margin-left: 32px;
}
.quick-student-register .terms-check,
.quick-login .terms-check {
  text-align: end;
  padding-bottom: 16px;
}
.quick-student-register .quick-student-login,
.quick-login .quick-student-login {
  padding-bottom: 50px;
  padding-top: 20px;
}
.quick-student-register .quick-student-login,
.quick-student-register .quick-student-schools,
.quick-login .quick-student-login,
.quick-login .quick-student-schools {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 800;
  text-align: end;
}
.quick-student-register .quick-student-login a,
.quick-student-register .quick-student-schools a,
.quick-login .quick-student-login a,
.quick-login .quick-student-schools a {
  color: white;
  cursor: pointer;
  padding-right: 16px;
  text-shadow: 1px 1px rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

.provider-registration-back {
  text-align: center;
  width: 100%;
  padding-top: 32px;
  color: #FFF;
  cursor: pointer;
}

.login-view-back {
  text-align: start;
  width: 100%;
  color: #FFF;
  cursor: pointer;
  padding-right: 16px;
}

.provider-form.form-panel.active {
  margin-top: -86px;
}

.button-facebook .social-p {
  margin-left: -27px;
}

@media screen and (max-width: 900px) {
  .quick-student-register {
    margin-right: 64px;
  }
}
@media screen and (max-width: 541px) {
  .quick-student-login {
    padding-bottom: 24px !important;
  }

  .email-col {
    margin-top: 12px;
  }
}
@media screen and (max-width: 420px) {
  .quick-student-register {
    margin-right: 0px;
  }

  .quick-student-container {
    width: calc(100% - 16px) !important;
  }

  .quick-student-container .seg-mdl-textfield {
    width: calc(100% - 100px) !important;
    margin-left: 75px !important;
    margin-inline: auto;
  }

  .quick-student-container .col-xs-12 {
    padding: 0 !important;
  }

  .quick-student-container ul.heateor_sl_login_ul li {
    float: unset;
  }
  .quick-student-container ul.heateor_sl_login_ul li:first-of-type {
    margin-left: 132px !important;
    margin-bottom: 16px !important;
  }
  .quick-student-container ul.heateor_sl_login_ul li:not(:first-of-type) {
    margin-left: 100px !important;
  }

  .quick-student-container #btn-register {
    width: 100% !important;
  }

  .quick-student-container .col-xs-6 {
    padding-left: 168px !important;
  }
  .quick-student-container .col-xs-6:first-of-type {
    display: none !important;
  }

  .quick-student-container .button-google .social-p {
    margin-left: -26px;
  }

  .quick-student-register .quick-student-login {
    padding-bottom: 32px;
  }

  .quick-login {
    margin-left: 32px;
  }

  .quick-student-login {
    padding-bottom: 8px !important;
  }
}
@media screen and (max-width: 281px) {
  /* Galaxy fold... */
  .quick-student-register {
    margin-left: 40px;
  }

  .heateor_sl_login_container {
    margin-top: -14px !important;
  }

  .quick-student-login,
.quick-student-schools {
    margin-right: 32px;
  }

  .terms-check {
    font-size: 10px !important;
    line-height: 13px !important;
  }

  .student-register-form {
    width: 330px !important;
    margin-left: 0px;
  }

  .quick-student-register.active {
    width: 336px;
  }

  .terms-check {
    width: 270px !important;
  }

  .quick-student-register {
    margin-top: 4px;
  }

  .quick-student-register h2 {
    font-size: 18px;
    text-align: center;
  }
}
@media screen and (max-height: 800px) {
  .quick-student-register {
    margin-top: -8px;
  }

  .cprf-general-container {
    margin-top: 64px;
  }
  .cprf-general-container .seg-mdl-textfield {
    margin-top: -8px;
  }

  .quick-student-register h2 {
    margin-top: 8px;
    margin-bottom: 4px;
  }

  .social-p.or-action {
    padding-top: 4px !important;
  }

  .device-mobile .welcome-page-content .left-side-copy .welcome-title {
    margin-top: 0px !important;
  }

  .quick-student-register .terms-check {
    padding-bottom: 8px;
  }
}
@media screen and (max-height: 916px) {
  .quick-student-register .seg-mdl-textfield,
.login .seg-mdl-textfield {
    background-color: #FFF;
    border: 1px solid #CCC;
  }
  .quick-student-register .seg-mdl-textfield label,
.login .seg-mdl-textfield label {
    color: #CCC;
  }

  .login .seg-mdl-textfield,
.login .seg-mdl-passwordfield,
.lost-password-reset .seg-mdl-textfield,
.lost-password-reset .seg-mdl-passwordfield {
    background-color: #FFF;
    border: 1px solid #CCC;
  }
  .login .seg-mdl-textfield label,
.login .seg-mdl-passwordfield label,
.lost-password-reset .seg-mdl-textfield label,
.lost-password-reset .seg-mdl-passwordfield label {
    color: #ccc !important;
  }
  .login .seg-mdl-textfield input,
.login .seg-mdl-passwordfield input,
.lost-password-reset .seg-mdl-textfield input,
.lost-password-reset .seg-mdl-passwordfield input {
    color: #000;
  }
}
@media screen and (max-height: 670px) {
  .quick-student-register {
    margin-top: -32px;
  }
}
@media screen and (max-height: 654px) {
  .quick-student-register.active {
    margin-top: -32px;
  }

  .heateor_sl_login_container {
    padding-top: 16px;
  }
}
@media screen and (max-height: 600px) {
  .quick-student-register.active {
    margin-top: -170px !important;
  }
}
@media all and (max-width: 1300px) {
  .device-desktop.student-form-active .login-wrapper.welcome-page-content .right-side-copy, .device-desktop.provider-form-active .login-wrapper.welcome-page-content .right-side-copy {
    top: 280px;
  }
}
.device-tablet:not(.tablet-landscape).page-my-account.my-account .container {
  margin-top: 0px;
  padding-top: 0px;
}
.device-tablet:not(.tablet-landscape) .login-wrapper .form-panel-wrapper.glass .registration-container .registration-options {
  width: 360px;
}
.device-tablet:not(.tablet-landscape) .login-wrapper .right-side-copy {
  transform: translateY(-15%);
}
.device-tablet:not(.tablet-landscape).student-form-active .login-wrapper.welcome-page-content .right-side-copy, .device-tablet:not(.tablet-landscape).provider-form-active .login-wrapper.welcome-page-content .right-side-copy {
  width: 480px;
  transform: translateY(0%);
  top: 280px;
}
.device-tablet:not(.tablet-landscape).student-form-active .welcome-image-wrapper .left-side, .device-tablet:not(.tablet-landscape).provider-form-active .welcome-image-wrapper .left-side {
  clip-path: polygon(0 0, 66% 0, 0 66%, 0% 66%);
}
.device-tablet:not(.tablet-landscape).student-form-active .welcome-image-wrapper .right-side, .device-tablet:not(.tablet-landscape).provider-form-active .welcome-image-wrapper .right-side {
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0% 66%, 66% 0);
}
.device-tablet:not(.tablet-landscape).student-form-active .welcome-page-content .line-wrap, .device-tablet:not(.tablet-landscape).provider-form-active .welcome-page-content .line-wrap {
  shape-outside: polygon(100% 0, 100% 100%, 0% 100%, 0% 60%, calc(66.66% - 14px) 0);
}
.device-tablet.tablet-landscape .login-wrapper .right-side-copy {
  transform: translateY(-15%);
}
.device-tablet.tablet-landscape.student-form-active .login-wrapper.welcome-page-content .right-side-copy, .device-tablet.tablet-landscape.provider-form-active .login-wrapper.welcome-page-content .right-side-copy {
  width: 600px;
  transform: translateY(0%);
  top: 280px;
}
.device-tablet.tablet-landscape.student-form-active .welcome-image-wrapper .left-side, .device-tablet.tablet-landscape.provider-form-active .welcome-image-wrapper .left-side {
  clip-path: polygon(0 0, 66% 0, 0 66%, 0% 66%);
}
.device-tablet.tablet-landscape.student-form-active .welcome-image-wrapper .right-side, .device-tablet.tablet-landscape.provider-form-active .welcome-image-wrapper .right-side {
  clip-path: polygon(100% 0, 100% 100%, 0% 100%, 0% 66%, 66% 0);
}
.device-tablet.tablet-landscape.student-form-active .welcome-page-content .line-wrap, .device-tablet.tablet-landscape.provider-form-active .welcome-page-content .line-wrap {
  shape-outside: polygon(100% 0, 100% 100%, 0% 100%, 0% 60%, calc(66.66% - 14px) 0);
}

@media all and (max-height: 505px) {
  .device-tablet.tablet-landscape .left-side {
    clip-path: polygon(0 0, calc(100% - 300px) 0, 200px 100%, 0 100%);
  }
  .device-tablet.tablet-landscape .right-side {
    clip-path: polygon(100% 0, 100% 100%, 200px 100%, calc(100% - 300px) 0);
  }
  .device-tablet.tablet-landscape .welcome-page-content .line-wrap {
    shape-outside: polygon(100% 0, 100% 100%, calc(20% + 40px) 100%, calc(60.66% - 14px) 0);
  }
  .device-tablet.tablet-landscape .login-wrapper .right-side-copy {
    transform: translateY(-40%);
  }
  .device-tablet.tablet-landscape.student-form-active .welcome-image-wrapper .left-side, .device-tablet.tablet-landscape.provider-form-active .welcome-image-wrapper .left-side {
    clip-path: polygon(0 0, 100% 0, 100% 200px, 0% 200px);
  }
  .device-tablet.tablet-landscape.student-form-active .welcome-image-wrapper .left-side img, .device-tablet.tablet-landscape.provider-form-active .welcome-image-wrapper .left-side img {
    height: auto;
    width: 100%;
    max-width: initial;
  }
  .device-tablet.tablet-landscape.student-form-active .welcome-image-wrapper .right-side, .device-tablet.tablet-landscape.provider-form-active .welcome-image-wrapper .right-side {
    clip-path: polygon(0% 0, 0% 0%, 0% 0%, 0% 0%, 0% 0);
  }
  .device-tablet.tablet-landscape.student-form-active .welcome-image-wrapper .right-side img, .device-tablet.tablet-landscape.provider-form-active .welcome-image-wrapper .right-side img {
    display: none;
  }
  .device-tablet.tablet-landscape.student-form-active .welcome-page-content .line-wrap, .device-tablet.tablet-landscape.provider-form-active .welcome-page-content .line-wrap {
    display: none;
  }
  .device-tablet.tablet-landscape.student-form-active .login-wrapper.welcome-page-content .right-side-copy, .device-tablet.tablet-landscape.provider-form-active .login-wrapper.welcome-page-content .right-side-copy {
    transform: translateY(0);
    width: 100%;
  }
  .device-tablet.tablet-landscape.student-form-active .login-wrapper .form-panel-wrapper, .device-tablet.tablet-landscape.provider-form-active .login-wrapper .form-panel-wrapper {
    margin-block: 40px;
  }
  .device-tablet.tablet-landscape.student-form-active .form-buttons-wrapper, .device-tablet.tablet-landscape.provider-form-active .form-buttons-wrapper {
    padding-top: 10%;
  }
  .device-tablet.tablet-landscape.student-form-active .form-buttons-wrapper button, .device-tablet.tablet-landscape.provider-form-active .form-buttons-wrapper button {
    min-width: 100%;
  }
}
.device-mobile.page-my-account.my-account .container,
.device-mobile.mobile-landscape.page-my-account.my-account .container {
  margin-top: 0px;
}
.device-mobile .welcome-image-wrapper .left-side,
.device-mobile.mobile-landscape .welcome-image-wrapper .left-side {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.device-mobile .welcome-image-wrapper .left-side img,
.device-mobile.mobile-landscape .welcome-image-wrapper .left-side img {
  height: 100%;
  width: auto;
  max-width: initial;
}
.device-mobile .welcome-image-wrapper .right-side,
.device-mobile.mobile-landscape .welcome-image-wrapper .right-side {
  clip-path: polygon(0% 0, 0% 0%, 0% 0%, 0% 0%, 0% 0);
}
.device-mobile .welcome-image-wrapper .right-side img,
.device-mobile.mobile-landscape .welcome-image-wrapper .right-side img {
  display: none;
}
.device-mobile .login-wrapper.welcome-page-content,
.device-mobile.mobile-landscape .login-wrapper.welcome-page-content {
  padding: 15px 20px 20px;
}
.device-mobile .login-wrapper.welcome-page-content .right-side-copy p,
.device-mobile.mobile-landscape .login-wrapper.welcome-page-content .right-side-copy p {
  min-width: 100%;
  text-align: left;
  line-height: 1.4;
}
.device-mobile .login-wrapper.welcome-page-content .right-side-copy p.or-action,
.device-mobile.mobile-landscape .login-wrapper.welcome-page-content .right-side-copy p.or-action {
  text-align: center;
  margin-left: 0px !important;
}
.device-mobile .login-wrapper.welcome-page-content .button-facebook p,
.device-mobile .login-wrapper.welcome-page-content .button-google p,
.device-mobile.mobile-landscape .login-wrapper.welcome-page-content .button-facebook p,
.device-mobile.mobile-landscape .login-wrapper.welcome-page-content .button-google p {
  text-align: center;
}
.device-mobile .login-wrapper .resp-mobile .social-wrapper,
.device-mobile.mobile-landscape .login-wrapper .resp-mobile .social-wrapper {
  margin-block: 0;
}
.device-mobile .login-wrapper .line-wrap,
.device-mobile.mobile-landscape .login-wrapper .line-wrap {
  shape-outside: polygon(100% 0px, 100% 100%, 0% 100%, 0 60%, 29% 0);
}
.device-mobile .login-wrapper .left-side-copy,
.device-mobile.mobile-landscape .login-wrapper .left-side-copy {
  display: flex;
  height: auto;
}
.device-mobile .login-wrapper .left-side-copy .welcome-title,
.device-mobile.mobile-landscape .login-wrapper .left-side-copy .welcome-title {
  margin-top: 0;
  margin-block: 10px 30px;
}
.device-mobile .login-wrapper .left-side-copy .welcome-punchline,
.device-mobile.mobile-landscape .login-wrapper .left-side-copy .welcome-punchline {
  display: none;
}
.device-mobile .login-wrapper.welcome-page-content .right-side-copy,
.device-mobile.mobile-landscape .login-wrapper.welcome-page-content .right-side-copy {
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
  margin-bottom: 0;
  width: 100%;
}
.device-mobile .login-wrapper .welcome-copy,
.device-mobile.mobile-landscape .login-wrapper .welcome-copy {
  flex-wrap: wrap;
  max-height: calc(100vh - 90px);
}
.device-mobile .login-wrapper .form-panel-wrapper .form-tabs,
.device-mobile.mobile-landscape .login-wrapper .form-panel-wrapper .form-tabs {
  width: 100%;
}
.device-mobile .login-wrapper .form-panel-wrapper .form-tabs button,
.device-mobile.mobile-landscape .login-wrapper .form-panel-wrapper .form-tabs button {
  min-width: calc(50% - 12px);
}
.device-mobile .login-wrapper .form-panel-wrapper .form-panel,
.device-mobile.mobile-landscape .login-wrapper .form-panel-wrapper .form-panel {
  width: 360px;
}
.device-mobile .login-wrapper .form-panel-wrapper .form-panel .seg-mdl-textfield,
.device-mobile.mobile-landscape .login-wrapper .form-panel-wrapper .form-panel .seg-mdl-textfield {
  width: 100%;
}
.device-mobile .login-wrapper .form-panel-wrapper.glass .registration-container .register-text,
.device-mobile.mobile-landscape .login-wrapper .form-panel-wrapper.glass .registration-container .register-text {
  padding-block: 10px;
}
.device-mobile .login-wrapper .form-panel-wrapper.glass .registration-container .register-text > *,
.device-mobile.mobile-landscape .login-wrapper .form-panel-wrapper.glass .registration-container .register-text > * {
  padding-bottom: 0px;
}
.device-mobile.student-form-active .welcome-image-wrapper .left-side, .device-mobile.provider-form-active .welcome-image-wrapper .left-side,
.device-mobile.mobile-landscape.student-form-active .welcome-image-wrapper .left-side,
.device-mobile.mobile-landscape.provider-form-active .welcome-image-wrapper .left-side {
  clip-path: polygon(0 0, 100% 0, 100% 160px, 0% 160px);
}
.device-mobile.student-form-active .login-wrapper .form-panel-wrapper, .device-mobile.provider-form-active .login-wrapper .form-panel-wrapper,
.device-mobile.mobile-landscape.student-form-active .login-wrapper .form-panel-wrapper,
.device-mobile.mobile-landscape.provider-form-active .login-wrapper .form-panel-wrapper {
  margin-block: 40px;
}
.device-mobile.student-form-active .form-buttons-wrapper, .device-mobile.provider-form-active .form-buttons-wrapper,
.device-mobile.mobile-landscape.student-form-active .form-buttons-wrapper,
.device-mobile.mobile-landscape.provider-form-active .form-buttons-wrapper {
  padding-top: 10%;
}
.device-mobile.student-form-active .form-buttons-wrapper button, .device-mobile.provider-form-active .form-buttons-wrapper button,
.device-mobile.mobile-landscape.student-form-active .form-buttons-wrapper button,
.device-mobile.mobile-landscape.provider-form-active .form-buttons-wrapper button {
  min-width: 100%;
}
.device-mobile.student-form-active .student-form .student-register-form,
.device-mobile.student-form-active .provider-form .student-register-form, .device-mobile.provider-form-active .student-form .student-register-form,
.device-mobile.provider-form-active .provider-form .student-register-form,
.device-mobile.mobile-landscape.student-form-active .student-form .student-register-form,
.device-mobile.mobile-landscape.student-form-active .provider-form .student-register-form,
.device-mobile.mobile-landscape.provider-form-active .student-form .student-register-form,
.device-mobile.mobile-landscape.provider-form-active .provider-form .student-register-form {
  width: 100%;
}
.device-mobile.mobile-landscape.device-mobile .login-wrapper .line-wrap,
.device-mobile.mobile-landscape.mobile-landscape.device-mobile .login-wrapper .line-wrap {
  display: none;
}
.device-mobile.mobile-landscape.device-mobile:not(.student-form-active):not(.provider-form-active) .welcome-image-wrapper,
.device-mobile.mobile-landscape.mobile-landscape.device-mobile:not(.student-form-active):not(.provider-form-active) .welcome-image-wrapper {
  position: fixed;
}

/*# sourceMappingURL=style-password.css.map */
