@charset "UTF-8";
/*!
Theme Name: NLP UK Training
Theme URI: https://nlpuktraining.com
Author: Include Creative
Author URI: http://www.includecreative.com
Description: A Wordpress theme for the NLP UK Training (Quality Culture) - Design, HTML, CSS, JS and Wordpress development by Include Creative.
Version: 2.0.9
*/
textarea,
input[type="text"],
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

.hide {
  display: none;
}

.container-no-padding {
  padding: 0px !important;
  margin: 0px !important;
}

@media screen and (max-width: 768px) {
  #wpadminbar {
    display: none !important;
  }
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  background-color: white;
  font-family: proxima-nova, sans-serif;
  color: #393939;
  position: relative;
  overflow-x: hidden;
}

body p {
  font-size: 12pt;
}
@media screen and (max-width: 768px) {
  body.admin-bar {
    margin-top: -46px !important;
  }
}

@media screen and (max-width: 1215px) {
  .container {
    padding: 0px 20px;
  }
  .container.full {
    padding: 0px;
  }
}

@media screen and (max-width: 768px) {
  .reverse-columns {
    flex-direction: column-reverse;
    display: flex;
  }
}

.browsehappy {
  background-color: #fcf8e3;
  padding: 10px;
  text-align: center;
  border-bottom: 2px solid #faf2cc;
  color: #8a6d3b;
  font-size: 10pt;
  line-height: 16pt;
  margin: 0px;
}
.browsehappy a {
  color: #8a6d3b;
  text-decoration: underline;
  font-weight: bold;
}

.wrapper {
  position: relative;
  z-index: 20; /* Make sure this is higher than #menu */
}

.clearfix {
  clear: both;
}

.screen-reader-text {
  display: none;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

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

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  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;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*! bulma.io v0.8.0 | MIT License | github.com/jgthms/bulma */
@keyframes spinAround {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.is-unselectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.level:not(:last-child) {
  margin-bottom: 1.5rem;
}

.is-overlay {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.is-clearfix::after {
  clear: both;
  content: " ";
  display: table;
}

.is-pulled-left {
  float: left !important;
}

.is-pulled-right {
  float: right !important;
}

.is-clipped {
  overflow: hidden !important;
}

.is-size-1 {
  font-size: 3rem !important;
}

.is-size-2 {
  font-size: 2.5rem !important;
}

.is-size-3 {
  font-size: 2rem !important;
}

.is-size-4 {
  font-size: 1.5rem !important;
}

.is-size-5 {
  font-size: 1.25rem !important;
}

.is-size-6 {
  font-size: 1rem !important;
}

.is-size-7 {
  font-size: 0.75rem !important;
}

@media screen and (max-width: 768px) {
  .is-size-1-mobile {
    font-size: 3rem !important;
  }
  .is-size-2-mobile {
    font-size: 2.5rem !important;
  }
  .is-size-3-mobile {
    font-size: 2rem !important;
  }
  .is-size-4-mobile {
    font-size: 1.5rem !important;
  }
  .is-size-5-mobile {
    font-size: 1.25rem !important;
  }
  .is-size-6-mobile {
    font-size: 1rem !important;
  }
  .is-size-7-mobile {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-size-1-tablet {
    font-size: 3rem !important;
  }
  .is-size-2-tablet {
    font-size: 2.5rem !important;
  }
  .is-size-3-tablet {
    font-size: 2rem !important;
  }
  .is-size-4-tablet {
    font-size: 1.5rem !important;
  }
  .is-size-5-tablet {
    font-size: 1.25rem !important;
  }
  .is-size-6-tablet {
    font-size: 1rem !important;
  }
  .is-size-7-tablet {
    font-size: 0.75rem !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-size-1-touch {
    font-size: 3rem !important;
  }
  .is-size-2-touch {
    font-size: 2.5rem !important;
  }
  .is-size-3-touch {
    font-size: 2rem !important;
  }
  .is-size-4-touch {
    font-size: 1.5rem !important;
  }
  .is-size-5-touch {
    font-size: 1.25rem !important;
  }
  .is-size-6-touch {
    font-size: 1rem !important;
  }
  .is-size-7-touch {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-size-1-desktop {
    font-size: 3rem !important;
  }
  .is-size-2-desktop {
    font-size: 2.5rem !important;
  }
  .is-size-3-desktop {
    font-size: 2rem !important;
  }
  .is-size-4-desktop {
    font-size: 1.5rem !important;
  }
  .is-size-5-desktop {
    font-size: 1.25rem !important;
  }
  .is-size-6-desktop {
    font-size: 1rem !important;
  }
  .is-size-7-desktop {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-size-1-widescreen {
    font-size: 3rem !important;
  }
  .is-size-2-widescreen {
    font-size: 2.5rem !important;
  }
  .is-size-3-widescreen {
    font-size: 2rem !important;
  }
  .is-size-4-widescreen {
    font-size: 1.5rem !important;
  }
  .is-size-5-widescreen {
    font-size: 1.25rem !important;
  }
  .is-size-6-widescreen {
    font-size: 1rem !important;
  }
  .is-size-7-widescreen {
    font-size: 0.75rem !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-size-1-fullhd {
    font-size: 3rem !important;
  }
  .is-size-2-fullhd {
    font-size: 2.5rem !important;
  }
  .is-size-3-fullhd {
    font-size: 2rem !important;
  }
  .is-size-4-fullhd {
    font-size: 1.5rem !important;
  }
  .is-size-5-fullhd {
    font-size: 1.25rem !important;
  }
  .is-size-6-fullhd {
    font-size: 1rem !important;
  }
  .is-size-7-fullhd {
    font-size: 0.75rem !important;
  }
}
.has-text-centered {
  text-align: center !important;
}

.has-text-justified {
  text-align: justify !important;
}

.has-text-left {
  text-align: left !important;
}

.has-text-right {
  text-align: right !important;
}

@media screen and (max-width: 768px) {
  .has-text-centered-mobile {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-centered-tablet {
    text-align: center !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-centered-tablet-only {
    text-align: center !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-centered-touch {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-centered-desktop {
    text-align: center !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-centered-desktop-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-centered-widescreen {
    text-align: center !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-centered-widescreen-only {
    text-align: center !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-centered-fullhd {
    text-align: center !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-justified-mobile {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-justified-tablet {
    text-align: justify !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-justified-tablet-only {
    text-align: justify !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-justified-touch {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-justified-desktop {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-justified-desktop-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-justified-widescreen {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-justified-widescreen-only {
    text-align: justify !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-justified-fullhd {
    text-align: justify !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-left-mobile {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-left-tablet {
    text-align: left !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-left-tablet-only {
    text-align: left !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-left-touch {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-left-desktop {
    text-align: left !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-left-desktop-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-left-widescreen {
    text-align: left !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-left-widescreen-only {
    text-align: left !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-left-fullhd {
    text-align: left !important;
  }
}
@media screen and (max-width: 768px) {
  .has-text-right-mobile {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px), print {
  .has-text-right-tablet {
    text-align: right !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .has-text-right-tablet-only {
    text-align: right !important;
  }
}
@media screen and (max-width: 1023px) {
  .has-text-right-touch {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) {
  .has-text-right-desktop {
    text-align: right !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .has-text-right-desktop-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) {
  .has-text-right-widescreen {
    text-align: right !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .has-text-right-widescreen-only {
    text-align: right !important;
  }
}
@media screen and (min-width: 1408px) {
  .has-text-right-fullhd {
    text-align: right !important;
  }
}
.is-capitalized {
  text-transform: capitalize !important;
}

.is-lowercase {
  text-transform: lowercase !important;
}

.is-uppercase {
  text-transform: uppercase !important;
}

.is-italic {
  font-style: italic !important;
}

.has-text-white {
  color: white !important;
}

a.has-text-white:hover,
a.has-text-white:focus {
  color: #e6e6e6 !important;
}

.has-background-white {
  background-color: white !important;
}

.has-text-black {
  color: #0a0a0a !important;
}

a.has-text-black:hover,
a.has-text-black:focus {
  color: black !important;
}

.has-background-black {
  background-color: #0a0a0a !important;
}

.has-text-light {
  color: whitesmoke !important;
}

a.has-text-light:hover,
a.has-text-light:focus {
  color: #dbdbdb !important;
}

.has-background-light {
  background-color: whitesmoke !important;
}

.has-text-dark {
  color: #363636 !important;
}

a.has-text-dark:hover,
a.has-text-dark:focus {
  color: #1c1c1c !important;
}

.has-background-dark {
  background-color: #363636 !important;
}

.has-text-primary {
  color: #00d1b2 !important;
}

a.has-text-primary:hover,
a.has-text-primary:focus {
  color: #009e86 !important;
}

.has-background-primary {
  background-color: #00d1b2 !important;
}

.has-text-link {
  color: #3273dc !important;
}

a.has-text-link:hover,
a.has-text-link:focus {
  color: #205bbc !important;
}

.has-background-link {
  background-color: #3273dc !important;
}

.has-text-info {
  color: #3298dc !important;
}

a.has-text-info:hover,
a.has-text-info:focus {
  color: #207dbc !important;
}

.has-background-info {
  background-color: #3298dc !important;
}

.has-text-success {
  color: #48c774 !important;
}

a.has-text-success:hover,
a.has-text-success:focus {
  color: #34a85c !important;
}

.has-background-success {
  background-color: #48c774 !important;
}

.has-text-warning {
  color: #ffdd57 !important;
}

a.has-text-warning:hover,
a.has-text-warning:focus {
  color: #ffd324 !important;
}

.has-background-warning {
  background-color: #ffdd57 !important;
}

.has-text-danger {
  color: #f14668 !important;
}

a.has-text-danger:hover,
a.has-text-danger:focus {
  color: #ee1742 !important;
}

.has-background-danger {
  background-color: #f14668 !important;
}

.has-text-black-bis {
  color: #121212 !important;
}

.has-background-black-bis {
  background-color: #121212 !important;
}

.has-text-black-ter {
  color: #242424 !important;
}

.has-background-black-ter {
  background-color: #242424 !important;
}

.has-text-grey-darker {
  color: #363636 !important;
}

.has-background-grey-darker {
  background-color: #363636 !important;
}

.has-text-grey-dark {
  color: #4a4a4a !important;
}

.has-background-grey-dark {
  background-color: #4a4a4a !important;
}

.has-text-grey {
  color: #7a7a7a !important;
}

.has-background-grey {
  background-color: #7a7a7a !important;
}

.has-text-grey-light {
  color: #b5b5b5 !important;
}

.has-background-grey-light {
  background-color: #b5b5b5 !important;
}

.has-text-grey-lighter {
  color: #dbdbdb !important;
}

.has-background-grey-lighter {
  background-color: #dbdbdb !important;
}

.has-text-white-ter {
  color: whitesmoke !important;
}

.has-background-white-ter {
  background-color: whitesmoke !important;
}

.has-text-white-bis {
  color: #fafafa !important;
}

.has-background-white-bis {
  background-color: #fafafa !important;
}

.has-text-weight-light {
  font-weight: 300 !important;
}

.has-text-weight-normal {
  font-weight: 400 !important;
}

.has-text-weight-medium {
  font-weight: 500 !important;
}

.has-text-weight-semibold {
  font-weight: 600 !important;
}

.has-text-weight-bold {
  font-weight: 700 !important;
}

.is-family-primary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif !important;
}

.is-family-secondary {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif !important;
}

.is-family-sans-serif {
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", "Roboto", "Oxygen",
    "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue",
    "Helvetica", "Arial", sans-serif !important;
}

.is-family-monospace {
  font-family: monospace !important;
}

.is-family-code {
  font-family: monospace !important;
}

.is-block {
  display: block !important;
}

@media screen and (max-width: 768px) {
  .is-block-mobile {
    display: block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-block-tablet {
    display: block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-block-tablet-only {
    display: block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-block-touch {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-block-desktop {
    display: block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-block-desktop-only {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-block-widescreen {
    display: block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-block-widescreen-only {
    display: block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-block-fullhd {
    display: block !important;
  }
}
.is-flex {
  display: flex !important;
}

@media screen and (max-width: 768px) {
  .is-flex-mobile {
    display: flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-flex-tablet {
    display: flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-flex-tablet-only {
    display: flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-flex-touch {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-flex-desktop {
    display: flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-flex-desktop-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-flex-widescreen {
    display: flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-flex-widescreen-only {
    display: flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-flex-fullhd {
    display: flex !important;
  }
}
.is-inline {
  display: inline !important;
}

@media screen and (max-width: 768px) {
  .is-inline-mobile {
    display: inline !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-tablet {
    display: inline !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-tablet-only {
    display: inline !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-touch {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-desktop {
    display: inline !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-desktop-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-widescreen {
    display: inline !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-widescreen-only {
    display: inline !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-fullhd {
    display: inline !important;
  }
}
.is-inline-block {
  display: inline-block !important;
}

@media screen and (max-width: 768px) {
  .is-inline-block-mobile {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-block-tablet {
    display: inline-block !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-block-tablet-only {
    display: inline-block !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-block-touch {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-block-desktop {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-block-desktop-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-block-widescreen {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-block-widescreen-only {
    display: inline-block !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-block-fullhd {
    display: inline-block !important;
  }
}
.is-inline-flex {
  display: inline-flex !important;
}

@media screen and (max-width: 768px) {
  .is-inline-flex-mobile {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-inline-flex-tablet {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-inline-flex-tablet-only {
    display: inline-flex !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-inline-flex-touch {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-inline-flex-desktop {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-inline-flex-desktop-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-inline-flex-widescreen {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-inline-flex-widescreen-only {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-inline-flex-fullhd {
    display: inline-flex !important;
  }
}
.is-hidden {
  display: none !important;
}

.is-sr-only {
  border: none !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 0.01em !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 0.01em !important;
}

@media screen and (max-width: 768px) {
  .is-hidden-mobile {
    display: none !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-hidden-tablet {
    display: none !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-hidden-tablet-only {
    display: none !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-hidden-touch {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-hidden-desktop {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-hidden-desktop-only {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-hidden-widescreen {
    display: none !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-hidden-widescreen-only {
    display: none !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-hidden-fullhd {
    display: none !important;
  }
}
.is-invisible {
  visibility: hidden !important;
}

@media screen and (max-width: 768px) {
  .is-invisible-mobile {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px), print {
  .is-invisible-tablet {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .is-invisible-tablet-only {
    visibility: hidden !important;
  }
}
@media screen and (max-width: 1023px) {
  .is-invisible-touch {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) {
  .is-invisible-desktop {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .is-invisible-desktop-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) {
  .is-invisible-widescreen {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .is-invisible-widescreen-only {
    visibility: hidden !important;
  }
}
@media screen and (min-width: 1408px) {
  .is-invisible-fullhd {
    visibility: hidden !important;
  }
}
.is-marginless {
  margin: 0 !important;
}

.is-paddingless {
  padding: 0 !important;
}

.is-radiusless {
  border-radius: 0 !important;
}

.is-shadowless {
  box-shadow: none !important;
}

.is-relative {
  position: relative !important;
}

.container {
  flex-grow: 1;
  margin: 0 auto;
  position: relative;
  width: auto;
}

.container.is-fluid {
  max-width: none;
  padding-left: 32px;
  padding-right: 32px;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .container {
    max-width: 960px;
  }
}
@media screen and (max-width: 1215px) {
  .container.is-widescreen {
    max-width: 1152px;
  }
}
@media screen and (max-width: 1407px) {
  .container.is-fullhd {
    max-width: 1344px;
  }
}
@media screen and (min-width: 1216px) {
  .container {
    max-width: 1152px;
  }
}
@media screen and (min-width: 1408px) {
  .container {
    max-width: 1344px;
  }
}
.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
  padding: 0.75rem;
}

.columns.is-mobile > .column.is-narrow {
  flex: none;
}

.columns.is-mobile > .column.is-full {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-three-quarters {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-two-thirds {
  flex: none;
  width: 66.6666%;
}

.columns.is-mobile > .column.is-half {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-one-third {
  flex: none;
  width: 33.3333%;
}

.columns.is-mobile > .column.is-one-quarter {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-one-fifth {
  flex: none;
  width: 20%;
}

.columns.is-mobile > .column.is-two-fifths {
  flex: none;
  width: 40%;
}

.columns.is-mobile > .column.is-three-fifths {
  flex: none;
  width: 60%;
}

.columns.is-mobile > .column.is-four-fifths {
  flex: none;
  width: 80%;
}

.columns.is-mobile > .column.is-offset-three-quarters {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-offset-two-thirds {
  margin-left: 66.6666%;
}

.columns.is-mobile > .column.is-offset-half {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-offset-one-third {
  margin-left: 33.3333%;
}

.columns.is-mobile > .column.is-offset-one-quarter {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-offset-one-fifth {
  margin-left: 20%;
}

.columns.is-mobile > .column.is-offset-two-fifths {
  margin-left: 40%;
}

.columns.is-mobile > .column.is-offset-three-fifths {
  margin-left: 60%;
}

.columns.is-mobile > .column.is-offset-four-fifths {
  margin-left: 80%;
}

.columns.is-mobile > .column.is-0 {
  flex: none;
  width: 0%;
}

.columns.is-mobile > .column.is-offset-0 {
  margin-left: 0%;
}

.columns.is-mobile > .column.is-1 {
  flex: none;
  width: 8.3333333333%;
}

.columns.is-mobile > .column.is-offset-1 {
  margin-left: 8.3333333333%;
}

.columns.is-mobile > .column.is-2 {
  flex: none;
  width: 16.6666666667%;
}

.columns.is-mobile > .column.is-offset-2 {
  margin-left: 16.6666666667%;
}

.columns.is-mobile > .column.is-3 {
  flex: none;
  width: 25%;
}

.columns.is-mobile > .column.is-offset-3 {
  margin-left: 25%;
}

.columns.is-mobile > .column.is-4 {
  flex: none;
  width: 33.3333333333%;
}

.columns.is-mobile > .column.is-offset-4 {
  margin-left: 33.3333333333%;
}

.columns.is-mobile > .column.is-5 {
  flex: none;
  width: 41.6666666667%;
}

.columns.is-mobile > .column.is-offset-5 {
  margin-left: 41.6666666667%;
}

.columns.is-mobile > .column.is-6 {
  flex: none;
  width: 50%;
}

.columns.is-mobile > .column.is-offset-6 {
  margin-left: 50%;
}

.columns.is-mobile > .column.is-7 {
  flex: none;
  width: 58.3333333333%;
}

.columns.is-mobile > .column.is-offset-7 {
  margin-left: 58.3333333333%;
}

.columns.is-mobile > .column.is-8 {
  flex: none;
  width: 66.6666666667%;
}

.columns.is-mobile > .column.is-offset-8 {
  margin-left: 66.6666666667%;
}

.columns.is-mobile > .column.is-9 {
  flex: none;
  width: 75%;
}

.columns.is-mobile > .column.is-offset-9 {
  margin-left: 75%;
}

.columns.is-mobile > .column.is-10 {
  flex: none;
  width: 83.3333333333%;
}

.columns.is-mobile > .column.is-offset-10 {
  margin-left: 83.3333333333%;
}

.columns.is-mobile > .column.is-11 {
  flex: none;
  width: 91.6666666667%;
}

.columns.is-mobile > .column.is-offset-11 {
  margin-left: 91.6666666667%;
}

.columns.is-mobile > .column.is-12 {
  flex: none;
  width: 100%;
}

.columns.is-mobile > .column.is-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.is-narrow-mobile {
    flex: none;
  }
  .column.is-full-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-mobile {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-mobile {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-mobile {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-mobile {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-mobile {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-mobile {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-mobile {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-mobile {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-mobile {
    margin-left: 50%;
  }
  .column.is-offset-one-third-mobile {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-mobile {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-mobile {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-mobile {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-mobile {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-mobile {
    margin-left: 80%;
  }
  .column.is-0-mobile {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-mobile {
    margin-left: 0%;
  }
  .column.is-1-mobile {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-mobile {
    margin-left: 8.3333333333%;
  }
  .column.is-2-mobile {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-mobile {
    margin-left: 16.6666666667%;
  }
  .column.is-3-mobile {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-mobile {
    margin-left: 25%;
  }
  .column.is-4-mobile {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-mobile {
    margin-left: 33.3333333333%;
  }
  .column.is-5-mobile {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-mobile {
    margin-left: 41.6666666667%;
  }
  .column.is-6-mobile {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-mobile {
    margin-left: 50%;
  }
  .column.is-7-mobile {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-mobile {
    margin-left: 58.3333333333%;
  }
  .column.is-8-mobile {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-mobile {
    margin-left: 66.6666666667%;
  }
  .column.is-9-mobile {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-mobile {
    margin-left: 75%;
  }
  .column.is-10-mobile {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-mobile {
    margin-left: 83.3333333333%;
  }
  .column.is-11-mobile {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-mobile {
    margin-left: 91.6666666667%;
  }
  .column.is-12-mobile {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-mobile {
    margin-left: 100%;
  }
}
@media screen and (min-width: 769px), print {
  .column.is-narrow,
  .column.is-narrow-tablet {
    flex: none;
  }
  .column.is-full,
  .column.is-full-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters,
  .column.is-three-quarters-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds,
  .column.is-two-thirds-tablet {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half,
  .column.is-half-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-one-third,
  .column.is-one-third-tablet {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter,
  .column.is-one-quarter-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth,
  .column.is-one-fifth-tablet {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths,
  .column.is-two-fifths-tablet {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths,
  .column.is-three-fifths-tablet {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths,
  .column.is-four-fifths-tablet {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters,
  .column.is-offset-three-quarters-tablet {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds,
  .column.is-offset-two-thirds-tablet {
    margin-left: 66.6666%;
  }
  .column.is-offset-half,
  .column.is-offset-half-tablet {
    margin-left: 50%;
  }
  .column.is-offset-one-third,
  .column.is-offset-one-third-tablet {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter,
  .column.is-offset-one-quarter-tablet {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth,
  .column.is-offset-one-fifth-tablet {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths,
  .column.is-offset-two-fifths-tablet {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths,
  .column.is-offset-three-fifths-tablet {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths,
  .column.is-offset-four-fifths-tablet {
    margin-left: 80%;
  }
  .column.is-0,
  .column.is-0-tablet {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0,
  .column.is-offset-0-tablet {
    margin-left: 0%;
  }
  .column.is-1,
  .column.is-1-tablet {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1,
  .column.is-offset-1-tablet {
    margin-left: 8.3333333333%;
  }
  .column.is-2,
  .column.is-2-tablet {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2,
  .column.is-offset-2-tablet {
    margin-left: 16.6666666667%;
  }
  .column.is-3,
  .column.is-3-tablet {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3,
  .column.is-offset-3-tablet {
    margin-left: 25%;
  }
  .column.is-4,
  .column.is-4-tablet {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4,
  .column.is-offset-4-tablet {
    margin-left: 33.3333333333%;
  }
  .column.is-5,
  .column.is-5-tablet {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5,
  .column.is-offset-5-tablet {
    margin-left: 41.6666666667%;
  }
  .column.is-6,
  .column.is-6-tablet {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6,
  .column.is-offset-6-tablet {
    margin-left: 50%;
  }
  .column.is-7,
  .column.is-7-tablet {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7,
  .column.is-offset-7-tablet {
    margin-left: 58.3333333333%;
  }
  .column.is-8,
  .column.is-8-tablet {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8,
  .column.is-offset-8-tablet {
    margin-left: 66.6666666667%;
  }
  .column.is-9,
  .column.is-9-tablet {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9,
  .column.is-offset-9-tablet {
    margin-left: 75%;
  }
  .column.is-10,
  .column.is-10-tablet {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10,
  .column.is-offset-10-tablet {
    margin-left: 83.3333333333%;
  }
  .column.is-11,
  .column.is-11-tablet {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11,
  .column.is-offset-11-tablet {
    margin-left: 91.6666666667%;
  }
  .column.is-12,
  .column.is-12-tablet {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12,
  .column.is-offset-12-tablet {
    margin-left: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .column.is-narrow-touch {
    flex: none;
  }
  .column.is-full-touch {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-touch {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-touch {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-touch {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-touch {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-touch {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-touch {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-touch {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-touch {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-touch {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-touch {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-touch {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-touch {
    margin-left: 50%;
  }
  .column.is-offset-one-third-touch {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-touch {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-touch {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-touch {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-touch {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-touch {
    margin-left: 80%;
  }
  .column.is-0-touch {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-touch {
    margin-left: 0%;
  }
  .column.is-1-touch {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-touch {
    margin-left: 8.3333333333%;
  }
  .column.is-2-touch {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-touch {
    margin-left: 16.6666666667%;
  }
  .column.is-3-touch {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-touch {
    margin-left: 25%;
  }
  .column.is-4-touch {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-touch {
    margin-left: 33.3333333333%;
  }
  .column.is-5-touch {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-touch {
    margin-left: 41.6666666667%;
  }
  .column.is-6-touch {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-touch {
    margin-left: 50%;
  }
  .column.is-7-touch {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-touch {
    margin-left: 58.3333333333%;
  }
  .column.is-8-touch {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-touch {
    margin-left: 66.6666666667%;
  }
  .column.is-9-touch {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-touch {
    margin-left: 75%;
  }
  .column.is-10-touch {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-touch {
    margin-left: 83.3333333333%;
  }
  .column.is-11-touch {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-touch {
    margin-left: 91.6666666667%;
  }
  .column.is-12-touch {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-touch {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .column.is-narrow-desktop {
    flex: none;
  }
  .column.is-full-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-desktop {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-desktop {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-desktop {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-desktop {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-desktop {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-desktop {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-desktop {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-desktop {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-desktop {
    margin-left: 50%;
  }
  .column.is-offset-one-third-desktop {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-desktop {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-desktop {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-desktop {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-desktop {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-desktop {
    margin-left: 80%;
  }
  .column.is-0-desktop {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-desktop {
    margin-left: 0%;
  }
  .column.is-1-desktop {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-desktop {
    margin-left: 8.3333333333%;
  }
  .column.is-2-desktop {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-desktop {
    margin-left: 16.6666666667%;
  }
  .column.is-3-desktop {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-desktop {
    margin-left: 25%;
  }
  .column.is-4-desktop {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-desktop {
    margin-left: 33.3333333333%;
  }
  .column.is-5-desktop {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-desktop {
    margin-left: 41.6666666667%;
  }
  .column.is-6-desktop {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-desktop {
    margin-left: 50%;
  }
  .column.is-7-desktop {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-desktop {
    margin-left: 58.3333333333%;
  }
  .column.is-8-desktop {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-desktop {
    margin-left: 66.6666666667%;
  }
  .column.is-9-desktop {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-desktop {
    margin-left: 75%;
  }
  .column.is-10-desktop {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-desktop {
    margin-left: 83.3333333333%;
  }
  .column.is-11-desktop {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-desktop {
    margin-left: 91.6666666667%;
  }
  .column.is-12-desktop {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-desktop {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1216px) {
  .column.is-narrow-widescreen {
    flex: none;
  }
  .column.is-full-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-widescreen {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-widescreen {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-widescreen {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-widescreen {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-widescreen {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-widescreen {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-widescreen {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-widescreen {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-widescreen {
    margin-left: 50%;
  }
  .column.is-offset-one-third-widescreen {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-widescreen {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-widescreen {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-widescreen {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-widescreen {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-widescreen {
    margin-left: 80%;
  }
  .column.is-0-widescreen {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-widescreen {
    margin-left: 0%;
  }
  .column.is-1-widescreen {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-widescreen {
    margin-left: 8.3333333333%;
  }
  .column.is-2-widescreen {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-widescreen {
    margin-left: 16.6666666667%;
  }
  .column.is-3-widescreen {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-widescreen {
    margin-left: 25%;
  }
  .column.is-4-widescreen {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-widescreen {
    margin-left: 33.3333333333%;
  }
  .column.is-5-widescreen {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-widescreen {
    margin-left: 41.6666666667%;
  }
  .column.is-6-widescreen {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-widescreen {
    margin-left: 50%;
  }
  .column.is-7-widescreen {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-widescreen {
    margin-left: 58.3333333333%;
  }
  .column.is-8-widescreen {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-widescreen {
    margin-left: 66.6666666667%;
  }
  .column.is-9-widescreen {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-widescreen {
    margin-left: 75%;
  }
  .column.is-10-widescreen {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-widescreen {
    margin-left: 83.3333333333%;
  }
  .column.is-11-widescreen {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-widescreen {
    margin-left: 91.6666666667%;
  }
  .column.is-12-widescreen {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-widescreen {
    margin-left: 100%;
  }
}
@media screen and (min-width: 1408px) {
  .column.is-narrow-fullhd {
    flex: none;
  }
  .column.is-full-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-three-quarters-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-two-thirds-fullhd {
    flex: none;
    width: 66.6666%;
  }
  .column.is-half-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-one-third-fullhd {
    flex: none;
    width: 33.3333%;
  }
  .column.is-one-quarter-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-one-fifth-fullhd {
    flex: none;
    width: 20%;
  }
  .column.is-two-fifths-fullhd {
    flex: none;
    width: 40%;
  }
  .column.is-three-fifths-fullhd {
    flex: none;
    width: 60%;
  }
  .column.is-four-fifths-fullhd {
    flex: none;
    width: 80%;
  }
  .column.is-offset-three-quarters-fullhd {
    margin-left: 75%;
  }
  .column.is-offset-two-thirds-fullhd {
    margin-left: 66.6666%;
  }
  .column.is-offset-half-fullhd {
    margin-left: 50%;
  }
  .column.is-offset-one-third-fullhd {
    margin-left: 33.3333%;
  }
  .column.is-offset-one-quarter-fullhd {
    margin-left: 25%;
  }
  .column.is-offset-one-fifth-fullhd {
    margin-left: 20%;
  }
  .column.is-offset-two-fifths-fullhd {
    margin-left: 40%;
  }
  .column.is-offset-three-fifths-fullhd {
    margin-left: 60%;
  }
  .column.is-offset-four-fifths-fullhd {
    margin-left: 80%;
  }
  .column.is-0-fullhd {
    flex: none;
    width: 0%;
  }
  .column.is-offset-0-fullhd {
    margin-left: 0%;
  }
  .column.is-1-fullhd {
    flex: none;
    width: 8.3333333333%;
  }
  .column.is-offset-1-fullhd {
    margin-left: 8.3333333333%;
  }
  .column.is-2-fullhd {
    flex: none;
    width: 16.6666666667%;
  }
  .column.is-offset-2-fullhd {
    margin-left: 16.6666666667%;
  }
  .column.is-3-fullhd {
    flex: none;
    width: 25%;
  }
  .column.is-offset-3-fullhd {
    margin-left: 25%;
  }
  .column.is-4-fullhd {
    flex: none;
    width: 33.3333333333%;
  }
  .column.is-offset-4-fullhd {
    margin-left: 33.3333333333%;
  }
  .column.is-5-fullhd {
    flex: none;
    width: 41.6666666667%;
  }
  .column.is-offset-5-fullhd {
    margin-left: 41.6666666667%;
  }
  .column.is-6-fullhd {
    flex: none;
    width: 50%;
  }
  .column.is-offset-6-fullhd {
    margin-left: 50%;
  }
  .column.is-7-fullhd {
    flex: none;
    width: 58.3333333333%;
  }
  .column.is-offset-7-fullhd {
    margin-left: 58.3333333333%;
  }
  .column.is-8-fullhd {
    flex: none;
    width: 66.6666666667%;
  }
  .column.is-offset-8-fullhd {
    margin-left: 66.6666666667%;
  }
  .column.is-9-fullhd {
    flex: none;
    width: 75%;
  }
  .column.is-offset-9-fullhd {
    margin-left: 75%;
  }
  .column.is-10-fullhd {
    flex: none;
    width: 83.3333333333%;
  }
  .column.is-offset-10-fullhd {
    margin-left: 83.3333333333%;
  }
  .column.is-11-fullhd {
    flex: none;
    width: 91.6666666667%;
  }
  .column.is-offset-11-fullhd {
    margin-left: 91.6666666667%;
  }
  .column.is-12-fullhd {
    flex: none;
    width: 100%;
  }
  .column.is-offset-12-fullhd {
    margin-left: 100%;
  }
}
.columns {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  margin-top: -0.75rem;
}

.columns:last-child {
  margin-bottom: -0.75rem;
}

.columns:not(:last-child) {
  margin-bottom: 0.75rem;
}

.columns.is-centered {
  justify-content: center;
}

.columns.is-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.is-gapless > .column {
  margin: 0;
  padding: 0 !important;
}

.columns.is-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.is-gapless:last-child {
  margin-bottom: 0;
}

.columns.is-mobile {
  display: flex;
}

.columns.is-multiline {
  flex-wrap: wrap;
}

.columns.is-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px), print {
  .columns:not(.is-desktop) {
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-desktop {
    display: flex;
  }
}
.columns.is-variable {
  --columnGap: 0.75rem;
  margin-left: calc(-1 * var(--columnGap));
  margin-right: calc(-1 * var(--columnGap));
}

.columns.is-variable .column {
  padding-left: var(--columnGap);
  padding-right: var(--columnGap);
}

.columns.is-variable.is-0 {
  --columnGap: 0rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-0-mobile {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-0-tablet {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-0-tablet-only {
    --columnGap: 0rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-0-touch {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-0-desktop {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-0-desktop-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-0-widescreen {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-0-widescreen-only {
    --columnGap: 0rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-0-fullhd {
    --columnGap: 0rem;
  }
}
.columns.is-variable.is-1 {
  --columnGap: 0.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-1-mobile {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-1-tablet {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-1-tablet-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-1-touch {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-1-desktop {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-1-desktop-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-1-widescreen {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-1-widescreen-only {
    --columnGap: 0.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-1-fullhd {
    --columnGap: 0.25rem;
  }
}
.columns.is-variable.is-2 {
  --columnGap: 0.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-2-mobile {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-2-tablet {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-2-tablet-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-2-touch {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-2-desktop {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-2-desktop-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-2-widescreen {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-2-widescreen-only {
    --columnGap: 0.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-2-fullhd {
    --columnGap: 0.5rem;
  }
}
.columns.is-variable.is-3 {
  --columnGap: 0.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-3-mobile {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-3-tablet {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-3-tablet-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-3-touch {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-3-desktop {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-3-desktop-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-3-widescreen {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-3-widescreen-only {
    --columnGap: 0.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-3-fullhd {
    --columnGap: 0.75rem;
  }
}
.columns.is-variable.is-4 {
  --columnGap: 1rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-4-mobile {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-4-tablet {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-4-tablet-only {
    --columnGap: 1rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-4-touch {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-4-desktop {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-4-desktop-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-4-widescreen {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-4-widescreen-only {
    --columnGap: 1rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-4-fullhd {
    --columnGap: 1rem;
  }
}
.columns.is-variable.is-5 {
  --columnGap: 1.25rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-5-mobile {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-5-tablet {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-5-tablet-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-5-touch {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-5-desktop {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-5-desktop-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-5-widescreen {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-5-widescreen-only {
    --columnGap: 1.25rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-5-fullhd {
    --columnGap: 1.25rem;
  }
}
.columns.is-variable.is-6 {
  --columnGap: 1.5rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-6-mobile {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-6-tablet {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-6-tablet-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-6-touch {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-6-desktop {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-6-desktop-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-6-widescreen {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-6-widescreen-only {
    --columnGap: 1.5rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-6-fullhd {
    --columnGap: 1.5rem;
  }
}
.columns.is-variable.is-7 {
  --columnGap: 1.75rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-7-mobile {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-7-tablet {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-7-tablet-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-7-touch {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-7-desktop {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-7-desktop-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-7-widescreen {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-7-widescreen-only {
    --columnGap: 1.75rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-7-fullhd {
    --columnGap: 1.75rem;
  }
}
.columns.is-variable.is-8 {
  --columnGap: 2rem;
}

@media screen and (max-width: 768px) {
  .columns.is-variable.is-8-mobile {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px), print {
  .columns.is-variable.is-8-tablet {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 769px) and (max-width: 1023px) {
  .columns.is-variable.is-8-tablet-only {
    --columnGap: 2rem;
  }
}
@media screen and (max-width: 1023px) {
  .columns.is-variable.is-8-touch {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .columns.is-variable.is-8-desktop {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1215px) {
  .columns.is-variable.is-8-desktop-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) {
  .columns.is-variable.is-8-widescreen {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1216px) and (max-width: 1407px) {
  .columns.is-variable.is-8-widescreen-only {
    --columnGap: 2rem;
  }
}
@media screen and (min-width: 1408px) {
  .columns.is-variable.is-8-fullhd {
    --columnGap: 2rem;
  }
}
.level {
  align-items: center;
  justify-content: space-between;
}

.level code {
  border-radius: 4px;
}

.level img {
  display: inline-block;
  vertical-align: top;
}

.level.is-mobile {
  display: flex;
}

.level.is-mobile .level-left,
.level.is-mobile .level-right {
  display: flex;
}

.level.is-mobile .level-left + .level-right {
  margin-top: 0;
}

.level.is-mobile .level-item:not(:last-child) {
  margin-bottom: 0;
  margin-right: 0.75rem;
}

.level.is-mobile .level-item:not(.is-narrow) {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level {
    display: flex;
  }
  .level > .level-item:not(.is-narrow) {
    flex-grow: 1;
  }
}
.level-item {
  align-items: center;
  display: flex;
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
  justify-content: center;
}

.level-item .title,
.level-item .subtitle {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .level-item:not(:last-child) {
    margin-bottom: 0.75rem;
  }
}
.level-left,
.level-right {
  flex-basis: auto;
  flex-grow: 0;
  flex-shrink: 0;
}

.level-left .level-item.is-flexible,
.level-right .level-item.is-flexible {
  flex-grow: 1;
}

@media screen and (min-width: 769px), print {
  .level-left .level-item:not(:last-child),
  .level-right .level-item:not(:last-child) {
    margin-right: 0.75rem;
  }
}
.level-left {
  align-items: center;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .level-left + .level-right {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 769px), print {
  .level-left {
    display: flex;
  }
}
.level-right {
  align-items: center;
  justify-content: flex-end;
}

@media screen and (min-width: 769px), print {
  .level-right {
    display: flex;
  }
}
/* Show the menu when animating or visible */
.animating .mobile_panel,
.menu-visible .mobile_panel {
  display: block;
}

/***
 * If the animating class is present then apply
 * the CSS transition to #page over 250ms.
 */
.animating .wrapper {
  transition: transform 0.25s ease-in-out;
  -webkit-transition: -webkit-transform 0.25s ease-in-out;
}

/***
 * If the left class is present then transform
 * the #page element 240px to the left.
 */
.animating.left .wrapper {
  transform: translate3d(-260px, 0, 0);
  -webkit-transform: translate3d(-260px, 0, 0);
}

/***
 * If the right class is present then transform
 * the #page element 240px to the right.
 */
.animating.right .wrapper {
  transform: translate3d(260px, 0, 0);
  -webkit-transform: translate3d(260px, 0, 0);
}

/***
 * If the menu-visible class is present then
 * shift the #page 240px from the right edge
 * via position: absolute to keep it in the
 * open position. When .animating, .left and
 * .right classes are not present the CSS
 * transform does not apply to #page.
 */
.menu-visible .wrapper {
  right: 260px;
}

@media screen and (max-width: 768px) {
  .wrapper,
  .mobile_panel {
    -webkit-backface-visibility: hidden;
    -webkit-perspective: 1000;
  }
}
#menu-icon {
  display: inline-block;
  width: 30px;
  height: 16px;
  position: relative;
  margin: 0px 0px 0px 5px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

#menu-icon span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: blue;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

#menu-icon span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-icon span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-icon span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#menu-icon.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 0px;
}

#menu-icon.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

#menu-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 18px;
  left: 0px;
}

.gform_wrapper {
  margin: 0px !important;
}

.footer-mailing-list {
  font-size: 12pt;
  line-height: 22pt;
}
.footer-mailing-list .gform_confirmation_wrapper_1 {
  margin-top: 20px;
}
.footer-mailing-list .validation_error,
.footer-mailing-list .validation_message {
  background-color: #f6ddde;
  padding: 20px !important;
  color: #350001;
}
.footer-mailing-list .validation_error {
  margin-bottom: 20px;
  border: 2px solid #1c0000;
  border-radius: 10px;
}
.footer-mailing-list .validation_message {
  padding: 10px !important;
  margin-bottom: 15px;
}
.footer-mailing-list .gform_description {
  margin-bottom: 30px;
  display: block;
}
.footer-mailing-list h3 {
  font-size: 18pt;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
@media screen and (max-width: 1215px) {
  .footer-mailing-list h3 {
    font-size: 14pt;
  }
}
@media screen and (max-width: 1023px) {
  .footer-mailing-list h3 {
    font-size: 18pt;
  }
}
@media screen and (max-width: 768px) {
  .footer-mailing-list h3 {
    font-size: 14pt;
    line-height: 24pt;
  }
}
@media screen and (max-width: 768px) {
  .footer-mailing-list {
    font-size: 12pt;
    line-height: 22pt;
  }
}
.footer-mailing-list .gform_fields,
.footer-mailing-list .gfield_error {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.footer-mailing-list .gform_fields li,
.footer-mailing-list .gfield_error li {
  margin: 0px;
  padding: 0px !important;
}
.footer-mailing-list .gform_fields li.gfield_error,
.footer-mailing-list .gfield_error li.gfield_error {
  max-width: 100% !important;
  margin-right: 0px !important;
}
.footer-mailing-list .gsection_title {
  font-weight: normal;
  text-align: left !important;
}
.footer-mailing-list .field_description_above .gfield_label {
  display: block;
  color: #393939;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}
.footer-mailing-list .field_description_below .gfield_label {
  color: #ffefbc;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer-mailing-list .gf_left_half {
    width: 100% !important;
  }
}
.footer-mailing-list .gf_left_half .ginput_container_text .large,
.footer-mailing-list .gf_left_half .ginput_container_text .medium {
  border-radius: 5pt 0pt 0pt 5pt !important;
  border-right: 5px solid #dddddd;
}
@media screen and (max-width: 768px) {
  .footer-mailing-list .gf_left_half .ginput_container_text .large,
  .footer-mailing-list .gf_left_half .ginput_container_text .medium {
    border-radius: 5pt !important;
    border-right: 0px !important;
    margin-bottom: 10px !important;
  }
}
@media screen and (max-width: 768px) {
  .footer-mailing-list .gf_right_half {
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .footer-mailing-list .gf_right_half .large,
  .footer-mailing-list .gf_right_half .medium {
    border-radius: 5pt !important;
    border-right: 0px !important;
  }
}
.footer-mailing-list .ginput_container_text,
.footer-mailing-list .ginput_container_phone,
.footer-mailing-list .ginput_container_email,
.footer-mailing-list .ginput_container_textarea {
  margin: 0px !important;
  margin-bottom: 0px !important;
}
.footer-mailing-list .ginput_container_text .large,
.footer-mailing-list .ginput_container_text .medium,
.footer-mailing-list .ginput_container_phone .large,
.footer-mailing-list .ginput_container_phone .medium,
.footer-mailing-list .ginput_container_email .large,
.footer-mailing-list .ginput_container_email .medium,
.footer-mailing-list .ginput_container_textarea .large,
.footer-mailing-list .ginput_container_textarea .medium {
  margin: 0px;
  border: 0px solid #393939;
  color: #393939;
  height: 55px;
  padding: 15px !important;
  width: 100% !important;
}
.footer-mailing-list .ginput_container_text .textarea,
.footer-mailing-list .ginput_container_phone .textarea,
.footer-mailing-list .ginput_container_email .textarea,
.footer-mailing-list .ginput_container_textarea .textarea {
  display: block;
  height: 200px;
  font-family: sofia-pro, sans-serif;
}
.footer-mailing-list .gfield {
  margin: 0px !important;
}
.footer-mailing-list .gfield.consent-checkbox .gfield_required {
  display: none;
}
.footer-mailing-list .gfield.consent-checkbox label {
  margin-top: 5px;
  color: #393939;
  font-weight: 600;
  display: block;
}
.footer-mailing-list .gfield_error {
  background-color: #f6ddde !important;
}
.footer-mailing-list .gfield_error label {
  color: red !important;
}
.footer-mailing-list .gfield_error .ginput_container_text .large,
.footer-mailing-list .gfield_error .ginput_container_text .medium,
.footer-mailing-list .gfield_error .ginput_container_phone .large,
.footer-mailing-list .gfield_error .ginput_container_phone .medium,
.footer-mailing-list .gfield_error .ginput_container_email .large,
.footer-mailing-list .gfield_error .ginput_container_email .medium,
.footer-mailing-list .gfield_error .ginput_container_textarea .large,
.footer-mailing-list .gfield_error .ginput_container_textarea .medium {
  border-color: red !important;
}
.footer-mailing-list .gform_confirmation_wrapper {
  text-align: center;
  font-size: 14pt;
  background-color: white !important;
  color: red;
  padding: 10px;
  border: 5px solid red;
}
.footer-mailing-list .gform_confirmation_wrapper h2 {
  color: red !important;
  margin-bottom: 0px;
  text-shadow: none;
}
.footer-mailing-list .gform_confirmation_wrapper p {
  margin: 0px !important;
}
.footer-mailing-list .gform_body {
  display: inline-block;
  width: 72% !important;
}
@media screen and (max-width: 768px) {
  .footer-mailing-list .gform_body {
    display: block;
    width: 100% !important;
  }
}
.footer-mailing-list .gform_footer {
  margin: 0px !important;
  padding: 0px !important;
  text-align: left !important;
  display: inline-block !important;
  width: 22% !important;
  vertical-align: top !important;
}
@media screen and (max-width: 768px) {
  .footer-mailing-list .gform_footer {
    display: block;
    width: 100% !important;
  }
}
.footer-mailing-list .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.footer-mailing-list .gform_button {
  background-color: #fa7070;
  border: 0px;
  padding: 15px !important;
  color: white;
  font-size: 16pt !important;
  font-weight: 500;
  height: 55px;
  text-decoration: none;
  margin-left: -4px !important;
  border-radius: 0pt 5pt 5pt 0pt !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer-mailing-list .gform_button {
    display: block;
    width: 100% !important;
    border-radius: 5pt !important;
    margin-top: 10px !important;
    margin-left: 0px !important;
    height: auto !important;
  }
}
.footer-mailing-list .gform_button:hover {
  background-color: #fd3b3b;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .footer-mailing-list .gform_button {
    font-size: 14pt !important;
  }
}
.footer-mailing-list .gform_fields_1 {
  text-align: center;
}

.sidebar-mailing-list {
  font-size: 12pt;
  line-height: 22pt;
}
.sidebar-mailing-list .gform_confirmation_wrapper_1 {
  margin-top: 20px;
}
.sidebar-mailing-list .validation_error,
.sidebar-mailing-list .validation_message {
  background-color: #f6ddde;
  padding: 20px !important;
  color: #350001;
}
.sidebar-mailing-list .validation_error {
  margin-bottom: 20px;
  border: 2px solid #1c0000;
  border-radius: 10px;
}
.sidebar-mailing-list .validation_message {
  padding: 10px !important;
  margin-bottom: 15px;
}
.sidebar-mailing-list .gform_description {
  margin-bottom: 30px;
  display: block;
}
.sidebar-mailing-list h3 {
  font-size: 18pt;
  margin: 0px 0px 20px 0px;
  text-align: center;
}
@media screen and (max-width: 1215px) {
  .sidebar-mailing-list h3 {
    font-size: 14pt;
  }
}
@media screen and (max-width: 1023px) {
  .sidebar-mailing-list h3 {
    font-size: 18pt;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-mailing-list h3 {
    font-size: 14pt;
    line-height: 24pt;
  }
}
@media screen and (max-width: 768px) {
  .sidebar-mailing-list {
    font-size: 12pt;
    line-height: 22pt;
  }
}
.sidebar-mailing-list .gform_fields,
.sidebar-mailing-list .gfield_error {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.sidebar-mailing-list .gform_fields li,
.sidebar-mailing-list .gfield_error li {
  margin: 0px;
  padding: 0px !important;
}
.sidebar-mailing-list .gform_fields li.gfield_error,
.sidebar-mailing-list .gfield_error li.gfield_error {
  max-width: 100% !important;
  margin-right: 0px !important;
}
.sidebar-mailing-list .gsection_title {
  font-weight: normal;
  text-align: left !important;
}
.sidebar-mailing-list .field_description_above .gfield_label {
  display: block;
  color: #393939;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
  display: block;
}
.sidebar-mailing-list .field_description_below .gfield_label {
  color: #ffefbc;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 500;
  display: block;
}
.sidebar-mailing-list .ginput_container_text,
.sidebar-mailing-list .ginput_container_phone,
.sidebar-mailing-list .ginput_container_email,
.sidebar-mailing-list .ginput_container_textarea {
  margin: 0px !important;
  margin-bottom: 0px !important;
}
.sidebar-mailing-list .ginput_container_text .large,
.sidebar-mailing-list .ginput_container_text .medium,
.sidebar-mailing-list .ginput_container_phone .large,
.sidebar-mailing-list .ginput_container_phone .medium,
.sidebar-mailing-list .ginput_container_email .large,
.sidebar-mailing-list .ginput_container_email .medium,
.sidebar-mailing-list .ginput_container_textarea .large,
.sidebar-mailing-list .ginput_container_textarea .medium {
  margin: 0px;
  border-radius: 5pt;
  border: 2px solid #272964;
  color: #393939;
  padding: 15px !important;
  width: 100% !important;
  margin-bottom: 10px;
}
.sidebar-mailing-list .ginput_container_text .textarea,
.sidebar-mailing-list .ginput_container_phone .textarea,
.sidebar-mailing-list .ginput_container_email .textarea,
.sidebar-mailing-list .ginput_container_textarea .textarea {
  display: block;
  height: 200px;
  font-family: sofia-pro, sans-serif;
}
.sidebar-mailing-list .gfield {
  margin: 0px !important;
}
.sidebar-mailing-list .gfield.consent-checkbox .gfield_required {
  display: none;
}
.sidebar-mailing-list .gfield.consent-checkbox label {
  margin-top: 5px;
  color: #393939;
  font-weight: 600;
  display: block;
}
.sidebar-mailing-list .gfield_error {
  background-color: #f6ddde !important;
}
.sidebar-mailing-list .gfield_error label {
  color: red !important;
}
.sidebar-mailing-list .gfield_error .ginput_container_text .large,
.sidebar-mailing-list .gfield_error .ginput_container_text .medium,
.sidebar-mailing-list .gfield_error .ginput_container_phone .large,
.sidebar-mailing-list .gfield_error .ginput_container_phone .medium,
.sidebar-mailing-list .gfield_error .ginput_container_email .large,
.sidebar-mailing-list .gfield_error .ginput_container_email .medium,
.sidebar-mailing-list .gfield_error .ginput_container_textarea .large,
.sidebar-mailing-list .gfield_error .ginput_container_textarea .medium {
  border-color: red !important;
}
.sidebar-mailing-list .gform_confirmation_wrapper {
  text-align: center;
  font-size: 14pt;
  background-color: white !important;
  color: red;
  padding: 10px;
  border: 5px solid red;
}
.sidebar-mailing-list .gform_confirmation_wrapper h2 {
  color: red !important;
  margin-bottom: 0px;
  text-shadow: none;
}
.sidebar-mailing-list .gform_confirmation_wrapper p {
  margin: 0px !important;
}
.sidebar-mailing-list .gform_footer {
  margin-top: 0px !important;
  margin: 5px 0px 0px 0px !important;
  padding: 0px !important;
}
.sidebar-mailing-list .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.sidebar-mailing-list .gform_button {
  background-color: #fa7070;
  border: 0px;
  padding: 15px !important;
  color: white;
  font-size: 16pt !important;
  font-weight: 500;
  height: 55px;
  text-decoration: none;
  border-radius: 5pt 5pt 5pt 5pt !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  display: block;
  width: 100% !important;
}
.sidebar-mailing-list .gform_button:hover {
  background-color: #fd3b3b;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .sidebar-mailing-list .gform_button {
    font-size: 14pt !important;
  }
}
.sidebar-mailing-list .gform_fields_1 {
  text-align: center;
}

.form-contactus_wrapper {
  margin-top: 30px !important;
  background-color: #f6f6f6;
  text-align: left;
  padding: 20px;
  border-radius: 10pt;
  color: white;
  font-size: 12pt;
  line-height: 22pt;
}
@media screen and (max-width: 920px) {
  .form-contactus_wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .form-contactus_wrapper {
    margin-top: 15px;
    margin-bottom: 0px !important;
  }
}
.form-contactus_wrapper .gform_description {
  display: block;
  margin: 0px;
  font-size: 12pt;
  line-height: 22pt;
  color: #393939;
  margin-bottom: 0px;
}
.form-contactus_wrapper .gform_confirmation_wrapper_1 {
  margin-top: 20px;
}
.form-contactus_wrapper .validation_error,
.form-contactus_wrapper .validation_message {
  background-color: #f6ddde;
  padding: 10px;
  color: #350001;
}
.form-contactus_wrapper .validation_error {
  margin-bottom: 20px;
  border: 2px solid #1c0000;
  border-radius: 10px;
}
.form-contactus_wrapper .validation_message {
  padding: 10px !important;
  margin-bottom: 15px;
}
.form-contactus_wrapper h2 {
  font-size: 16pt;
  text-align: center;
}
@media screen and (max-width: 1215px) {
  .form-contactus_wrapper h2 {
    font-size: 14pt;
  }
}
@media screen and (max-width: 920px) {
  .form-contactus_wrapper h2 {
    font-size: 18pt;
  }
}
@media screen and (max-width: 768px) {
  .form-contactus_wrapper h2 {
    font-size: 14pt;
    line-height: 24pt;
  }
}
@media screen and (max-width: 1215px) {
  .form-contactus_wrapper {
    font-size: 11pt;
    line-height: 20pt;
  }
}
.form-contactus_wrapper .gform_fields,
.form-contactus_wrapper .gfield_error {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.form-contactus_wrapper .gform_fields li,
.form-contactus_wrapper .gfield_error li {
  margin: 0px;
  padding: 0px !important;
}
.form-contactus_wrapper .gform_fields li.gfield_error,
.form-contactus_wrapper .gfield_error li.gfield_error {
  max-width: 100% !important;
  margin-right: 0px !important;
}
.form-contactus_wrapper .gform_fields li.gf_left_half,
.form-contactus_wrapper .gfield_error li.gf_left_half {
  width: 49%;
  margin-right: 1%;
  display: inline-block;
}
@media screen and (max-width: 920px) {
  .form-contactus_wrapper .gform_fields li.gf_left_half,
  .form-contactus_wrapper .gfield_error li.gf_left_half {
    width: 100%;
    margin: 0px;
    display: block;
  }
}
.form-contactus_wrapper .gform_fields li.gf_right_half,
.form-contactus_wrapper .gfield_error li.gf_right_half {
  width: 49%;
  margin-left: 1%;
  display: inline-block;
}
@media screen and (max-width: 920px) {
  .form-contactus_wrapper .gform_fields li.gf_right_half,
  .form-contactus_wrapper .gfield_error li.gf_right_half {
    width: 100%;
    margin: 0px;
    display: block;
  }
}
.form-contactus_wrapper .gsection_title {
  font-weight: normal;
  text-align: left !important;
}
.form-contactus_wrapper .field_description_below .gfield_label {
  display: block;
  font-size: 14pt;
  color: #fa7070;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
}
.form-contactus_wrapper .field_description_above .gfield_label {
  display: none;
}
.form-contactus_wrapper .form-question {
  color: #393939;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.form-contactus_wrapper .ginput_container_text,
.form-contactus_wrapper .ginput_container_phone,
.form-contactus_wrapper .ginput_container_email,
.form-contactus_wrapper .ginput_container_textarea {
  margin: 0px !important;
  margin-bottom: 15px !important;
}
.form-contactus_wrapper .ginput_container_text .large,
.form-contactus_wrapper .ginput_container_text .medium,
.form-contactus_wrapper .ginput_container_phone .large,
.form-contactus_wrapper .ginput_container_phone .medium,
.form-contactus_wrapper .ginput_container_email .large,
.form-contactus_wrapper .ginput_container_email .medium,
.form-contactus_wrapper .ginput_container_textarea .large,
.form-contactus_wrapper .ginput_container_textarea .medium {
  border: 2px solid #272964;
  color: #393939;
  border-radius: 5pt;
  padding: 15px !important;
  width: 100% !important;
}
.form-contactus_wrapper .ginput_container_text .textarea,
.form-contactus_wrapper .ginput_container_phone .textarea,
.form-contactus_wrapper .ginput_container_email .textarea,
.form-contactus_wrapper .ginput_container_textarea .textarea {
  display: block;
  height: 200px;
}
.form-contactus_wrapper .ginput_container_select {
  padding: 0;
  margin: 0;
  border: 3px solid #666666;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}
.form-contactus_wrapper .ginput_container_select select {
  padding: 5px 8px;
  width: 100%;
  color: #393939;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-contactus_wrapper .ginput_container_select:focus {
  outline: none;
}
.form-contactus_wrapper .ginput_container_select:after {
  top: 50%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .form-contactus_wrapper .ginput_container_select:after {
    right: 10px;
  }
}
.form-contactus_wrapper .gfield.consent-checkbox .gfield_required {
  display: none;
}
.form-contactus_wrapper .gfield.consent-checkbox label {
  margin-top: 5px;
  color: #393939;
  font-weight: 600;
  display: block;
}
.form-contactus_wrapper .ginput_container_checkbox .gfield_checkbox {
  margin-left: 0px;
  padding-left: 0px;
}
.form-contactus_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"] {
  opacity: 0;
  float: right;
}
.form-contactus_wrapper .ginput_container_checkbox .gfield_checkbox label {
  position: relative;
  display: inline-block;
  color: #393939;
  padding-left: 40px;
  font-size: 13pt;
  line-height: 30pt;
  font-weight: normal;
}
.form-contactus_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  label:after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
  height: 10px;
  width: 20px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 5px;
  top: 9px;
}
.form-contactus_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  label:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: white;
  border: 2px solid;
  left: 0px;
  top: 3px;
}
.form-contactus_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"]
  + label::after {
  content: none;
}
.form-contactus_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"]:checked
  + label::after {
  content: "";
}
.form-contactus_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"]:focus
  + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
.form-contactus_wrapper .privacy-explanation {
  margin-bottom: 20px;
}
.form-contactus_wrapper .privacy-explanation p {
  font-size: 10pt;
  line-height: 20pt;
  color: #666666;
  text-align: center;
}
.form-contactus_wrapper .gfield_error .ginput_container_text .large,
.form-contactus_wrapper .gfield_error .ginput_container_text .medium,
.form-contactus_wrapper .gfield_error .ginput_container_phone .large,
.form-contactus_wrapper .gfield_error .ginput_container_phone .medium,
.form-contactus_wrapper .gfield_error .ginput_container_email .large,
.form-contactus_wrapper .gfield_error .ginput_container_email .medium,
.form-contactus_wrapper .gfield_error .ginput_container_textarea .large,
.form-contactus_wrapper .gfield_error .ginput_container_textarea .medium {
  border-color: #1c0000 !important;
}
.form-contactus_wrapper .gform_confirmation_wrapper {
  text-align: center;
  font-size: 14pt;
  background-color: white !important;
  color: #810102;
  padding: 10px;
  border: 5px solid #810102;
}
.form-contactus_wrapper .gform_confirmation_wrapper h2 {
  color: #810102 !important;
  margin-bottom: 0px;
  text-shadow: none;
}
.form-contactus_wrapper .gform_confirmation_wrapper p {
  margin: 0px !important;
}
.form-contactus_wrapper .gform_footer {
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}
.form-contactus_wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.form-contactus_wrapper .gform_button {
  background-color: #fa7070;
  border: 0px;
  padding: 15px !important;
  color: white;
  font-size: 16pt !important;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5pt !important;
  width: 100% !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  display: block;
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .form-contactus_wrapper .gform_button {
    display: block;
    width: 100% !important;
  }
}
.form-contactus_wrapper .gform_button:hover {
  background-color: #fd3b3b;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .form-contactus_wrapper .gform_button {
    font-size: 14pt !important;
  }
}
.form-contactus_wrapper .gform_fields_1 {
  text-align: center;
}

.form-coachingbusiness_wrapper {
  margin-top: 0px !important;
  text-align: left;
  color: white;
  font-size: 12pt;
  line-height: 22pt;
}
@media screen and (max-width: 920px) {
  .form-coachingbusiness_wrapper {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .form-coachingbusiness_wrapper {
    margin-top: 15px;
    margin-bottom: 0px !important;
  }
}
.form-coachingbusiness_wrapper .gform_heading .gform_required_legend {
  display: none;
}
.form-coachingbusiness_wrapper .gform_description {
  display: block;
  margin: 0px;
  font-size: 12pt;
  line-height: 22pt;
  color: #393939;
  margin-bottom: 0px;
}
.form-coachingbusiness_wrapper .gform_confirmation_wrapper_1 {
  margin-top: 20px;
}
.form-coachingbusiness_wrapper .validation_error,
.form-coachingbusiness_wrapper .validation_message {
  background-color: #f6ddde;
  padding: 10px;
  color: #350001;
}
.form-coachingbusiness_wrapper .validation_error {
  margin-bottom: 20px;
  border: 2px solid #1c0000;
  border-radius: 10px;
}
.form-coachingbusiness_wrapper .validation_message {
  padding: 10px !important;
  margin-bottom: 15px;
}
.form-coachingbusiness_wrapper h2 {
  font-size: 16pt;
  text-align: center;
}
@media screen and (max-width: 1215px) {
  .form-coachingbusiness_wrapper h2 {
    font-size: 14pt;
  }
}
@media screen and (max-width: 920px) {
  .form-coachingbusiness_wrapper h2 {
    font-size: 18pt;
  }
}
@media screen and (max-width: 768px) {
  .form-coachingbusiness_wrapper h2 {
    font-size: 14pt;
    line-height: 24pt;
  }
}
@media screen and (max-width: 1215px) {
  .form-coachingbusiness_wrapper {
    font-size: 11pt;
    line-height: 20pt;
  }
}
.form-coachingbusiness_wrapper .gform_fields,
.form-coachingbusiness_wrapper .gfield_error {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.form-coachingbusiness_wrapper .gform_fields li,
.form-coachingbusiness_wrapper .gfield_error li {
  margin: 0px;
  padding: 0px !important;
}
.form-coachingbusiness_wrapper .gform_fields li.gfield_error,
.form-coachingbusiness_wrapper .gfield_error li.gfield_error {
  max-width: 100% !important;
  margin-right: 0px !important;
}
.form-coachingbusiness_wrapper .gform_fields li.gf_left_half,
.form-coachingbusiness_wrapper .gfield_error li.gf_left_half {
  width: 49%;
  margin-right: 1%;
  display: inline-block;
}
@media screen and (max-width: 920px) {
  .form-coachingbusiness_wrapper .gform_fields li.gf_left_half,
  .form-coachingbusiness_wrapper .gfield_error li.gf_left_half {
    width: 100%;
    margin: 0px;
    display: block;
  }
}
.form-coachingbusiness_wrapper .gform_fields li.gf_right_half,
.form-coachingbusiness_wrapper .gfield_error li.gf_right_half {
  width: 49%;
  margin-left: 1%;
  display: inline-block;
}
@media screen and (max-width: 920px) {
  .form-coachingbusiness_wrapper .gform_fields li.gf_right_half,
  .form-coachingbusiness_wrapper .gfield_error li.gf_right_half {
    width: 100%;
    margin: 0px;
    display: block;
  }
}
.form-coachingbusiness_wrapper .gsection_title {
  font-weight: normal;
  text-align: left !important;
}
.form-coachingbusiness_wrapper .field_description_below .gfield_label {
  display: block;
  font-size: 14pt;
  color: #fa7070;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: normal !important;
  display: block;
}
.form-coachingbusiness_wrapper .field_description_above .gfield_label {
  display: none;
}
.form-coachingbusiness_wrapper .form-question {
  color: #393939;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.form-coachingbusiness_wrapper .ginput_container_text,
.form-coachingbusiness_wrapper .ginput_container_phone,
.form-coachingbusiness_wrapper .ginput_container_email,
.form-coachingbusiness_wrapper .ginput_container_textarea {
  margin: 0px !important;
  margin-bottom: 15px !important;
}
.form-coachingbusiness_wrapper .ginput_container_text .large,
.form-coachingbusiness_wrapper .ginput_container_text .medium,
.form-coachingbusiness_wrapper .ginput_container_phone .large,
.form-coachingbusiness_wrapper .ginput_container_phone .medium,
.form-coachingbusiness_wrapper .ginput_container_email .large,
.form-coachingbusiness_wrapper .ginput_container_email .medium,
.form-coachingbusiness_wrapper .ginput_container_textarea .large,
.form-coachingbusiness_wrapper .ginput_container_textarea .medium {
  border: 2px solid #272964;
  color: #393939;
  border-radius: 5pt;
  padding: 15px !important;
  width: 100% !important;
}
.form-coachingbusiness_wrapper .ginput_container_text .textarea,
.form-coachingbusiness_wrapper .ginput_container_phone .textarea,
.form-coachingbusiness_wrapper .ginput_container_email .textarea,
.form-coachingbusiness_wrapper .ginput_container_textarea .textarea {
  display: block;
  height: 200px;
}
.form-coachingbusiness_wrapper .ginput_container_select {
  padding: 0;
  margin: 0;
  border: 3px solid #666666;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}
.form-coachingbusiness_wrapper .ginput_container_select select {
  padding: 5px 8px;
  width: 100%;
  color: #393939;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-coachingbusiness_wrapper .ginput_container_select:focus {
  outline: none;
}
.form-coachingbusiness_wrapper .ginput_container_select:after {
  top: 50%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .form-coachingbusiness_wrapper .ginput_container_select:after {
    right: 10px;
  }
}
.form-coachingbusiness_wrapper .gfield.consent-checkbox .gfield_required {
  display: none;
}
.form-coachingbusiness_wrapper .gfield.consent-checkbox label {
  margin-top: 5px;
  color: #393939;
  font-weight: 600;
  display: block;
}
.form-coachingbusiness_wrapper .ginput_container_checkbox .gfield_checkbox {
  margin-left: 0px;
  padding-left: 0px;
}
.form-coachingbusiness_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"] {
  opacity: 0;
  float: right;
}
.form-coachingbusiness_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  label {
  position: relative;
  display: inline-block;
  color: #393939;
  padding-left: 40px;
  font-size: 13pt;
  line-height: 30pt;
  font-weight: normal;
}
.form-coachingbusiness_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  label:after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
  height: 10px;
  width: 20px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 5px;
  top: 9px;
}
.form-coachingbusiness_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  label:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: white;
  border: 2px solid;
  left: 0px;
  top: 3px;
}
.form-coachingbusiness_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"]
  + label::after {
  content: none;
}
.form-coachingbusiness_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"]:checked
  + label::after {
  content: "";
}
.form-coachingbusiness_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"]:focus
  + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
.form-coachingbusiness_wrapper .privacy-explanation {
  margin-bottom: 20px;
}
.form-coachingbusiness_wrapper .privacy-explanation p {
  font-size: 10pt;
  line-height: 20pt;
  color: #666666;
  text-align: center;
}
.form-coachingbusiness_wrapper .gfield_error .ginput_container_text .large,
.form-coachingbusiness_wrapper .gfield_error .ginput_container_text .medium,
.form-coachingbusiness_wrapper .gfield_error .ginput_container_phone .large,
.form-coachingbusiness_wrapper .gfield_error .ginput_container_phone .medium,
.form-coachingbusiness_wrapper .gfield_error .ginput_container_email .large,
.form-coachingbusiness_wrapper .gfield_error .ginput_container_email .medium,
.form-coachingbusiness_wrapper .gfield_error .ginput_container_textarea .large,
.form-coachingbusiness_wrapper
  .gfield_error
  .ginput_container_textarea
  .medium {
  border-color: #1c0000 !important;
}
.form-coachingbusiness_wrapper .gform_confirmation_wrapper {
  text-align: center;
  font-size: 14pt;
  background-color: white !important;
  color: #810102;
  padding: 10px;
  border: 5px solid #810102;
}
.form-coachingbusiness_wrapper .gform_confirmation_wrapper h2 {
  color: #810102 !important;
  margin-bottom: 0px;
  text-shadow: none;
}
.form-coachingbusiness_wrapper .gform_confirmation_wrapper p {
  margin: 0px !important;
}
.form-coachingbusiness_wrapper .gform_footer {
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}
.form-coachingbusiness_wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.form-coachingbusiness_wrapper .gform_button {
  background-color: #fa7070;
  border: 0px;
  padding: 15px !important;
  color: white;
  font-size: 16pt !important;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5pt !important;
  width: 100% !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  display: block;
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .form-coachingbusiness_wrapper .gform_button {
    display: block;
    width: 100% !important;
  }
}
.form-coachingbusiness_wrapper .gform_button:hover {
  background-color: #fd3b3b;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .form-coachingbusiness_wrapper .gform_button {
    font-size: 14pt !important;
  }
}
.form-coachingbusiness_wrapper .gform_fields_1 {
  text-align: center;
}

.form-booking_wrapper {
  margin-top: 30px !important;
  background-color: #f6f6f6;
  text-align: left;
  padding: 20px;
  border-radius: 10pt;
  max-width: 50% !important;
  margin-left: auto !important;
  margin-right: auto !important;
  color: white;
  font-size: 12pt;
  line-height: 22pt;
}
@media screen and (max-width: 920px) {
  .form-booking_wrapper {
    max-width: 70% !important;
  }
}
@media screen and (max-width: 768px) {
  .form-booking_wrapper {
    max-width: 100% !important;
  }
}
.form-booking_wrapper .gform_description {
  display: block;
  margin: 0px;
  font-size: 12pt;
  line-height: 22pt;
  color: #393939;
  margin-bottom: 0px;
}
.form-booking_wrapper .gform_confirmation_wrapper_1 {
  margin-top: 20px;
}
.form-booking_wrapper .validation_error,
.form-booking_wrapper .validation_message {
  background-color: #f6ddde;
  padding: 10px;
  color: #350001;
}
.form-booking_wrapper .validation_error {
  margin-bottom: 20px;
  border: 2px solid #1c0000;
  border-radius: 10px;
}
.form-booking_wrapper .validation_message {
  padding: 10px !important;
  margin-bottom: 15px;
}
.form-booking_wrapper h2 {
  font-size: 16pt;
  text-align: center;
}
@media screen and (max-width: 1215px) {
  .form-booking_wrapper h2 {
    font-size: 14pt;
  }
}
@media screen and (max-width: 920px) {
  .form-booking_wrapper h2 {
    font-size: 18pt;
  }
}
@media screen and (max-width: 768px) {
  .form-booking_wrapper h2 {
    font-size: 14pt;
    line-height: 24pt;
  }
}
@media screen and (max-width: 1215px) {
  .form-booking_wrapper {
    font-size: 11pt;
    line-height: 20pt;
  }
}
.form-booking_wrapper .gform_fields,
.form-booking_wrapper .gfield_error {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.form-booking_wrapper .gform_fields li,
.form-booking_wrapper .gfield_error li {
  margin: 0px;
  padding: 0px !important;
}
.form-booking_wrapper .gform_fields li.gfield_error,
.form-booking_wrapper .gfield_error li.gfield_error {
  max-width: 100% !important;
  margin-right: 0px !important;
}
.form-booking_wrapper .gform_fields li.gf_left_half,
.form-booking_wrapper .gfield_error li.gf_left_half {
  width: 49%;
  margin-right: 1%;
  display: inline-block;
}
@media screen and (max-width: 920px) {
  .form-booking_wrapper .gform_fields li.gf_left_half,
  .form-booking_wrapper .gfield_error li.gf_left_half {
    width: 100%;
    margin: 0px;
    display: block;
  }
}
.form-booking_wrapper .gform_fields li.gf_right_half,
.form-booking_wrapper .gfield_error li.gf_right_half {
  width: 49%;
  margin-left: 1%;
  display: inline-block;
}
@media screen and (max-width: 920px) {
  .form-booking_wrapper .gform_fields li.gf_right_half,
  .form-booking_wrapper .gfield_error li.gf_right_half {
    width: 100%;
    margin: 0px;
    display: block;
  }
}
.form-booking_wrapper .gsection_title {
  font-weight: normal;
  text-align: left !important;
}
.form-booking_wrapper .field_description_below .gfield_label {
  display: block;
  font-size: 14pt;
  color: #fa7070;
  margin-top: 0px;
  margin-bottom: 15px;
  font-weight: bold;
  display: block;
}
.form-booking_wrapper .field_description_above .gfield_label {
  display: none;
}
.form-booking_wrapper .form-question {
  color: #393939;
  margin-top: 20px;
  margin-bottom: 20px;
  font-weight: 600;
}
.form-booking_wrapper .ginput_container_text,
.form-booking_wrapper .ginput_container_phone,
.form-booking_wrapper .ginput_container_email,
.form-booking_wrapper .ginput_container_textarea {
  margin: 0px !important;
  margin-bottom: 15px !important;
}
.form-booking_wrapper .ginput_container_text .large,
.form-booking_wrapper .ginput_container_text .medium,
.form-booking_wrapper .ginput_container_phone .large,
.form-booking_wrapper .ginput_container_phone .medium,
.form-booking_wrapper .ginput_container_email .large,
.form-booking_wrapper .ginput_container_email .medium,
.form-booking_wrapper .ginput_container_textarea .large,
.form-booking_wrapper .ginput_container_textarea .medium {
  border: 2px solid #272964;
  color: #393939;
  border-radius: 5pt;
  padding: 15px !important;
  width: 100% !important;
}
.form-booking_wrapper .ginput_container_text .textarea,
.form-booking_wrapper .ginput_container_phone .textarea,
.form-booking_wrapper .ginput_container_email .textarea,
.form-booking_wrapper .ginput_container_textarea .textarea {
  display: block;
  height: 200px;
}
.form-booking_wrapper .ginput_container_select {
  padding: 0;
  margin: 0;
  border: 3px solid #666666;
  width: 100%;
  border-radius: 3px;
  overflow: hidden;
  background-color: #fff;
  background: #fff;
  position: relative;
  margin-bottom: 20px;
}
.form-booking_wrapper .ginput_container_select select {
  padding: 5px 8px;
  width: 100%;
  color: #393939;
  border: none;
  box-shadow: none;
  background-color: transparent;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-booking_wrapper .ginput_container_select:focus {
  outline: none;
}
.form-booking_wrapper .ginput_container_select:after {
  top: 50%;
  right: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-top-color: #000000;
  border-width: 5px;
  margin-top: -2px;
  z-index: 100;
}
@media screen and (max-width: 768px) {
  .form-booking_wrapper .ginput_container_select:after {
    right: 10px;
  }
}
.form-booking_wrapper .gfield.consent-checkbox .gfield_required {
  display: none;
}
.form-booking_wrapper .gfield.consent-checkbox label {
  margin-top: 5px;
  color: #393939;
  font-weight: 600;
  display: block;
}
.form-booking_wrapper .ginput_container_checkbox .gfield_checkbox {
  margin-left: 0px;
  padding-left: 0px;
}
.form-booking_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"] {
  opacity: 0;
  float: right;
}
.form-booking_wrapper .ginput_container_checkbox .gfield_checkbox label {
  position: relative;
  display: inline-block;
  color: #393939;
  padding-left: 40px;
  font-size: 13pt;
  line-height: 30pt;
  font-weight: normal;
}
.form-booking_wrapper .ginput_container_checkbox .gfield_checkbox label:after {
  position: absolute;
  content: "";
  /*Needed for the line-height to take effect*/
  display: inline-block;
  height: 10px;
  width: 20px;
  border-left: 2px solid;
  border-bottom: 2px solid;
  transform: rotate(-45deg);
  left: 5px;
  top: 9px;
}
.form-booking_wrapper .ginput_container_checkbox .gfield_checkbox label:before {
  position: absolute;
  content: "";
  display: inline-block;
  height: 30px;
  width: 30px;
  background-color: white;
  border: 2px solid;
  left: 0px;
  top: 3px;
}
.form-booking_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"]
  + label::after {
  content: none;
}
.form-booking_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"]:checked
  + label::after {
  content: "";
}
.form-booking_wrapper
  .ginput_container_checkbox
  .gfield_checkbox
  input[type="checkbox"]:focus
  + label::before {
  outline: rgb(59, 153, 252) auto 5px;
}
.form-booking_wrapper .privacy-explanation {
  margin-bottom: 20px;
}
.form-booking_wrapper .privacy-explanation p {
  font-size: 10pt;
  line-height: 20pt;
  color: #666666;
  text-align: center;
}
.form-booking_wrapper .gfield_error .ginput_container_text .large,
.form-booking_wrapper .gfield_error .ginput_container_text .medium,
.form-booking_wrapper .gfield_error .ginput_container_phone .large,
.form-booking_wrapper .gfield_error .ginput_container_phone .medium,
.form-booking_wrapper .gfield_error .ginput_container_email .large,
.form-booking_wrapper .gfield_error .ginput_container_email .medium,
.form-booking_wrapper .gfield_error .ginput_container_textarea .large,
.form-booking_wrapper .gfield_error .ginput_container_textarea .medium {
  border-color: #1c0000 !important;
}
.form-booking_wrapper .gform_confirmation_wrapper {
  text-align: center;
  font-size: 14pt;
  background-color: white !important;
  color: #810102;
  padding: 10px;
  border: 5px solid #810102;
}
.form-booking_wrapper .gform_confirmation_wrapper h2 {
  color: #810102 !important;
  margin-bottom: 0px;
  text-shadow: none;
}
.form-booking_wrapper .gform_confirmation_wrapper p {
  margin: 0px !important;
}
.form-booking_wrapper .gform_footer {
  margin: 0px !important;
  padding: 0px !important;
  text-align: center;
}
.form-booking_wrapper .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.form-booking_wrapper .gform_button {
  background-color: #fa7070;
  border: 0px;
  padding: 15px !important;
  color: white;
  font-size: 16pt !important;
  font-weight: 500;
  text-decoration: none;
  border-radius: 5pt !important;
  width: 100% !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  display: block;
  margin-top: 20px !important;
}
@media screen and (max-width: 768px) {
  .form-booking_wrapper .gform_button {
    display: block;
    width: 100% !important;
  }
}
.form-booking_wrapper .gform_button:hover {
  background-color: #fd3b3b;
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  .form-booking_wrapper .gform_button {
    font-size: 14pt !important;
  }
}
.form-booking_wrapper .gform_fields_1 {
  text-align: center;
}

.nlp-banner {
  background-color: #fa7070;
  text-align: center;
  padding: 10px 20px;
}
.nlp-banner a {
  color: white;
  text-decoration: none;
}
.nlp-banner a:hover {
  text-decoration: underline;
}

#site-header {
  background-color: white;
  z-index: 10;
}

.page-header {
  padding: 20px 0px;
}
@media screen and (max-width: 768px) {
  .page-header {
    padding: 5px 0px 20px 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page-header .homepage_logo_link {
    display: inline-block;
    display: inline-block;
    width: 49%;
  }
}
@media screen and (max-width: 1023px) and (max-width: 768px) {
  .page-header .homepage_logo_link {
    width: 100%;
    text-align: center;
  }
}
.page-header .logo {
  max-width: 100%;
  display: block;
}
@media screen and (max-width: 1023px) {
  .page-header .logo {
    display: inline-block;
    vertical-align: top;
    margin: 0px 0px 0px 20px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .logo {
    margin-left: auto;
    margin-right: auto;
    max-width: 50%;
  }
}
.page-header .logo_sub {
  color: #bbbbbb;
  font-size: 10pt;
}
@media screen and (max-width: 1023px) {
  .page-header .logo_sub {
    display: none;
  }
}
.page-header .quick-contact {
  text-align: right;
  color: #666666;
  font-weight: 500;
  margin: 0px;
  margin-top: 10px;
  margin-right: 10px;
  padding: 0px;
  list-style-type: none;
}
.page-header .quick-contact li {
  display: inline-block;
  margin-left: 15px;
}
.page-header .quick-contact li i {
  color: #272964;
  margin-right: 5px;
}
.page-header .quick-contact li a {
  color: #fa7070;
  text-decoration: none;
}
.page-header .quick-contact li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1215px) {
  .page-header .quick-contact li a {
    font-size: 10pt;
  }
}
@media screen and (max-width: 1407px) {
  .page-header .quick-contact li.header-instruction {
    display: none;
  }
}
.page-header .quick-contact li.my-nlp-login a {
  display: block;
  background-color: #fa7070;
  border-radius: 5pt;
  padding: 10px;
  color: white;
}
.page-header .quick-contact li.my-nlp-login a i {
  color: white;
}
.page-header .quick-contact li.my-nlp-login a:hover {
  background-color: #fd3b3b;
  text-decoration: none !important;
}
@media screen and (max-width: 1023px) {
  .page-header .quick-contact {
    display: none;
  }
}
.page-header .contact-mobile {
  display: inline-block;
  text-align: right;
  width: 50%;
  padding-right: 20px;
}
@media screen and (max-width: 768px) {
  .page-header .contact-mobile {
    width: 100%;
    padding: 0px 0px;
  }
}
.page-header .quick-contact-mobile {
  text-align: right;
  color: #666666;
  font-weight: 500;
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 0px;
  list-style-type: none;
  display: none;
  width: 100%;
  margin-left: auto !important;
  text-align: right;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .page-header .quick-contact-mobile {
    text-align: center;
    background-color: #f6f6f6;
    padding: 12px 0px;
  }
}
.page-header .quick-contact-mobile li {
  display: inline-block;
  margin-left: 15px;
  font-size: 12pt;
}
.page-header .quick-contact-mobile li i {
  color: #272964;
  margin-right: 5px;
}
.page-header .quick-contact-mobile li a {
  color: #fa7070;
  text-decoration: none;
  font-size: 10pt !important;
}
.page-header .quick-contact-mobile li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 1215px) {
  .page-header .quick-contact-mobile li a {
    font-size: 10pt;
  }
}
@media screen and (max-width: 768px) {
  .page-header .quick-contact-mobile li a {
    font-size: 11pt !important;
  }
}
.page-header .quick-contact-mobile li:first-child {
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .page-header .quick-contact-mobile li:first-child {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .page-header .quick-contact-mobile li:last-child {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .page-header .quick-contact-mobile li.quick-contact-email {
    width: 60%;
    margin: 0px;
    margin-bottom: 0px;
  }
}

@media screen and (max-width: 768px) {
  .page-header .quick-contact-mobile li.quick-contact-phone {
    width: 38%;
    margin: 0px;
    margin-bottom: 0px;
  }
}
.page-header .quick-contact-mobile li.mobile-my-nlp-login {
  margin-top: 10px;
}
@media screen and (max-width: 1023px) {
  .page-header .quick-contact-mobile {
    display: inline-block;
  }
}
.page-header nav#main-menu {
  margin-top: 0px;
  position: relative;
  z-index: 10;
  text-align: right;
  position: relative;
}
@media screen and (max-width: 768px) {
  .page-header nav#main-menu.shadow-right:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 40px;
    background: rgb(38, 41, 100);
    background: linear-gradient(
      270deg,
      rgb(38, 41, 100) 0%,
      rgba(38, 41, 100, 0) 100%
    );
    transition: opacity 500 ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .page-header nav#main-menu.shadow-left:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 40px;
    background: rgb(38, 41, 100);
    background: linear-gradient(
      270deg,
      rgba(38, 41, 100, 0) 0%,
      rgb(38, 41, 100) 100%
    );
    z-index: 10;
    transition: opacity 500 ease-in-out;
  }
}
@media screen and (max-width: 768px) {
  .page-header nav#main-menu {
    background-color: #ffffff;
    border-bottom: 5px solid #191a3f;
    overflow-x: hidden;
    padding-left: 10px;
    padding-right: 10px;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
  }
}
.page-header nav#main-menu ul {
  margin: 20px 0px 0px 0px;
  padding: 0px;
  list-style-type: none;
  text-align: center;
  font-size: 0;
  text-align: right;
}
@media screen and (max-width: 1023px) {
  .page-header nav#main-menu ul {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .page-header nav#main-menu ul {
    margin: 0px;
    text-align: center;
    width: 100%;
    padding: 18px 0px 15px 0px;
    white-space: nowrap; /* [1] */
    overflow-x: auto; /* [2] */
    -webkit-overflow-scrolling: touch; /* [3] */
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }
}
.page-header nav#main-menu ul li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.page-header nav#main-menu ul li:last-child {
  margin-right: 0px;
}
.page-header nav#main-menu ul li:last-child a {
  border-right: 0px;
}
.page-header nav#main-menu ul li a {
  display: block;
  color: #272964;
  text-decoration: none;
  font-weight: bold;
  font-size: 16pt;
  min-height: 48px;
  padding: 10px 10px;
  border-radius: 5pt;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.page-header nav#main-menu ul li a .fontawesome-text {
  display: none;
}
.page-header nav#main-menu ul li a:hover {
  /* background-color: #fa7070; */
  text-decoration: none;
  color: white;
  border-radius: 5pt;
}

.page-header nav#main-menu ul li a:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fa7070;
  transition: 0.5s;
  z-index: -1;
  opacity: 0;
  border-radius: 7px;
}

.page-header nav#main-menu ul li a:hover:before {
  top: 0;
  opacity: 1;
}

.page-header nav#main-menu ul li a:before {
  color: white;
  background: #fa7070;
  pointer-events: none;
}

@media screen and (max-width: 1408px) {
  .page-header nav#main-menu ul li a {
    font-size: 15pt;
    padding: 10px 5px;
    min-height: 0px;
  }
}
@media screen and (max-width: 1215px) {
  .page-header nav#main-menu ul li a {
    font-size: 13pt;
    padding: 10px 3px;
    min-height: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .page-header nav#main-menu ul li a {
    font-size: 14pt;
    padding: 10px 10px;
    min-height: 0px;
  }
}
@media screen and (max-width: 920px) {
  .page-header nav#main-menu ul li a {
    font-size: 14pt;
    padding: 10px 7px;
    min-height: 0px;
  }
}
@media screen and (max-width: 768px) {
  .page-header nav#main-menu ul li a {
    color: rgb(0, 0, 0);
    font-size: 14pt;
    padding: 10px 10px;
    margin-right: 10px;
  }
}
.page-header nav#main-menu ul li.last a {
  border-right: 0px;
  margin-right: 0px;
}
.page-header nav#main-menu ul li.current_page_item a,
.page-header nav#main-menu ul li.current_page_parent a {
  color: #fa7070;
}
@media screen and (max-width: 920px) {
  .page-header nav#main-menu ul li {
    margin-right: 2px;
  }
}
.page-header nav#main-menu ul li.current-page-ancestor a,
.page-header nav#main-menu ul li.current-menu-item a {
  background-color: #fa7070;
  color: white;
  text-decoration: none;
  border-radius: 5pt;
}
.page-header nav#main-menu ul .sub-menu,
.page-header nav#main-menu ul .children {
  display: none; /* hide all sub menus from view */
}

.page-footer {
  background-image: url(../images/nlpindiaimage.png);
  background-position: 40% bottom;
  background-size: 90%;
  background-repeat: no-repeat;
  padding-bottom: 50px;
  background-color: rgba(255, 255, 255, 0.486);
}
@media screen and (max-width: 768px) {
  .page-footer {
    background-size: 100%;
  }
}
.page-footer .footer-middle {
  padding-left: 100px;
}
@media screen and (max-width: 1023px) {
  .page-footer .footer-middle {
    padding-left: 0px;
  }
}
@media screen and (max-width: 768px) {
  .page-footer .footer-middle {
    text-align: left;
    padding-left: 16px;
  }
}
.page-footer .footer-last {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-last {
    text-align: left;
  }
}
.page-footer .footer-last .footer-logo {
  max-width: 100%;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-last .footer-logo {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-footer .footer-last .logo_sub {
  color: #bbbbbb;
  font-size: 12pt;
  margin-right: 30px;
  margin-top: 10px;
  display: block;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-last .logo_sub {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
}
.page-footer .footer-last .footer_address {
  font-size: 11pt;
  line-height: 18pt;
  margin-right: 30px;
  margin-top: 30px;
}
.page-footer .footer-last .footer_text {
  font-size: 11pt;
  line-height: 18pt;
  margin-right: 30px;
  display: block;
}
.page-footer .footer-last .footer_text.margin-top {
  margin-top: 50px;
}
.page-footer .footer-last .designed_by {
  display: block;
  margin-top: 50px;
  margin-right: 30px;
}
.page-footer .footer-last .designed_by a {
  color: #666666;
}
.page-footer .footer-last .designed_by a:hover {
  color: #fa7070;
}
.page-footer .mailing_list_signup {
  padding: 20px;
  background-color: #272964;
}
.page-footer .mailing_list_signup p {
  color: white;
}
@media screen and (max-width: 1215px) {
  .page-footer .mailing_list_signup p {
    font-size: 10pt;
    line-height: 18pt;
  }
}
@media screen and (max-width: 1023px) {
  .page-footer .mailing_list_signup p {
    font-size: 14pt;
    line-height: 20pt;
    margin: 0px;
  }
}
.page-footer h3 {
  color: #fa7070;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .page-footer h3 {
    font-size: 12pt;
    line-height: 20pt;
  }
}
.page-footer .accreditations {
  text-align: center;
  padding: 40px 0px;
}
@media screen and (max-width: 920px) {
  .page-footer .accreditations {
    padding: 20px 0px;
  }
}
.page-footer .accreditations h3 {
  color: #272964;
  font-size: 20pt;
  font-weight: 500;
  margin: 0px 0px 60px 0px;
}
@media screen and (max-width: 920px) {
  .page-footer .accreditations h3 {
    margin-bottom: 30px;
  }
}
.page-footer .accreditations img {
  max-width: 60%;
  height: auto;
}
@media screen and (max-width: 920px) {
  .page-footer .accreditations img {
    max-width: 100%;
  }
}
.page-footer .footer-text {
  font-size: 10pt;
  line-height: 16pt;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-text.small {
    font-size: 8pt;
    line-height: 14pt;
  }
}
.page-footer .footer-social .social-link {
  display: block;
  margin-bottom: 20px;
  color: #272964;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-social .social-link {
    font-size: 10pt;
    margin-bottom: 10px;
  }
}
.page-footer .footer-social .social-link i {
  color: #fa7070;
  text-decoration: none;
  font-size: 12pt;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page-footer .footer-social .social-link i {
    font-size: 10pt;
  }
}
.page-footer .footer-social .social-link:hover {
  color: #fa7070;
}
.page-footer .footer_contacts {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.page-footer .footer_contacts li {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .page-footer .footer_contacts li {
    margin-bottom: 10px;
  }
}
.page-footer .footer_contacts li a {
  color: #272964;
}
@media screen and (max-width: 768px) {
  .page-footer .footer_contacts li a {
    font-size: 10pt;
    margin-bottom: 10px;
  }
}
.page-footer .footer_contacts li a i {
  color: #fa7070;
  text-decoration: none;
  font-size: 12pt;
  margin-right: 8px;
}
@media screen and (max-width: 768px) {
  .page-footer .footer_contacts li a i {
    font-size: 10pt;
    margin-right: 8px;
  }
}
.page-footer .footer_contacts li a:hover {
  color: #fa7070;
}
.page-footer #footer-menu ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.page-footer #footer-menu ul li {
  margin-bottom: 20px;
}
.page-footer #footer-menu ul li .sub-menu,
.page-footer #footer-menu ul li .children {
  display: none;
}
.page-footer #footer-menu ul li a {
  color: #272964;
}
@media screen and (max-width: 768px) {
  .page-footer #footer-menu ul li a {
    font-size: 10pt;
  }
}
.page-footer #footer-menu ul li a i {
  color: #fa7070;
  text-decoration: none;
  font-size: 12pt;
  margin-right: 8px;
}
.page-footer #footer-menu ul li a:hover {
  color: #fa7070;
}

.jquery-modal.blocker {
  z-index: 100;
  background-color: rgba(39, 41, 100, 0.7);
}

@media screen and (max-width: 768px) {
  .woocommerce-form-login {
    max-width: 100% !important;
  }
}

.cta {
  text-align: center;
  width: 100%;
  outline: 0;
  border-radius: 10pt;
  position: relative;
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
}
.cta.primary {
  background-color: #fa7070;
  padding: 20px;
  color: white;
  font-size: 16pt;
  line-height: 22pt;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  margin: 10px 0px;
  display: inline-block;
}
.cta.primary:hover {
  background-color: #fd3b3b;
}
@media screen and (max-width: 1408px) {
  .cta.primary {
    font-size: 15pt;
    line-height: 20pt;
  }
}
@media screen and (max-width: 768px) {
  .cta.primary {
    font-size: 14pt;
    padding: 15px;
    line-height: 20pt;
  }
}
.cta.secondary {
  background-color: #ffb495;
  padding: 20px;
  color: #fd3b3b;
  font-size: 16pt;
  font-weight: 500;
  text-decoration: none;
  margin: 10px 0px;
  display: inline-block;
}
.cta.secondary:hover {
  color: white;
  background-color: #fd3b3b;
}
@media screen and (max-width: 1408px) {
  .cta.secondary {
    font-size: 15pt;
  }
}
@media screen and (max-width: 768px) {
  .cta.secondary {
    font-size: 14pt;
    padding: 15px;
    line-height: 20pt;
  }
}
.cta.pair {
  width: 48%;
  margin-right: 2%;
}
@media screen and (max-width: 1215px) {
  .cta.pair {
    width: 100%;
  }
}
.cta.last {
  margin-right: 0px;
}
.cta.half {
  width: 50%;
}
@media screen and (max-width: 920px) {
  .cta.half {
    width: 75%;
  }
}
@media screen and (max-width: 768px) {
  .cta.half {
    width: 100%;
  }
}
.cta.center {
  margin-left: auto;
  margin-right: auto;
  display: block;
}
.cta.mtop {
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .cta.mtop {
    margin-top: 20px;
  }
}
.cta.mbottom {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cta.mbottom {
    margin-bottom: 20px;
  }
}
.cta.mtop20 {
  margin-top: 20px;
}
.cta.mbottom20 {
  margin-bottom: 20px;
}
.cta.small {
  font-size: 14pt;
}

.hero-block {
  background-color: #f6f6f6;
  border-radius: 10pt;
  padding: 40px;
}
@media screen and (max-width: 768px) {
  .hero-block {
    padding: 20px;
  }
}
.hero-block .subtitle {
  display: block;
  margin-bottom: 5px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .hero-block .subtitle {
    line-height: 20pt;
    font-size: 11pt;
    max-width: 80%;
  }
}
.hero-block h1 {
  font-size: 38pt;
  line-height: 50pt;
  margin: 0px 0px 0px 0px;
  color: #272964;
}
.hero-block h1 .highlight {
  color: #fa7070;
}
@media screen and (max-width: 768px) {
  .hero-block h1 .highlight {
    font-size: 22pt;
    line-height: 35pt;
  }
}
.hero-block h1 .highlight.break {
  display: block;
}
.hero-block h1 .and {
  color: #666666;
}
@media screen and (max-width: 1408px) {
  .hero-block h1 {
    font-size: 38pt;
  }
}
@media screen and (max-width: 1215px) {
  .hero-block h1 {
    font-size: 33pt;
    line-height: 43pt;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .hero-block h1 {
    font-size: 16pt;
    line-height: 18pt;
  }
}
.hero-block p {
  font-size: 14pt;
  line-height: 24pt;
  font-weight: 500;
  color: #272964;
  margin: 0px 0px 20px 0px;
}
.hero-block p:last-child {
  margin-bottom: 0px;
}
.hero-block p a {
  color: #fa7070;
  text-decoration: underline;
}
.hero-block p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1408px) {
  .hero-block p {
    font-size: 12pt;
    line-height: 22pt;
  }
}
.hero-block .large p {
  font-size: 19pt !important;
  line-height: 28pt;
}
@media screen and (max-width: 1408px) {
  .hero-block .large p {
    font-size: 12pt !important;
    line-height: 22pt;
  }
}
.hero-block .course-logo {
  max-width: 200px;
  text-align: right;
  display: block;
  margin-left: auto;
}
@media screen and (max-width: 768px) {
  .hero-block .course-logo {
    text-align: center;
    margin: 20px auto;
  }
}
.hero-block .podcast_links {
  margin: 0px 0px 30px auto;
  padding: 0px;
  list-style: none;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .hero-block .podcast_links {
    text-align: center;
    margin: 20px 0px;
  }
}
.hero-block .podcast_links li {
  display: inline-block;
}
.hero-block .podcast_links li a {
  display: block;
  padding: 15px;
  border-radius: 10pt;
  background-color: #fa7070;
  text-align: center;
  width: 100px;
  color: white;
  text-decoration: none;
}
.hero-block .podcast_links li a i {
  color: white;
  font-size: 40pt;
}
.hero-block .podcast_links li a span {
  display: block;
  margin-top: 5px;
  font-size: 10pt;
}
.hero-block .podcast_links li a.apple:hover {
  background-color: #822aba;
}
.hero-block .podcast_links li a.spotify:hover {
  background-color: #16d960;
}
.hero-block.mbottom {
  margin-bottom: 40px;
}

.content-block {
  padding: 40px 0px;
}
.content-block h1 {
  color: #fd3b3b;
  font-size: 30pt;
  line-height: 40pt;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  .content-block h1 {
    font-size: 22pt;
    line-height: 35pt;
  }
}
.content-block h2 {
  color: #fd3b3b;
  font-size: 24pt;
  line-height: 34pt;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 1408px) {
  .content-block h2 {
    font-size: 22pt;
    line-height: 32pt;
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  .content-block h2 {
    font-size: 18pt;
    line-height: 25pt;
  }
}
.content-block h3 {
  color: #fd3b3b;
  font-size: 18pt;
  line-height: 30pt;
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 1408px) {
  .content-block h3 {
    font-size: 18pt;
    line-height: 20pt;
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  .content-block h3 {
    font-size: 18pt;
    line-height: 25pt;
  }
}
.content-block ul {
  margin: 0px;
  margin-left: 30px;
  padding: 0px;
  list-style-type: none;
}
.content-block ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 14pt;
  line-height: 24pt;
  color: #272964;
}
@media screen and (max-width: 768px) {
  .content-block ul li {
    font-size: 12pt;
    line-height: 22pt;
  }
}
.content-block ul li:before {
  color: #fa7070;
  float: left;
  margin: 0 0 0 -30px;
  width: 30px;
  font-size: 40pt;
  content: "•";
}
.content-block p {
  font-size: 14pt;
  line-height: 24pt;
  color: #272964;
  margin: 0px 0px 20px 0px;
}
.content-block p:last-child {
  margin-bottom: 0px;
}
.content-block p a {
  color: #fa7070;
  text-decoration: underline;
}
.content-block p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1408px) {
  .content-block p {
    font-size: 12pt;
    line-height: 22pt;
  }
}
.content-block p.small {
  font-size: 12pt;
  line-height: 20pt;
  color: #666666;
}
.content-block.center {
  text-align: center;
}
.content-block.center p {
  max-width: 75%;
  margin: 0px auto 20px auto;
}
@media screen and (max-width: 1023px) {
  .content-block.center p {
    max-width: 100%;
  }
}
.content-block.center.full p {
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .content-block.mnomarginbottom {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 768px) {
  .content-block.mnomargintop {
    margin-top: 0px;
    padding-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .content-block.mnomargin {
    margin-top: 0px;
    padding-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
}
.content-block.grey {
  background-color: #f6f6f6;
}
.content-block.grey h1 {
  color: #272964;
}
.content-block.grey h2 {
  color: #272964;
}
.content-block.grey h2.center {
  text-align: center;
}
.content-block.grey p {
  color: #393939;
}
.content-block.grey-fade {
  background: linear-gradient(180deg, #f5f5f5 0%, rgba(252, 252, 252, 0) 100%);
  border: 2px solid #ededed;
  margin-bottom: 40px;
}
.content-block.grey-fade h1 {
  color: #fa7070;
}
.content-block.grey-fade h2 {
  color: #fa7070;
}
.content-block.grey-fade h2.center {
  text-align: center;
}
.content-block.grey-fade p {
  color: #393939;
}
.content-block.grey-fade.nomarginbottom {
  margin-bottom: 0px;
}
.content-block.blue {
  background-color: #272964;
  background: linear-gradient(180deg, #48743df7 0%, #628f57b0 100%);
  border-radius: 20px;
  padding: 20px;
  border-radius: 10pt;
}
.content-block.blue h1 {
  color: white;
}
.content-block.blue h2 {
  color: white;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
.content-block.blue h3 {
  color: white;
  text-align: center;
  font-size: 16pt;
  margin: 0px 0px 20px 0px;
}
.content-block.blue p {
  color: white;
  line-height: 25pt;
}
@media screen and (max-width: 1408px) {
  .content-block.blue p {
    line-height: 22pt;
  }
}
.content-block.blue ul {
  margin: 0px;
  margin-left: 30px;
  padding: 0px;
  list-style-type: none;
}
.content-block.blue ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 14pt;
  line-height: 24pt;
  color: white;
}
.content-block.blue ul li:before {
  color: #fa7070;
  float: left;
  margin: 0 0 0 -30px;
  width: 30px;
  font-size: 40pt;
  content: "•";
}
.content-block.blue.norounded {
  border-radius: 0px;
}
.content-block.popout {
  padding: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  border: 2px solid #bbbbbb;
  box-shadow: 0px 2px 10px rgba(140, 140, 140, 0.25);
  border-radius: 10pt;
}
.content-block.mtop {
  margin-top: 40px;
}
.content-block.mbottom {
  margin-bottom: 40px;
}
.content-block .vid_box iframe {
  border-radius: 5pt;
}
@media screen and (max-width: 1408px) {
  .content-block .vid_box {
    margin-top: 5px;
  }
}
.content-block .divider {
  border-right: 5px solid #fa7070;
  margin-right: 0px;
  padding-right: 30px;
}
@media screen and (max-width: 1408px) {
  .content-block .divider {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 30px;
  }
}
@media screen and (max-width: 1215px) {
  .content-block .divider {
    border-right: 0px;
    margin-right: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 1023px) {
  .content-block .divider {
    padding-right: 12px;
  }
}
.content-block .divider_text {
  padding-left: 30px;
}
@media screen and (max-width: 1215px) {
  .content-block .divider_text {
    padding-left: 20px;
  }
}
.content-block img {
  max-width: 100%;
  height: auto;
}
.content-block .client-logo {
  max-width: 75%;
  height: auto;
  margin: 20px auto;
  display: block;
}
.content-block .client-logo.small {
  max-width: 88%;
}
@media screen and (max-width: 768px) {
  .content-block .client-logo.small {
    max-width: 60%;
  }
}
@media screen and (max-width: 768px) {
  .content-block .client-logo.msmaller {
    max-width: 30%;
  }
}
.content-block .client-logo.mtop {
  margin-top: 40px;
}
.content-block .client-logos {
  margin-top: 40px;
}
.content-block .rounded {
  border-radius: 10pt;
}
.content-block .rightalign {
  float: right;
  margin: 0px 0px 30px 30px;
}
@media screen and (max-width: 768px) {
  .content-block .rightalign {
    float: none;
    max-width: 100%;
    height: auto;
    margin: 20px 0px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}
.content-block .fullwidth {
  height: auto;
  width: 100%;
  display: block;
}
.content-block .narrow {
  max-width: 250px;
}
.content-block .course-logo {
  max-width: 150px;
}
.content-block .fitwidth {
  height: auto;
  max-width: 100%;
  display: block;
}
.content-block .profilepic {
  max-width: 50%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 20px;
  border: 5px solid white;
  border-radius: 50%;
}
.content-block .profilepic.light {
  border: 5px solid #eeeeee;
}
.content-block.nopadding {
  padding: 0px;
}
.content-block .bonus-offering {
  margin-bottom: 30px;
  background-color: #fa7070;
  border: 2px solid #c41479;
  padding: 20px;
  border-radius: 10pt;
}
.content-block .bonus-offering h3 {
  color: white;
  margin: 0px 0px 20px 0px;
}
.content-block .bonus-offering p {
  color: white;
  margin: 0px 0px 20px 0px;
}

.card {
  border-radius: 10pt;
  padding: 10px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.card .badge {
  text-wrap: wrap;
  background-color: #fa7070;
  position: absolute;
  left: -30px;
  top: -40px;
  width: 70px;
  height: 70px;
  border-radius: 100px;
  text-align: center;
  font-size: 10pt;
  padding-top: 17px;
}
@media screen and (max-width: 1023px) {
  .card .badge {
    left: -15px;
  }
}
@media screen and (max-width: 768px) {
  .card .badge {
    width: 50px;
    height: 50px;
    font-size: 7pt;
    left: -10px;
    top: -20px;
    padding-top: 15px;
  }
}
.card.primary {
  background: linear-gradient(180deg, #48743d 0%, #99bc90 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  color: white;
  height: 100%;
  padding-top: 20px;
}
.card.primary h3 {
  color: white;
  text-align: center;
  font-size: 22pt;
  line-height: 32pt;
  margin: 0px 15px 0px 15px;
}
.card.primary p {
  font-size: 12pt;
  line-height: 18pt;
  margin: 20px 10px 0px 10px;
}
.card.primary .course-availability {
  display: block;
  margin: 20px 10px 5px 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10pt;
}
.card.primary .course-schedule {
  display: block;
  margin: 0px 10px 10px 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10pt;
}
.card.primary .course-price {
  display: block;
  margin: 20px 10px 5px 10px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 10pt;
}
.card.primary .course-cost {
  display: block;
  margin-top: 5px;
  margin-left: 10px;
  margin-right: 10px;
}
.card.primary .course-cost .course-price-entice {
  display: block;
  font-size: 10pt;
  margin-top: 5px;
  line-height: 15pt;
}
.card.primary .availability-details {
  margin: 10px 10px 20px 10px;
  padding: 0px;
  list-style-type: none;
}
.card.primary .availability-details li {
  margin-bottom: 10px;
  font-size: 10pt;
  line-height: 16pt;
}
.card.primary .availability-details li .icon {
  margin-right: 5px;
}
.card.primary .availability-details li .icon-theme {
  --fa-primary-color: #fa7070;
  --fa-secondary-color: #ffb0dd;
  --fa-secondary-opacity: 1;
}
.card.primary .availability-details li:last-child {
  margin-bottom: 0px;
}
.card.primary .cta {
  margin-top: auto;
  margin-bottom: 0px;
  border-radius: 5pt;
}
.card.secondary {
  background-color: #f6f6f6;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
  color: #393939;
  padding: 20px;
}
.card.secondary h3 {
  text-align: center;
  font-size: 22pt;
  line-height: 32pt;
  margin: 0px;
}
.card.secondary p {
  font-size: 13pt;
  color: #393939;
  line-height: 20pt;
  margin: 20px 0px;
}
.card.secondary .quote .stars {
  text-align: center;
  font-size: 20pt;
  color: #ffc943;
}
.card.secondary .video_quote {
  margin-bottom: 20px;
}
.card.secondary .video_quote iframe {
  border-radius: 5pt;
}
.card .quote_from .quoter {
  font-size: 14pt;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;
}
.card .quote_from .linkedinlink {
  display: inline-block;
  margin-left: 5px;
}
.card .quote_from .linkedinlink i {
  color: #fa7070;
}
.card .quote_from .linkedinlink:hover i {
  color: #272964;
}
.card .quote_from .date-of-quote {
  font-size: 12pt;
  color: #666666;
}

.dates-widget,
.price-widget {
  background-color: #f6f6f6;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  height: 100%;
  color: #393939;
  padding: 20px;
}
.dates-widget h3,
.price-widget h3 {
  text-align: center;
  font-size: 22pt;
  line-height: 26pt;
  margin: 0px;
}
.dates-widget p,
.price-widget p {
  font-size: 13pt;
  color: #393939;
  line-height: 20pt;
  margin: 20px 0px;
}
.dates-widget .course-cost,
.price-widget .course-cost {
  font-weight: bold;
}
.dates-widget .course-price-entice,
.price-widget .course-price-entice {
  font-size: 10pt;
  line-height: 15pt;
  margin-top: 5px;
  display: block;
  margin-bottom: 10px;
}
.dates-widget .icon-theme,
.price-widget .icon-theme {
  --fa-primary-color: #fa7070;
  --fa-secondary-color: #ffb0dd;
  --fa-secondary-opacity: 1;
}
.dates-widget .future-course-details,
.price-widget .future-course-details {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
.dates-widget .future-course-details li,
.price-widget .future-course-details li {
  margin-bottom: 10px;
}
.dates-widget .future-course-details li .icon-theme,
.price-widget .future-course-details li .icon-theme {
  --fa-primary-color: #fa7070;
  --fa-secondary-color: #ffb0dd;
  --fa-secondary-opacity: 1;
}
.dates-widget .future-course-details li .date_box,
.price-widget .future-course-details li .date_box {
  float: left;
  width: 10%;
}
.dates-widget .future-course-details li .date_dates,
.price-widget .future-course-details li .date_dates {
  float: left;
  width: 90%;
  overflow: hidden;
}
.dates-widget .future-course-details li .date_dates .month,
.price-widget .future-course-details li .date_dates .month {
  font-weight: bold;
  display: block;
  font-size: 14pt;
  margin-bottom: 5px;
}
.dates-widget .cta,
.price-widget .cta {
  margin-top: 10px;
  padding: 10px;
  font-size: 12pt;
}

.breadcrumbs {
  background-color: #272964;
  padding: 0px 0px;
  border-radius: 5pt;
  margin-bottom: 20px;
  margin-top: -10px;
}
@media screen and (max-width: 1023px) {
  .breadcrumbs {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .breadcrumbs {
    background-color: #eeeeee;
  }
}
.breadcrumbs .parent-breadcrumb {
  background-color: #0a0c44;
  display: inline-block;
  color: white;
  text-decoration: none;
  padding: 15px;
  border-radius: 5pt 0pt 0pt 5pt;
}
.breadcrumbs .parent-breadcrumb i {
  color: #fa7070;
  margin-right: 5px;
}
.breadcrumbs .parent-breadcrumb:hover {
  background-color: #fa7070;
}
.breadcrumbs .parent-breadcrumb:hover i {
  color: #fd3b3b;
}
@media screen and (max-width: 768px) {
  .breadcrumbs .parent-breadcrumb {
    background-color: #e1e1e1;
    padding: 10px;
    font-size: 10pt;
    color: #393939;
  }
  .breadcrumbs .parent-breadcrumb i {
    margin-right: 3px;
  }
}
@media screen and (max-width: 480px) {
  .breadcrumbs .parent-breadcrumb {
    padding: 5px;
  }
}
.breadcrumbs .current-item {
  color: white;
  margin-left: 10px;
  font-weight: 500;
  display: inline-block;
}
.breadcrumbs .current-item i {
  color: #fa7070;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .breadcrumbs .current-item {
    background-color: #eeeeee;
    font-size: 10pt;
    color: #272964;
    font-weight: normal;
    margin-left: 10px;
  }
  .breadcrumbs .current-item i {
    margin-right: 3px;
    font-size: 6pt;
  }
}

.sidebar {
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .sidebar {
    position: relative;
    top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .sidebar.reverse {
    margin-bottom: 0px;
  }
}
.sidebar .sidebar-widget {
  margin-top: 30px;
}
.sidebar .sidebar-widget .widget-title {
  color: #fa7070;
  font-weight: 500;
  text-align: center;
  font-size: 16pt;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 768px) {
  .sidebar .sidebar-widget.first,
  .sidebar .sidebar-widget.mfirst {
    margin-top: 0px;
  }
}

.mobile-widget {
  margin-top: 40px;
}

.podcast_player {
  background-color: #fff2f9;
  padding: 10px;
  border-radius: 10pt;
  background-image: url(../images/podcast-player-bg.png);
  background-position: -60% center;
  background-size: 60%;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  --plyr-color-main: #fa7070 !important;
  --plyr-audio-control-color: #fa7070 !important;
}
.podcast_player.last {
  margin-bottom: 0px;
}
.podcast_player .player-logo {
  max-width: 60%;
  height: auto;
  display: block;
  margin-left: auto;
  margin-bottom: 40px;
}
.podcast_player h3 {
  color: #fa7070;
  margin: 10px 0px;
  font-size: 12pt;
  line-height: 18pt;
  text-align: center;
  font-weight: 500;
}

.promo-webinars {
  margin-top: 30px;
}
.promo-webinars h2 {
  color: #fa7070;
}
.promo-webinars .promo-intro {
  font-size: 14pt;
  line-height: 20pt;
  display: block;
  margin-bottom: 10px;
}
.promo-webinars .promo-webinar-day {
  padding: 20px;
  display: block;
  background-color: white;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.02),
    0 0.2em 1.6em -0.8em rgba(0, 0, 0, 0.1),
    0 0.4em 2.4em -1.2em rgba(0, 0, 0, 0.2),
    0 0.4em 0.8em -1.2em rgba(0, 0, 0, 0.3),
    0 0.8em 1.2em -1.6em rgba(0, 0, 0, 0.4),
    0 1.2em 1.6em -2em rgba(0, 0, 0, 0.5);
  text-decoration: none;
  transition: transform 0.3s;
  color: #393939;
}
.promo-webinars .promo-webinar-day:hover {
  background-color: #272964;
  color: white;
  transform: rotate(1deg);
}
.promo-webinars .promo-webinar-day:hover .when {
  color: white;
}
.promo-webinars .promo-webinar-day .date-box {
  text-align: center;
  border: 2px solid #fd3b3b;
}
.promo-webinars .promo-webinar-day .date-box .date {
  display: block;
  font-size: 20pt;
  padding: 5px;
}
.promo-webinars .promo-webinar-day .date-box .month {
  padding: 5px;
  background-color: #fd3b3b;
  display: block;
  font-size: 14pt;
  color: white;
}
.promo-webinars .promo-webinar-day .when {
  font-size: 15pt;
  font-weight: bold;
  display: block;
  color: #272964;
  margin-bottom: 5px;
}
.promo-webinars .promo-webinar-day .time {
  display: block;
  font-size: 15pt;
  font-weight: bold;
  margin-bottom: 10px;
}
.promo-webinars .promo-webinar-day .how {
  font-size: 12pt;
  margin-bottom: 10px;
}
.promo-webinars .promo-webinar-day .promo-register-link {
  text-align: right;
  display: block;
  color: #fa7070;
}

.hero-block.homepage-hero {
  background-image: url(../images/homepage_img.png);
  background-position: 90% center;
  background-size: 40%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1408px) {
  .hero-block.homepage-hero {
    background-size: 45%;
    background-position: 95% bottom;
  }
}
@media screen and (max-width: 1215px) {
  .hero-block.homepage-hero {
    padding: 20px;
    background-size: 50%;
    background-position: 96% bottom;
  }
}
@media screen and (max-width: 1023px) {
  .hero-block.homepage-hero {
    background-size: 0%;
  }
}

.news_link {
  margin-top: 40px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .news_link {
    margin-top: 20px;
  }
}
.news_link .title {
  color: #fa7070;
  font-size: 18pt;
  font-weight: bold;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 1408px) {
  .news_link .title {
    font-size: 16pt;
  }
}
.news_link .excerpt p {
  max-width: 100% !important;
  margin: 0px 0px 20px 0px;
  font-size: 13pt;
  line-height: 23pt;
  color: #393939;
  font-weight: 500;
}
@media screen and (max-width: 1408px) {
  .news_link .excerpt p {
    font-size: 12pt;
    line-height: 20pt;
  }
}
.news_link .entry-meta {
  color: #666666;
  font-size: 10pt;
  margin-bottom: 40px;
}
@media screen and (max-width: 1408px) {
  .news_link .entry-meta {
    margin-bottom: 20px;
  }
}
.news_link .entry-meta a {
  color: #666666;
  text-decoration: none;
}

.hero-block.nlp-courses-hero {
  background-image: url(../images/nlpcourses.png);
  background-position: 100% center;
  background-size: 39%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1215px) {
  .hero-block.nlp-courses-hero {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .hero-block.nlp-courses-hero {
    background-size: 0%;
  }
}

.hero-block.nlp-blog-hero {
  background-image: url(../images/blognlp.png);
  background-position: 95% center;
  background-size: 39%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1215px) {
  .hero-block.nlp-blog-hero {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .hero-block.nlp-blog-hero {
    background-size: 0%;
  }
}

.ecourse h1 {
  color: #fa7070;
  text-align: center;
  font-size: 30pt;
  margin: 20px 0px 10px 0px;
}
@media screen and (max-width: 768px) {
  .ecourse h1 {
    font-size: 20pt;
  }
}

.ecourse_post h1 {
  color: #fa7070;
  text-align: center;
  font-size: 30pt;
  margin: 20px 0px 10px 0px;
}
@media screen and (max-width: 768px) {
  .ecourse_post h1 {
    font-size: 20pt;
  }
}
.ecourse_post p {
  font-size: 14pt;
  line-height: 24pt;
}
.ecourse_post p:first-child {
  font-size: 16pt;
  color: #fa7070;
  line-height: 26pt;
}
@media screen and (max-width: 768px) {
  .ecourse_post p:first-child {
    font-size: 14pt;
    color: #fa7070;
    line-height: 22pt;
  }
}
.ecourse_post p a {
  color: #fa7070;
  text-decoration: underline;
}
.ecourse_post p a:hover {
  color: #272964;
}
@media screen and (max-width: 768px) {
  .ecourse_post p {
    font-size: 12pt;
    line-height: 22pt;
  }
}
.ecourse_post ul,
.ecourse_post ol {
  margin: 30px 0px;
  padding-left: 20px;
}
.ecourse_post ul li,
.ecourse_post ol li {
  font-size: 14pt;
  line-height: 24pt;
}
@media screen and (max-width: 768px) {
  .ecourse_post ul li,
  .ecourse_post ol li {
    font-size: 12pt;
    line-height: 22pt;
  }
}
.ecourse_post ul {
  padding: 0px;
  list-style-type: none;
}
.ecourse_post ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 14pt;
  line-height: 24pt;
  color: #272964;
}
@media screen and (max-width: 768px) {
  .ecourse_post ul li {
    font-size: 12pt;
    line-height: 22pt;
    padding-left: 30px;
  }
}
.ecourse_post ul li:before {
  color: #fa7070;
  float: left;
  margin: 0 0 0 -30px;
  width: 30px;
  font-size: 40pt;
  content: "•";
}

.my-nlp-links {
  margin: 30px 0px;
}
.my-nlp-links .nlp-link {
  background-color: #eeeeee;
  border-radius: 10pt;
  padding: 10px;
  text-decoration: none;
  display: block;
}
.my-nlp-links .nlp-link img {
  max-width: 100%;
  height: auto;
}
.my-nlp-links .nlp-link .link {
  font-size: 16pt;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  display: block;
  color: #393939;
}
.my-nlp-links .nlp-link:hover {
  background-color: #5053bb;
}
.my-nlp-links .nlp-link:hover .link {
  color: white;
}

.demo_vids {
  margin: 50px 0px;
}
.demo_vids .demo_card {
  display: block;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 10pt;
  padding: 10px;
  text-decoration: none;
}
.demo_vids .demo_card .title {
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
  text-align: center;
  display: block;
  color: #393939;
}

.ecourse-main.demos {
  padding-top: 20px;
}
.ecourse-main .course_sub_header {
  font-size: 15pt;
  text-align: center;
  color: #272964;
  margin-bottom: 30px;
}
.ecourse-main .course-image {
  background-color: #272964;
  color: white;
  border-radius: 10pt;
  margin-bottom: 30px;
}
.ecourse-main .course-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10pt 10pt 0pt 0pt;
  margin: 0px auto;
  display: block;
}
.ecourse-main .course-image .course-details {
  padding: 20px;
}
.ecourse-main .course-image .course-details .difficulty,
.ecourse-main .course-image .course-details .num_lessons,
.ecourse-main .course-image .course-details .type_lessons,
.ecourse-main .course-image .course-details .length_lessons {
  display: block;
  margin-bottom: 10px;
  font-size: 14pt;
}
.ecourse-main .course-image .course-details .difficulty .label,
.ecourse-main .course-image .course-details .num_lessons .label,
.ecourse-main .course-image .course-details .type_lessons .label,
.ecourse-main .course-image .course-details .length_lessons .label {
  opacity: 0.5;
  display: inline-block;
  margin-right: 10px;
}
.ecourse-main .course-image .course-details .difficulty i,
.ecourse-main .course-image .course-details .num_lessons i,
.ecourse-main .course-image .course-details .type_lessons i,
.ecourse-main .course-image .course-details .length_lessons i {
  color: #fa7070;
  margin-right: 5px;
}
.ecourse-main .course-image .course-details .length_lessons {
  margin-bottom: 0px;
}
.ecourse-main .progress-check {
  font-size: 14pt;
  margin-bottom: 20px;
  display: block;
}
.ecourse-main .wpc-bar-progress .wpc-numbers {
  color: #fa7070 !important;
}
.ecourse-main .wpc-progress-fill {
  background-color: #fa7070 !important;
}

.lesson_card {
  display: block;
  margin-bottom: 20px;
  background-color: #eeeeee;
  border-radius: 10pt;
  padding: 10px;
  text-decoration: none;
}
.lesson_card .link_lesson_picture {
  border-radius: 5pt;
  display: block;
  max-width: 200px;
}
.lesson_card .link_lesson_picture.coming-soon {
  opacity: 0.5;
}
@media screen and (max-width: 768px) {
  .lesson_card .link_lesson_picture {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.lesson_card .lesson_name {
  font-size: 20pt;
  font-weight: bold;
  margin-bottom: 20px;
  color: #393939;
}
.lesson_card .lesson_name.podcast {
  color: #272964;
}
.lesson_card .lesson_sub_name {
  font-size: 18pt;
  font-weight: bold;
  color: #393939;
}
.lesson_card .episode_link {
  display: block;
  padding: 20px;
  float: right;
  background-color: #fa7070;
  border-radius: 10pt;
  color: white;
  text-align: center;
  font-weight: bold;
}
.lesson_card .lesson_summary {
  font-size: 14pt;
  line-height: 22pt;
  color: #393939;
}
.lesson_card .lesson_length,
.lesson_card .lesson_type {
  color: #272964;
  display: inline-block;
  margin-right: 20px;
}
.lesson_card .lesson_length .label,
.lesson_card .lesson_type .label {
  display: inline-block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  .lesson_card .lesson_length {
    margin-bottom: 10px;
  }
}
.lesson_card .lesson_coming_soon {
  font-weight: normal;
  font-size: 14pt;
  color: #fa7070;
}
.lesson_card .complete_badge {
  margin-top: 45px;
  margin-right: 20px;
  font-weight: bold;
  color: #fa7070;
  display: block;
  text-align: center;
}
.lesson_card .complete_badge i {
  display: block;
  margin-bottom: 5px;
}
@media screen and (max-width: 768px) {
  .lesson_card .complete_badge {
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
.lesson_card:hover {
  background: linear-gradient(180deg, #48743df7 0%, #628f57b0 100%);
  color: white;
}
.lesson_card:hover .lesson_name,
.lesson_card:hover .lesson_summary {
  color: white;
}
.lesson_card:hover .lesson_length,
.lesson_card:hover .lesson_type {
  color: white;
}
.lesson_card.unavailable:hover {
  background-color: #eeeeee !important;
}
.lesson_card.unavailable:hover .lesson_name,
.lesson_card.unavailable:hover .lesson_summary {
  color: #393939;
}
.lesson_card.unavailable:hover .lesson_length,
.lesson_card.unavailable:hover .lesson_type {
  color: #272964;
}

.lesson_details {
  margin: 30px 0px;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.03);
  border: 1px solid rgba(0, 0, 0, 0.05);
  border-radius: 0.9rem;
}
.lesson_details .lesson_name {
  font-size: 16pt;
  color: #fa7070;
  margin-bottom: 20px;
}
.lesson_details .lesson_sub_name {
  font-size: 16pt;
  color: #fa7070;
  margin-bottom: 20px;
}
.lesson_details .lesson_summary p {
  font-size: 12pt !important;
  line-height: 22pt !important;
  color: #393939;
}
.lesson_details .lesson_length,
.lesson_details .lesson_type,
.lesson_details .lesson_download {
  color: #272964;
  display: inline-block;
  margin-right: 20px;
}
.lesson_details .lesson_length .label,
.lesson_details .lesson_type .label,
.lesson_details .lesson_download .label {
  display: inline-block;
  margin-right: 5px;
}
.lesson_details .lesson_download a {
  color: #272964;
  text-decoration: none;
}
.lesson_details .lesson_download a:hover {
  color: #fa7070;
}
@media screen and (max-width: 768px) {
  .lesson_details .lesson_length {
    margin-bottom: 10px;
  }
}
.lesson_details .lesson_button {
  padding-left: 50%;
}
@media screen and (max-width: 768px) {
  .lesson_details .lesson_button {
    padding-left: 0px;
  }
}
.lesson_details .wpc-button {
  width: 100%;
  text-align: center;
  border-radius: 10pt;
  padding: 15px;
  font-size: 16pt;
}
.lesson_details .next_lesson {
  text-align: right;
  color: #fa7070;
  font-size: 18pt;
  display: block;
  margin-top: 20px;
  text-decoration: none;
}
.lesson_details .next_lesson:hover {
  color: #272964;
  text-decoration: underline;
}
.lesson_details .course_complete_notification {
  text-align: right;
  color: #fa7070;
  font-size: 18pt;
  display: block;
  margin-top: 20px;
}

.lesson_viewall {
  font-size: 16pt;
  text-decoration: none;
  display: inline-block;
  color: #393939;
  padding: 15px;
  text-align: left;
}
.lesson_viewall i {
  color: #fa7070;
  margin-right: 5px;
}
.lesson_viewall:hover {
  background-color: #fa7070;
  color: white;
  border-radius: 10pt;
}
.lesson_viewall:hover i {
  color: white;
}
.lesson_viewall.mbottom {
  margin-bottom: 30px;
}

.lesson-action {
  background-color: #272964;
  background: linear-gradient(180deg, #272964 0%, #2e318a 100%);
  border-radius: 20px;
  padding: 20px;
  padding-bottom: 1px;
  border-radius: 10pt;
  color: white;
}
.lesson-action h3 {
  font-size: 18pt;
  margin: 0px 0px 20px 0px;
  color: white;
}
.lesson-action h3 i {
  color: #fa7070;
  margin-right: 5px;
}
.lesson-action ul {
  padding-left: 40px;
}
.lesson-action ul li {
  color: white !important;
  font-weight: normal !important;
}

.lesson-theline {
  height: 10px;
  background-color: #fa7070;
  width: 100%;
}

.lesson-standout {
  padding: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  border: 2px solid #bbbbbb;
  box-shadow: 0px 2px 10px rgba(140, 140, 140, 0.25);
  border-radius: 10pt;
}

.lesson-sellingpoints {
  padding: 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f6f6f6 100%);
  border: 2px solid #bbbbbb;
  box-shadow: 0px 2px 10px rgba(140, 140, 140, 0.25);
  border-radius: 10pt;
  margin-bottom: 40px;
}
.lesson-sellingpoints h2 {
  color: #fa7070;
}
.lesson-sellingpoints p {
  font-size: 14pt;
  line-height: 24pt;
}

.lesson_content h2 {
  color: #fa7070;
  font-size: 18pt;
  line-height: 28pt;
}
@media screen and (max-width: 920px) {
  .lesson_content h2 {
    font-size: 16pt;
    line-height: 24pt;
  }
}
.lesson_content p .aligncenter {
  display: block;
  margin: 20px;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
  text-align: center;
  height: auto;
}
@media screen and (max-width: 920px) {
  .lesson_content p .aligncenter {
    margin: 30px 0px;
    width: 100%;
    height: auto;
  }
}

.lesson_vidbox {
  background-color: #272964;
}

.upcoming-course-data h3 {
  color: #272964;
  font-size: 16pt;
}
.upcoming-course-data .upcoming-course-data-text {
  font-size: 14pt;
  display: block;
  margin-bottom: 20px;
}
.hero-block.whatisnlp-hero {
  background-image: url(../images/sir_img.png);
  background-position: 88% 50%;
  background-size: 26%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1215px) {
  .hero-block.whatisnlp-hero {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .hero-block.whatisnlp-hero {
    background-size: 0%;
  }
}

.hero-block.about-hero {
  background-image: url(../images/about_us.png);
  background-position: 95% 50%;
  background-size: 30%;
  background-repeat: no-repeat;
}

@media screen and (max-width: 1215px) {
  .hero-block.about-hero {
    padding: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .hero-block.about-hero {
    background-size: 0%;
  }
}

.hero-block.our-story-hero {
  background-image: url(../images/rebirthpng.png);
  background-position: 88% center;
  background-size: 35%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1215px) {
  .hero-block.our-story-hero {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .hero-block.our-story-hero {
    background-size: 0%;
  }
}

.hero-block.our-resourses-hero {
  background-image: url(../images/pnlp8.png);
  background-position: 88% center;
  background-size: 35%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1215px) {
  .hero-block.our-resourses-hero {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .hero-block.our-resourses-hero {
    background-size: 0%;
  }
}

.profile-block h2.profile-name {
  color: #fa7070 !important;
  font-weight: 500;
  margin-bottom: 10px;
}
.profile-block .qualifications {
  color: #fa7070;
  font-weight: 500;
  display: block;
  font-size: 14pt;
  line-height: 20pt;
  margin-bottom: 10px;
}
.profile-block .role {
  color: #272964;
  font-weight: 500;
  display: block;
  font-size: 14pt;
  line-height: 20pt;
  margin-bottom: 30px;
}
.profile-block .profile-connect {
  margin: 20px 0px;
  text-align: center;
}
.profile-block .profile-connect .label {
  display: inline-block;
  color: #272964;
  font-size: 14pt;
  font-weight: 500;
}
.profile-block .profile-connect ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: inline-block;
}
.profile-block .profile-connect ul li {
  display: inline-block;
  margin-left: 20px;
}
.profile-block .profile-connect ul li a i {
  font-size: 24pt;
  vertical-align: middle;
  color: #fa7070;
}
.profile-block .profile-connect ul li a:hover i {
  color: #c41479;
}
.profile-block .profile-connect ul li:before {
  color: #fa7070 !important;
  float: none !important;
  margin: 0 0 0 0px !important;
  width: 0px !important;
  font-size: 0pt !important;
  content: "" !important;
}

.ourstory-large {
  height: 100%;
}

.ourstory-lower {
  padding-top: 0px;
}

.ourstory-pictures {
  margin: 30px auto 0px auto;
}

.ourstory-full {
  width: 100%;
  height: auto;
  border-radius: 10pt;
}

.hero-block.contact-us-hero {
  background-image: url(../images/contactus.png);
  background-position: 90% 45%;
  background-size: 35%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1215px) {
  .hero-block.contact-us-hero {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .hero-block.contact-us-hero {
    background-size: 0%;
  }
}

.contact-field {
  font-size: 18pt;
  display: block;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 2px solid #eeeeee;
  color: #272964;
}
.contact-field a {
  color: #272964;
  text-decoration: underline;
}
.contact-field a:hover {
  color: #fa7070;
  text-decoration: none;
}
.contact-field i {
  color: #fa7070;
  margin-right: 5px;
}
.contact-field .contact-address-top {
  margin-bottom: 10px;
  display: inline-block;
}
.contact-field .contact-address {
  display: block;
  margin-left: 35px;
  margin-bottom: 10px;
}

.contact-social {
  margin: 20px 0px !important;
  list-style-type: none;
  padding: 0px;
}
.contact-social li {
  display: block;
  margin-bottom: 20px;
}
.contact-social li a {
  color: #272964;
  text-decoration: underline;
  font-size: 18pt;
}
.contact-social li a i {
  color: #fa7070;
  margin-right: 5px;
}
.contact-social li a:hover {
  color: #fa7070;
  text-decoration: none;
}
.contact-social li:before {
  color: #fa7070 !important;
  float: none !important;
  margin: 0 0 0 0px !important;
  width: 0px !important;
  font-size: 0pt !important;
  content: "" !important;
}

.hero-block.our-customers-hero {
  background-image: url(../images/customers-hero.png);
  background-position: 90% 50%;
  background-size: 20%;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1215px) {
  .hero-block.our-customers-hero {
    padding: 20px;
  }
}
@media screen and (max-width: 1023px) {
  .hero-block.our-customers-hero {
    background-size: 0%;
  }
}

.customer_feedback .card {
  margin-bottom: 1px;
}
@media screen and (max-width: 768px) {
  .customer_feedback .card {
    margin-bottom: 10px;
    padding: 10px;
  }
}

.content-block.feedback_intro {
  padding: 20px 0px !important;
}

.feedback_grid .grid-sizer,
.feedback_grid .feedback_grid_item {
  width: 33%;
  padding: 1%;
}
@media screen and (max-width: 920px) {
  .feedback_grid .grid-sizer,
  .feedback_grid .feedback_grid_item {
    width: 50%;
  }
}
@media screen and (max-width: 768px) {
  .feedback_grid .grid-sizer,
  .feedback_grid .feedback_grid_item {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .feedback_grid .grid-sizer,
  .feedback_grid .feedback_grid_item {
    width: 100%;
  }
}
.feedback_grid .feedback_grid_item {
  display: inline-block;
  vertical-align: top;
}
.feedback_grid .feedback_grid_item--width2 {
  width: 60%;
}

@media screen and (max-width: 1215px) {
  .hero-block h1 {
    text-align: left;
  }
}

.successful-coach-hero {
  background-color: #272964;
}
.successful-coach-hero .subtitle {
  color: white;
  opacity: 0.8;
}
.successful-coach-hero h1 {
  color: white;
}
.successful-coach-hero .hero-text p {
  color: white;
}
@media screen and (max-width: 768px) {
  .successful-coach-hero {
    background-position: 95% 5% !important;
  }
}
@media screen and (max-width: 480px) {
  .successful-coach-hero {
    background-size: 7% !important;
    background-position: 95% 3% !important;
  }
}

@media screen and (max-width: 768px) {
  .nlp-certified-practitioner-hero {
    background-position: 95% 5% !important;
  }
}
@media screen and (max-width: 480px) {
  .nlp-certified-practitioner-hero {
    background-size: 7% !important;
    background-position: 95% 3% !important;
  }
}

@media screen and (max-width: 768px) {
  .free-introduction-hero {
    background-position: 95% 5% !important;
  }
}
@media screen and (max-width: 480px) {
  .free-introduction-hero {
    background-size: 7% !important;
    background-position: 95% 3% !important;
  }
}

@media screen and (max-width: 768px) {
  .nlp-accelerate-hero {
    background-position: 95% 5% !important;
  }
}
@media screen and (max-width: 480px) {
  .nlp-accelerate-hero {
    background-position: 97% 3% !important;
  }
}

@media screen and (max-width: 768px) {
  .inside-out-hero {
    background-position: 95% 5% !important;
  }
}
@media screen and (max-width: 480px) {
  .inside-out-hero {
    background-size: 7% !important;
    background-position: 98% 3% !important;
  }
}

@media screen and (max-width: 768px) {
  .nlp-master-practitioner-hero {
    background-position: 95% 5% !important;
  }
}
@media screen and (max-width: 480px) {
  .nlp-master-practitioner-hero {
    background-size: 12% !important;
    background-position: 95% 3% !important;
  }
}

@media screen and (max-width: 920px) {
  .three-p-hero {
    background-size: 8% !important;
    background-position: 98% 5% !important;
  }
}
@media screen and (max-width: 768px) {
  .three-p-hero {
    background-size: 7% !important;
    background-position: 97% 3% !important;
  }
}
@media screen and (max-width: 480px) {
  .three-p-hero {
    background-size: 10% !important;
    background-position: 97% 2% !important;
  }
}

.quick-courses {
  background-color: #272964;
  background: linear-gradient(180deg, #272964 0%, #2e318a 100%);
  border-radius: 10pt;
  padding: 15px;
  color: white;
}
.quick-courses h3 {
  margin: 0px 0px 10px 0px;
  color: white;
}

.course_data {
  margin-top: 30px;
  text-align: right;
}
@media screen and (max-width: 1215px) {
  .course_data {
    margin-top: 0px;
  }
}
@media screen and (max-width: 768px) {
  .course_data {
    margin-top: 30px;
    text-align: left;
  }
}
.course_data .label {
  font-size: 12pt;
  color: #666666;
  display: block;
  margin-bottom: 10px;
}
@media screen and (max-width: 1215px) {
  .course_data .label {
    font-size: 10pt;
  }
}
.course_data .label.margintop {
  margin-top: 30px;
}
.course_data .orlabel {
  font-size: 10pt;
  color: #666666;
  display: block;
  text-transform: uppercase;
  margin-right: 18%;
}
.course_data .field {
  font-size: 15pt;
  line-height: 22pt;
  color: #272964;
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
}
.course_data .field i {
  color: #fa7070;
  margin-right: 5px;
}
.course_data .field a {
  color: #272964;
  text-decoration: none;
}
.course_data .field a:hover {
  color: #fa7070;
  text-decoration: underline;
}
@media screen and (max-width: 1215px) {
  .course_data .field {
    font-size: 12pt;
    line-height: 20pt;
  }
}
@media screen and (max-width: 768px) {
  .course_data .field {
    font-size: 11pt;
  }
}

.course-panel {
  margin-bottom: 30px;
}
.course-panel.last {
  margin-bottom: 0px;
}
@media screen and (max-width: 768px) {
  .course-panel {
    text-align: center;
  }
}

.course_icon {
  margin: 20px;
}
@media screen and (max-width: 1215px) {
  .course_icon {
    margin-right: 10px;
  }
}
@media screen and (max-width: 920px) {
  .course_icon {
    margin: 0px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  .course_icon {
    margin: 0px;
    margin-right: 0px;
    display: block;
    text-align: center;
    margin: 0px auto;
    max-width: 40px !important;
  }
}

.course-panel-details h3 {
  margin: 0px 0px 20px 0px;
}

.course-date-box .nextdate {
  display: block;
  margin-left: 10px;
  margin-right: 5px;
  color: rgb(147, 148, 182);
}
.course-date-box .course-month {
  text-align: left !important;
  margin-left: 10px !important;
  margin-right: 10px !important;
  margin-bottom: 20px !important;
}
.course-date-box .course-dates {
  display: block;
  margin-left: 10px;
  margin-right: 10px;
}
.course-date-box .course-spaces-left {
  display: block;
  margin-top: -10px !important;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px !important;
  text-transform: uppercase;
}
.course-date-box .course-spaces-left i {
  color: #ffc943;
  margin-right: 5px;
}
.course-date-box .dateand {
  color: rgb(147, 148, 182);
  display: block;
  margin: 5px 10px;
}

.availability-sold-out {
  padding: 20px;
  text-align: center;
  font-size: 20pt;
  border-radius: 5pt;
  font-weight: bold;
  background-color: #ffc943;
}
.availability-sold-out span {
  margin-top: 5px;
  display: block;
  font-size: 10pt;
  line-height: 15pt;
  color: #393939;
  font-weight: bold;
}
.availability-sold-out span i {
  margin-left: 5px;
}

.course_quote {
  background-image: url(../images/course-quote-bg.png);
  background-repeat: no-repeat;
  background-size: 40px;
  background-position: left 5%;
  padding-left: 60px;
}
@media screen and (max-width: 768px) {
  .course_quote {
    padding-left: 20px;
    padding-top: 40px;
    background-size: 30px;
    background-position: left top;
  }
}
.course_quote p {
  font-size: 16pt;
  line-height: 26pt !important;
  margin-bottom: 0px !important;
}
@media screen and (max-width: 768px) {
  .course_quote p {
    font-size: 14pt;
    line-height: 24pt !important;
  }
}
.course_quote .course_quoter,
.course_quote .course_quote_date {
  color: rgb(147, 148, 182);
  font-size: 15pt;
  display: block;
  margin-left: auto;
  width: 100%;
  text-align: right;
}
.course_quote .course_quote_date {
  margin-top: 5px;
}

.course_full_details {
  margin: 40px 0px;
}
.course_full_details .course-details-panel {
  position: relative;
  height: 100%;
  border: 0px solid #bbbbbb;
}
.course_full_details .course-details-panel .btn-expand {
  color: #fa7070;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 20pt;
}
.course_full_details .course-details-panel .btn-close {
  color: #fa7070;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 20pt;
  z-index: 10;
}
.course_full_details .course-details-panel h3 {
  color: #272964;
  margin: 0px 0px 10px 0px;
  text-align: center;
  font-weight: bold;
}
.course_full_details .course-details-panel h3.large {
  padding: 0px 0px;
}
.course_full_details .course-details-panel .day_sneak_peak.hide_me {
  display: none;
}
.course_full_details .course-details-panel .day_full_peak {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  padding: 20px;
  z-index: 10;
  background-color: white;
  box-shadow: 0px 2px 10px rgba(140, 140, 140, 0.25);
  border-radius: 10pt;
  visibility: hidden;
  width: 100%;
  opacity: 0;
  transition: box-shadow 0.3s ease-in-out;
}
.course_full_details .course-details-panel .day_full_peak.show_me {
  visibility: visible;
  opacity: 1;
}
.course_full_details .course-details-panel .day_full_peak h3 {
  color: #fa7070;
}
.course_full_details .course-details-panel .day_full_peak p {
  color: #272964;
}
.course_full_details .course-details-panel .day_full_peak ol {
  margin: 20px 0px;
}
.course_full_details .course-details-panel .day_full_peak ol li {
  color: #272964;
  margin-bottom: 10px;
}
.course_full_details .course-details-panel .day_full_peak ul li {
  font-size: 12pt !important;
  line-height: 20pt !important;
}

.course-break {
  text-align: center;
  background: #ededed !important;
  box-shadow: 0px 0px 0px rgba(140, 140, 140, 0) !important;
}
.course-break h3 {
  color: #393939 !important;
  margin-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .course-break h3 {
    margin-top: 0px !important;
  }
}

.course-group {
  border-radius: 10pt;
  text-align: center;
  background: linear-gradient(180deg, #272964 0%, #2e318a 100%);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1);
  color: white;
}
.course-group h3 {
  color: white !important;
  margin-top: 25px !important;
}
@media screen and (max-width: 768px) {
  .course-group h3 {
    margin-top: 0px !important;
  }
}
.course-group p {
  color: white !important;
}

.thoughts-index .card {
  height: 100%;
  justify-content: flex-start !important;
}
@media screen and (max-width: 920px) {
  .thoughts-index .card {
    min-height: 0px;
  }
}
.thoughts-index .card .news_title_link {
  text-decoration: none;
}
.thoughts-index .card .news_title_link h2 {
  color: #fa7070;
  font-size: 20pt;
  line-height: 24pt;
  text-align: center;
  margin: 0px 0px 20px 0px;
}
@media screen and (max-width: 920px) {
  .thoughts-index .card .news_title_link h2 {
    font-size: 16pt;
  }
}
.thoughts-index .card .post-meta {
  font-size: 12pt;
  display: block;
  color: #fa7070;
  font-weight: 500;
  margin-bottom: 20px;
}
.thoughts-index .card .excerpt {
  margin-top: 0px;
}
.thoughts-index .card .excerpt p {
  color: #272964;
  font-size: 14pt;
  line-height: 24pt;
}
.thoughts-index .card .blog_list_thumbnail {
  display: block;
  overflow: hidden;
  /* border: 4px solid white; */
  border-radius: 5pt;
}
.thoughts-index .card .blog_list_thumbnail img {
  max-width: 100%;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  height: auto;
  display: block;
}
@media screen and (max-width: 920px) {
  .thoughts-index .card .blog_list_thumbnail img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}
.thoughts-index .card .blog_list_thumbnail img:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.thoughts-index .card .read-more {
  background-color: #fa7070;
  padding: 20px;
  color: white;
  font-size: 16pt;
  line-height: 22pt;
  font-weight: 500;
  text-decoration: none;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13);
  margin: 10px 0px;
  border-radius: 5pt;
  text-align: center;
}
.thoughts-index .card .read-more:hover {
  background-color: #fd3b3b;
}
@media screen and (max-width: 1408px) {
  .thoughts-index .card .read-more {
    font-size: 15pt;
    line-height: 20pt;
  }
}
@media screen and (max-width: 920px) {
  .thoughts-index .card .read-more {
    position: relative;
    margin-top: 20px;
    bottom: auto;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .thoughts-index .card .read-more {
    font-size: 14pt;
    padding: 15px;
    line-height: 20pt;
  }
}

.blog-post {
  margin-top: 20px;
}
.blog-post .post-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10pt;
  margin: 0px auto;
  display: block;
}
.blog-post h1 {
  color: #fa7070;
  text-align: center;
  font-size: 30pt;
  margin: 20px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  .blog-post h1 {
    font-size: 20pt;
  }
}
.blog-post p {
  font-size: 14pt;
  line-height: 24pt;
}
.blog-post p:first-child {
  font-size: 16pt;
  color: #fa7070;
  line-height: 26pt;
}
@media screen and (max-width: 768px) {
  .blog-post p:first-child {
    font-size: 14pt;
    color: #fa7070;
    line-height: 22pt;
  }
}
.blog-post p a {
  color: #fa7070;
  text-decoration: underline;
}
.blog-post p a:hover {
  color: #272964;
}
@media screen and (max-width: 768px) {
  .blog-post p {
    font-size: 12pt;
    line-height: 22pt;
  }
}
.blog-post ul,
.blog-post ol {
  margin: 30px 0px;
  padding-left: 20px;
}
.blog-post ul li,
.blog-post ol li {
  font-size: 14pt;
  line-height: 24pt;
}
@media screen and (max-width: 768px) {
  .blog-post ul li,
  .blog-post ol li {
    font-size: 12pt;
    line-height: 22pt;
  }
}
.blog-post ul {
  padding: 0px;
  list-style-type: none;
}
.blog-post ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 14pt;
  line-height: 24pt;
  color: #272964;
}
@media screen and (max-width: 768px) {
  .blog-post ul li {
    font-size: 12pt;
    line-height: 22pt;
    padding-left: 30px;
  }
}
.blog-post ul li:before {
  color: #fa7070;
  float: left;
  margin: 0 0 0 -30px;
  width: 30px;
  font-size: 40pt;
  content: "•";
}

.entry-meta {
  background-color: #f6f6f6;
  border-radius: 5pt;
  padding: 20px;
  margin-bottom: 40px;
}
.entry-meta .byline {
  display: block;
}
@media screen and (max-width: 768px) {
  .entry-meta .byline {
    font-size: 11pt;
  }
}
.entry-meta .posted-on {
  font-weight: bold;
  color: #272964;
  display: block;
  margin: 0px 0px 5px 0px;
}
@media screen and (max-width: 768px) {
  .entry-meta .posted-on {
    font-size: 11pt;
  }
}
.entry-meta .posted-by,
.entry-meta .social-share {
  display: inline-block;
}
.entry-meta .posted-by {
  width: 39%;
  vertical-align: top;
}
@media screen and (max-width: 768px) {
  .entry-meta .posted-by {
    width: 100%;
    text-align: left;
  }
}
.entry-meta .social-share {
  width: 59%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .entry-meta .social-share {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
}
.entry-meta .social-share h4 {
  margin: 0px 0px 10px 0px;
}
@media screen and (max-width: 768px) {
  .entry-meta .social-share h4 {
    font-size: 11pt;
  }
}
.entry-meta .social-share .a2a_kit {
  text-align: right;
  float: right;
}
@media screen and (max-width: 768px) {
  .entry-meta .social-share .a2a_kit {
    text-align: left;
    float: none;
  }
}
.entry-meta .social-share .a2a_kit .a2a_dd {
  display: none;
}

.wp-pagenavi {
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi {
    margin-top: 20px;
    padding-top: 10px;
    margin-bottom: 40px;
  }
}
.wp-pagenavi .pages {
  background-color: inherit;
  color: white;
  display: block;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wp-pagenavi .pages {
    margin-bottom: 10px;
  }
}

.wp-pagenavi a,
.wp-pagenavi span {
  padding: 10px 15px;
  margin-right: 10px;
  background-color: #272964;
  font-size: 18pt;
  color: white;
  text-decoration: none;
  border: 0px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
@media screen and (max-width: 920px) {
  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 10pt;
  }
}

.wp-pagenavi span.current {
  background: #fa7070;
  color: #fff;
  padding: 10px 15px;
  border: 0px;
}

.wp-pagenavi a:hover {
  background: #fd3b3b;
  color: #fff;
  padding: 10px 15px;
  border: 0px;
}

.wp-pagenavi span.current {
  font-weight: bold;
}

.type-product {
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .type-product .woocommerce-product-gallery {
    display: none;
  }
}
.type-product .price {
  font-size: 20pt !important;
  color: #272964 !important;
}
.type-product h1 {
  color: #fa7070;
  font-size: 30pt;
  line-height: 40pt;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 768px) {
  .type-product h1 {
    font-size: 22pt;
    line-height: 35pt;
  }
}
.type-product h2 {
  color: #fa7070;
  font-size: 24pt;
  line-height: 34pt;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 1408px) {
  .type-product h2 {
    font-size: 22pt;
    line-height: 32pt;
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  .type-product h2 {
    font-size: 18pt;
    line-height: 25pt;
  }
}
.type-product h3 {
  color: #fa7070;
  font-size: 18pt;
  line-height: 30pt;
  font-weight: 500;
  margin: 0px 0px 30px 0px;
}
@media screen and (max-width: 1408px) {
  .type-product h3 {
    font-size: 18pt;
    line-height: 20pt;
    margin: 0px 0px 20px 0px;
  }
}
@media screen and (max-width: 768px) {
  .type-product h3 {
    font-size: 18pt;
    line-height: 25pt;
  }
}
.type-product ul {
  margin: 0px;
  margin-left: 30px;
  padding: 0px;
  list-style-type: none;
}
.type-product ul li {
  display: block;
  margin-bottom: 20px;
  font-size: 14pt;
  line-height: 24pt;
  color: #272964;
}
@media screen and (max-width: 768px) {
  .type-product ul li {
    font-size: 12pt;
    line-height: 22pt;
  }
}
.type-product ul li:before {
  color: #fa7070;
  float: left;
  margin: 0 0 0 -30px;
  width: 30px;
  font-size: 40pt;
  content: "•";
}
.type-product p {
  font-size: 14pt;
  line-height: 24pt;
  color: #272964;
  margin: 0px 0px 20px 0px;
}
.type-product p:last-child {
  margin-bottom: 0px;
}
.type-product p a {
  color: #fa7070;
  text-decoration: underline;
}
.type-product p a:hover {
  text-decoration: none;
}
@media screen and (max-width: 1408px) {
  .type-product p {
    font-size: 12pt;
    line-height: 22pt;
  }
}
.type-product p.small {
  font-size: 12pt;
  line-height: 20pt;
  color: #666666;
}
.type-product .woocommerce-tabs {
  display: none;
}
.type-product .product_meta {
  display: none;
}

.cart .qty {
  padding: 0.6180469716em;
  background-color: #f2f2f2;
  color: #43454b;
  outline: 0;
  border: 0;
  text-align: center;
  width: 100%;
  position: relative;
  height: 60px;
  -webkit-appearance: none;
  box-sizing: border-box;
  font-weight: 400;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.13);
}
.cart .single_add_to_cart_button {
  display: inline-block;
  background-color: #fa7070 !important;
  width: 100%;
  display: block;
  margin: 0px;
  font-size: 16pt;
  padding: 22px 5px !important;
  border-radius: 5pt !important;
  width: 86%;
  padding: 5px;
}
.cart .single_add_to_cart_button:hover {
  background-color: #fd3b3b !important;
}

.woocommerce .coupon {
  display: none;
}
.woocommerce .woocommerce-cart-form__cart-item .product-name a {
  color: #fa7070;
  text-decoration: none;
  font-size: 14pt;
}
.woocommerce .woocommerce-cart-form__cart-item .product-name a:hover {
  text-decoration: underline;
}
.woocommerce a.checkout-button {
  background-color: #fa7070 !important;
  padding: 20px !important;
  color: white !important;
  font-size: 16pt !important;
  line-height: 22pt !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13) !important;
  margin: 10px 0px !important;
  width: 100%;
  display: inline-block !important;
  border-radius: 5pt !important;
}
.woocommerce a.checkout-button:hover {
  background-color: #fd3b3b !important;
}
@media screen and (max-width: 1408px) {
  .woocommerce a.checkout-button {
    font-size: 15pt !important;
    line-height: 20pt !important;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce a.checkout-button {
    font-size: 14pt !important;
    padding: 15px !important;
    line-height: 20pt !important;
  }
}

.place-order .button {
  background-color: #fa7070 !important;
  padding: 20px !important;
  color: white !important;
  font-size: 16pt !important;
  line-height: 22pt !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13) !important;
  margin: 10px 0px !important;
  width: 100%;
  display: inline-block !important;
  border-radius: 5pt !important;
}
.place-order .button:hover {
  background-color: #fd3b3b !important;
}
@media screen and (max-width: 1408px) {
  .place-order .button {
    font-size: 15pt !important;
    line-height: 20pt !important;
  }
}
@media screen and (max-width: 768px) {
  .place-order .button {
    font-size: 14pt !important;
    padding: 15px !important;
    line-height: 20pt !important;
  }
}

.woocommerce-checkout-payment {
  background: #eeeeee !important;
}

.woocommerce-checkout {
  vertical-align: top;
}
.woocommerce-checkout .col2-set {
  vertical-align: top;
  display: inline-block;
  width: 49% !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .col2-set {
    width: 100% !important;
  }
}
.woocommerce-checkout .col2-set .col-1 {
  width: 100% !important;
  float: none !important;
}
.woocommerce-checkout .col2-set .col-2 {
  width: 100% !important;
  float: none !important;
}
.woocommerce-checkout #order_review_heading {
  display: none !important;
}
.woocommerce-checkout .woocommerce-checkout-review-order {
  vertical-align: top;
  display: inline-block;
  width: 49% !important;
  margin-left: 1%;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .woocommerce-checkout .woocommerce-checkout-review-order {
    width: 100% !important;
    margin-left: 0px !important;
    padding-left: 0px !important;
  }
}

.woocommerce-billing-fields h3 {
  margin: 0px 0px 10px 0px !important;
}
@media screen and (max-width: 768px) {
  .woocommerce-billing-fields .form-row-first {
    float: none !important;
    width: 100% !important;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-billing-fields .form-row-last {
    float: none !important;
    width: 100% !important;
  }
}

.woocommerce-additional-fields h3 {
  margin: 30px 0px 10px 0px !important;
}

.woocommerce-info {
  border-top: #272964 3px solid;
}
.woocommerce-info a {
  color: #fa7070;
  text-decoration: none;
}
.woocommerce-info a:hover {
  text-decoration: underline;
}
.woocommerce-info:before {
  color: #fa7070;
}

.woocommerce-input-wrapper .input-text {
  margin: 0px;
  border-radius: 5pt;
  border: 2px solid #272964;
  color: #393939;
  padding: 15px !important;
  width: 100% !important;
  margin-bottom: 10px;
}

.shop_table .order-total .woocommerce-Price-amount {
  font-size: 20pt;
  color: #fa7070;
}

.woocommerce-form-coupon-toggle {
  display: none;
}

.woocommerce-form-login {
  background-color: #eeeeee;
  border-radius: 10pt;
  border: 0px !important;
  text-align: center;
  padding: 10px;
  max-width: 50%;
  margin-left: auto !important;
  margin-right: auto !important;
}
.woocommerce-form-login .woocommerce-Input {
  margin: 0px;
  border-radius: 5pt;
  border: 2px solid #272964;
  color: #393939;
  padding: 15px !important;
  width: 100% !important;
  margin-bottom: 10px;
}
.woocommerce-form-login .woocommerce-form-login__submit {
  background-color: #fa7070 !important;
  padding: 20px !important;
  color: white !important;
  font-size: 16pt !important;
  line-height: 22pt !important;
  font-weight: 500 !important;
  text-decoration: none !important;
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.13) !important;
  margin: 10px 0px !important;
  width: 100%;
  display: inline-block !important;
  border-radius: 5pt !important;
}
.woocommerce-form-login .woocommerce-form-login__submit:hover {
  background-color: #fd3b3b !important;
}
@media screen and (max-width: 1408px) {
  .woocommerce-form-login .woocommerce-form-login__submit {
    font-size: 15pt !important;
    line-height: 20pt !important;
  }
}
@media screen and (max-width: 768px) {
  .woocommerce-form-login .woocommerce-form-login__submit {
    font-size: 14pt !important;
    padding: 15px !important;
    line-height: 20pt !important;
  }
}

.woocommerce-MyAccount-navigation ul {
  margin: 0px !important;
  padding: 0px;
  list-style-type: none;
  background-color: #eeeeee;
  padding: 20px;
  border-radius: 10pt;
}
.woocommerce-MyAccount-navigation ul li {
  margin-bottom: 0px;
}
.woocommerce-MyAccount-navigation ul li:before {
  content: "";
  width: 0px;
  margin: 0px;
  float: none;
}
.woocommerce-MyAccount-navigation ul li a {
  color: #272964;
  text-decoration: none;
}
.woocommerce-MyAccount-navigation ul li a:hover {
  color: #fa7070;
  text-decoration: underline;
}

#wc-memberships-members-area-section a {
  color: #fa7070;
}
#wc-memberships-members-area-section .membership-content-actions .button {
  color: white;
  background-color: #fa7070;
  font-weight: normal;
  width: 100%;
  text-align: center;
}

.woocommerce-account-my-teams a {
  color: #fa7070;
}
.woocommerce-account-my-teams ul li:before {
  content: "";
  width: 0px;
  margin: 0px;
  float: none;
}

.woocommerce-account-my-teams h3 {
  margin-bottom: 20px;
}
.woocommerce-account-my-teams #registration-link-form {
  margin-bottom: 30px;
}
.woocommerce-account-my-teams #add-member-form .button {
  color: white;
  background-color: #fa7070;
  font-weight: normal;
  width: 50%;
  padding: 20px;
  border-radius: 10pt;
  margin-top: 20px;
  text-align: center;
}
.woocommerce-account-my-teams #team-name-form {
  margin-bottom: 20px;
}
.woocommerce-account-my-teams .shop_table.my_team_details {
  font-size: 14pt;
}
.woocommerce-account-my-teams
  .shop_table.my_team_details
  .my-team-detail-membership-plan
  td {
  font-weight: bold;
}
