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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  -ms-word-wrap: break-word;
  word-break: break-word;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
      hyphens: auto;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3;
}

@font-face {
  font-family: 'Giorgio Regular';
  src: url("../fonts/giorgio-webfont.woff2") format("woff2"), url("../giorgio-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Giorgio Thin';
  src: url("../fonts/giorgio-thin-webfont.woff2") format("woff2"), url("../fonts/giorgio-thin-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* Uncomment and set these variables to customize the grid. */
.container,
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -1rem;
  margin-left: -1rem;
}

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

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

.col-xs,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%;
}

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%;
}

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%;
}

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%;
}

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%;
}

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%;
}

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%;
}

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%;
}

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.333%;
}

.col-xs-offset-2 {
  margin-left: 16.667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.333%;
}

.col-xs-offset-5 {
  margin-left: 41.667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.333%;
}

.col-xs-offset-8 {
  margin-left: 66.667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.333%;
}

.col-xs-offset-11 {
  margin-left: 91.667%;
}

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

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

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

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

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

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

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

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

.first-xs {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.last-xs {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 1;
}

@media only screen and (min-width: 48em) {
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-sm {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.667%;
  }
  .start-sm {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-sm {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-sm {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-sm {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-sm {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-sm {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-sm {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 62em) {
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-md {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.333%;
  }
  .col-md-offset-2 {
    margin-left: 16.667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.333%;
  }
  .col-md-offset-5 {
    margin-left: 41.667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.333%;
  }
  .col-md-offset-8 {
    margin-left: 66.667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.333%;
  }
  .col-md-offset-11 {
    margin-left: 91.667%;
  }
  .start-md {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-md {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-md {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-md {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-md {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-md {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-md {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-md {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media only screen and (min-width: 75em) {
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .col-lg {
    -ms-flex-positive: 1;
    -webkit-box-flex: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%;
  }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%;
  }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%;
  }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%;
  }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%;
  }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%;
  }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%;
  }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%;
  }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.667%;
  }
  .start-lg {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }
  .center-lg {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    -ms-flex-pack: end;
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }
  .middle-lg {
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
  }
  .bottom-lg {
    -ms-flex-align: end;
    -webkit-box-align: end;
    align-items: flex-end;
  }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .between-lg {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }
  .first-lg {
    -ms-flex-order: -1;
    -webkit-box-ordinal-group: 0;
    order: -1;
  }
  .last-lg {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid;
}

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f;
}

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8;
}

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4;
}

.alert-success {
  border-color: #deeaae;
  background: #e6efc2;
}

.submit-btn,
.wpcf7-submit {
  display: inline-block;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-decoration: none;
  color: #231f20;
  font-size: 14px;
  line-height: 34px;
  font-weight: normal;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
  -webkit-transition: background-color 0.14s ease-in-out;
  transition: background-color 0.14s ease-in-out;
}

.submit-btn:hover,
.wpcf7-submit:hover, .submit-btn:focus,
.wpcf7-submit:focus {
  color: #000000;
  text-decoration: none;
}

.submit-btn:active,
.wpcf7-submit:active {
  top: 1px;
}

.submit-btn,
.wpcf7-submit {
  background-color: #eaedf2;
  width: 100%;
  display: block;
}

.submit-btn:hover, .submit-btn:focus,
.wpcf7-submit:hover,
.wpcf7-submit:focus {
  background-color: #dde2ea;
}

.submit-btn:active,
.wpcf7-submit:active {
  background-color: #dae0e8;
}

.submit-btn,
.wpcf7-submit {
  max-width: 180px;
  margin: 0 auto;
  background-color: #BDE1F4;
  border-color: #41B2DE;
  color: #41B2DE;
}

.submit-btn:hover,
.wpcf7-submit:hover {
  background-color: #41B2DE;
  color: #FFFFFF;
}

#wpcf7-f7-p35-o1 .submit-btn,
#wpcf7-f7-p35-o1 .wpcf7-submit {
  background-color: #ADD255;
  border-color: #ADD255;
  color: #FFFFFF;
}

#wpcf7-f7-p35-o1 .submit-btn:hover,
#wpcf7-f7-p35-o1 .wpcf7-submit:hover {
  background-color: #DEEAB7;
  border-color: #ADD255;
  color: #ADD255;
}

.wpcf7-radio .wpcf7-list-item {
  display: block;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block;
  height: 40px;
  line-height: 40px;
  padding: 8px 12px;
  margin: 10px 0 14px;
  font-size: 14px;
  color: #231F20;
  border-radius: 12px;
  vertical-align: middle;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #CCCCCC;
  width: 100%;
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #FFFFFF;
  -webkit-transition: background-color 0.24s ease-in-out;
  transition: background-color 0.24s ease-in-out;
}

input[type="text"]:focus, input[type="text"]:active,
input[type="password"]:focus,
input[type="password"]:active,
input[type="datetime"]:focus,
input[type="datetime"]:active,
input[type="datetime-local"]:focus,
input[type="datetime-local"]:active,
input[type="date"]:focus,
input[type="date"]:active,
input[type="month"]:focus,
input[type="month"]:active,
input[type="time"]:focus,
input[type="time"]:active,
input[type="week"]:focus,
input[type="week"]:active,
input[type="number"]:focus,
input[type="number"]:active,
input[type="email"]:focus,
input[type="email"]:active,
input[type="url"]:focus,
input[type="url"]:active,
input[type="search"]:focus,
input[type="search"]:active,
input[type="tel"]:focus,
input[type="tel"]:active,
input[type="color"]:focus,
input[type="color"]:active,
select:focus,
select:active,
textarea:focus,
textarea:active,
.field:focus,
.field:active {
  border: 1px solid #CCCCCC;
  background-color: #fafbfc;
  outline: none;
}

input[type="text"].error, input[type="text"].is-invalid,
input[type="password"].error,
input[type="password"].is-invalid,
input[type="datetime"].error,
input[type="datetime"].is-invalid,
input[type="datetime-local"].error,
input[type="datetime-local"].is-invalid,
input[type="date"].error,
input[type="date"].is-invalid,
input[type="month"].error,
input[type="month"].is-invalid,
input[type="time"].error,
input[type="time"].is-invalid,
input[type="week"].error,
input[type="week"].is-invalid,
input[type="number"].error,
input[type="number"].is-invalid,
input[type="email"].error,
input[type="email"].is-invalid,
input[type="url"].error,
input[type="url"].is-invalid,
input[type="search"].error,
input[type="search"].is-invalid,
input[type="tel"].error,
input[type="tel"].is-invalid,
input[type="color"].error,
input[type="color"].is-invalid,
select.error,
select.is-invalid,
textarea.error,
textarea.is-invalid,
.field.error,
.field.is-invalid {
  color: #fbe3e4;
  border-color: #fbe3e4;
  background-color: #FFFFFF;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDREQkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDREQ0YwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjQ3ODRGRkE2RjA0QTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERBRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+U8iT5wAAAedJREFUeNqk1U9I02Ecx/HtV3aIFAc1hcRDUoGXRAq0oNLA2CrsEFmHbikZu0iQYIFGYAiegkCpLipBxPpDEBMUzB0EhSG2LhG7hMR2GviPgUTvB57Bw8P3+U23B16HPX8+e/b8nt93wezZSMCnhXETF3AcB5BDCnH8Dq98ExcGHcFn8Ah3cdDni+fxnPDv9oAnTB7CKu6VCFXtChZy56LxUjt+jfuB8toSOth9wd7xWAWhqrUjYR/FRTwWJm+iIPT/w7bQf5ljiZnBg45dtKFX6H+LU8gIY8OEV6vgTkStwXWE8BPTGDHGPqNPz2mCfSOOYkA99TvCt1bhGPL68zMcwmncMuape10jrI+q4BbHi/FLn31S9z2x5tRhTc+1W506ipM+T3oRD4X+8+qtc4SqFvL0z/Fr14S+Szjis8bz9Lvvaq8cwS/wwGfdlqfPSWqTiFlX77o13u9Ym1PBs8JAytpRoy44X9Ft9E/gvbA+rYKn8NcaaMVc8UHgBw4b9/iqUQZ6hOAJFbyDcUflmsEX4a6+wTtHGfhAIUqa1U29Zc2BytouThD8x6xuN5CtMPi2CrXLZkZf/HyZoRFCP7n+QVR4PV7uI/AjGghN7OU/r1ilnqILtfpNC+o6vIFljBKYlhb/F2AAgaBsWR5wRiIAAAAASUVORK5CYII=);
  outline-color: #fbe3e4;
}

input[type="text"].success, input[type="text"].is-valid,
input[type="password"].success,
input[type="password"].is-valid,
input[type="datetime"].success,
input[type="datetime"].is-valid,
input[type="datetime-local"].success,
input[type="datetime-local"].is-valid,
input[type="date"].success,
input[type="date"].is-valid,
input[type="month"].success,
input[type="month"].is-valid,
input[type="time"].success,
input[type="time"].is-valid,
input[type="week"].success,
input[type="week"].is-valid,
input[type="number"].success,
input[type="number"].is-valid,
input[type="email"].success,
input[type="email"].is-valid,
input[type="url"].success,
input[type="url"].is-valid,
input[type="search"].success,
input[type="search"].is-valid,
input[type="tel"].success,
input[type="tel"].is-valid,
input[type="color"].success,
input[type="color"].is-valid,
select.success,
select.is-valid,
textarea.success,
textarea.is-valid,
.field.success,
.field.is-valid {
  color: #e6efc2;
  border-color: #e6efc2;
  background-color: #FFFFFF;
  background-position: 99% center;
  background-repeat: no-repeat;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAYAAADEtGw7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo2NDM0NDRERkYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo2NDM0NDRFMEYwNEIxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjY0MzQ0NERERjA0QjExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjY0MzQ0NERFRjA0QjExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+7olkTQAAAfhJREFUeNqklU9oE0EUhzdroWjw0tBeWlDxkEaIp55TsCU9VKIgCrHBelA8CQ1Kr1WPbZrQ3gqtQqvGqxpQc2jBk6BIIaAGD4qNCKURpDSKiPi98gLDsJt//uBjsztvfnk7895sIPAw6/joGMThFJyAXn2+A+9gA57/TaY/eU0OeBgfhGm4DiGnsb7DAszxBz/NAdcKjMJLuNWCqagHbsscN5+L+hmH4QkMOe1L5jzFfNA2PgT34ajTuY7AGuZB0/hmh5m+gS0r8xv1zRvg+gGCHZiOwnF4DP3iB3sQkYxPd2C6CWfhB9Xwlus5+K1j4jXuaq3a+gM1H9OPcAa+7q9lPidZJqHbiIm7Wg22rsEI7FrPSzAMX/T+ADyAKSsu7Fr1KplehLvwCs5DvfBf65p+MypqRbO1FXK9utH4/QKuaqYTsG3E3INJv00Q46px3+XxanJ/Ute2/vqP4FKDza2KcdljIKdnhS0xXYULTaqmLMZFn8FFSFtvt6x70ExFCS5oUXspq2ssa7oEl1swFa+CGFdgtkHgPDyDKy02zyxNU6lXRUZb1EuHYayNNs+Yh5B0WQo+/8fpJnNTZFuzz2OpjoQ2QruSOQlMy35fEGmEGMxY9e1brxobw7TkWA1h6xfckUPb+JhGoE/Hpfvew7qUld/H9J8AAwDpw3WYrxcZ3QAAAABJRU5ErkJggg==);
  outline-color: #e6efc2;
}

input[type="text"][disabled], input[type="text"].is-disabled,
input[type="password"][disabled],
input[type="password"].is-disabled,
input[type="datetime"][disabled],
input[type="datetime"].is-disabled,
input[type="datetime-local"][disabled],
input[type="datetime-local"].is-disabled,
input[type="date"][disabled],
input[type="date"].is-disabled,
input[type="month"][disabled],
input[type="month"].is-disabled,
input[type="time"][disabled],
input[type="time"].is-disabled,
input[type="week"][disabled],
input[type="week"].is-disabled,
input[type="number"][disabled],
input[type="number"].is-disabled,
input[type="email"][disabled],
input[type="email"].is-disabled,
input[type="url"][disabled],
input[type="url"].is-disabled,
input[type="search"][disabled],
input[type="search"].is-disabled,
input[type="tel"][disabled],
input[type="tel"].is-disabled,
input[type="color"][disabled],
input[type="color"].is-disabled,
select[disabled],
select.is-disabled,
textarea[disabled],
textarea.is-disabled,
.field[disabled],
.field.is-disabled {
  cursor: not-allowed;
  border-color: #CFCFCF;
  opacity: 0.6;
}

input[type="text"][disabled]:focus, input[type="text"][disabled]:active, input[type="text"].is-disabled:focus, input[type="text"].is-disabled:active,
input[type="password"][disabled]:focus,
input[type="password"][disabled]:active,
input[type="password"].is-disabled:focus,
input[type="password"].is-disabled:active,
input[type="datetime"][disabled]:focus,
input[type="datetime"][disabled]:active,
input[type="datetime"].is-disabled:focus,
input[type="datetime"].is-disabled:active,
input[type="datetime-local"][disabled]:focus,
input[type="datetime-local"][disabled]:active,
input[type="datetime-local"].is-disabled:focus,
input[type="datetime-local"].is-disabled:active,
input[type="date"][disabled]:focus,
input[type="date"][disabled]:active,
input[type="date"].is-disabled:focus,
input[type="date"].is-disabled:active,
input[type="month"][disabled]:focus,
input[type="month"][disabled]:active,
input[type="month"].is-disabled:focus,
input[type="month"].is-disabled:active,
input[type="time"][disabled]:focus,
input[type="time"][disabled]:active,
input[type="time"].is-disabled:focus,
input[type="time"].is-disabled:active,
input[type="week"][disabled]:focus,
input[type="week"][disabled]:active,
input[type="week"].is-disabled:focus,
input[type="week"].is-disabled:active,
input[type="number"][disabled]:focus,
input[type="number"][disabled]:active,
input[type="number"].is-disabled:focus,
input[type="number"].is-disabled:active,
input[type="email"][disabled]:focus,
input[type="email"][disabled]:active,
input[type="email"].is-disabled:focus,
input[type="email"].is-disabled:active,
input[type="url"][disabled]:focus,
input[type="url"][disabled]:active,
input[type="url"].is-disabled:focus,
input[type="url"].is-disabled:active,
input[type="search"][disabled]:focus,
input[type="search"][disabled]:active,
input[type="search"].is-disabled:focus,
input[type="search"].is-disabled:active,
input[type="tel"][disabled]:focus,
input[type="tel"][disabled]:active,
input[type="tel"].is-disabled:focus,
input[type="tel"].is-disabled:active,
input[type="color"][disabled]:focus,
input[type="color"][disabled]:active,
input[type="color"].is-disabled:focus,
input[type="color"].is-disabled:active,
select[disabled]:focus,
select[disabled]:active,
select.is-disabled:focus,
select.is-disabled:active,
textarea[disabled]:focus,
textarea[disabled]:active,
textarea.is-disabled:focus,
textarea.is-disabled:active,
.field[disabled]:focus,
.field[disabled]:active,
.field.is-disabled:focus,
.field.is-disabled:active {
  background-color: #d5edf8;
}

input[type="password"] {
  letter-spacing: 0.3em;
}

textarea {
  max-width: 100%;
  min-height: 120px;
  line-height: 1.5em;
}

select {
  -webkit-appearance: none;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAHCAYAAADXhRcnAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyRpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoTWFjaW50b3NoKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpEOEZCMjYxMEYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpEOEZCMjYxMUYwNUUxMUUyOTI4REZGQTEzMzA2MDcyNiI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkQ4RkIyNjBFRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2IiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkQ4RkIyNjBGRjA1RTExRTI5MjhERkZBMTMzMDYwNzI2Ii8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Vxkp9gAAAI9JREFUeNpidHFxucHAwKAOxE+AmJmBMPgLxDJAfJMFSKwD4kqoAClgA+P///8ZXF1dPaCGcBKh6QcQB+3evXs7WDMIAA2QB1I7gFgDj0aQFz2BGh+AOEwwUaDAQyBlCMR7cGjcC5KHaQQBuM3IAOiKTiBVhiTUDdRUhq4Oq2aoAelAahIQ5wM1zsCmBiDAADhYMJXVZ9u9AAAAAElFTkSuQmCC);
  background-repeat: no-repeat;
  background-position: 97.5% center;
  height: 58px;
  line-height: 1px;
  font-size: 16px;
}

label {
  margin-bottom: 8px;
}

html {
  margin: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: "sofia-pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 100%;
  font-weight: 400;
  font-style: normal;
  line-height: 1.5;
  color: #231F20;
  background-color: #FFFFFF;
  height: 100%;
  margin: 0;
  position: relative;
}

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

html,
body {
  max-width: 100% !important;
  overflow-x: hidden !important;
}

.rtl {
  direction: rtl;
}

.wrap {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

a,
a:visited {
  color: #ADD255;
}

a:hover, a:focus,
a:visited:hover,
a:visited:focus {
  color: #9ac534;
}

a:link,
a:visited:link {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5 {
  text-rendering: optimizelegibility;
  font-weight: 700;
}

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a {
  text-decoration: none;
}

h1,
.h1 {
  font-family: "Giorgio Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 30px;
  line-height: 1.333em;
}

h2,
.h2 {
  font-family: "Giorgio Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.4em;
  margin-bottom: 0.75em;
}

h3,
.h3 {
  font-size: 1.125em;
}

h4,
.h4 {
  font-size: 1.1em;
  font-weight: 700;
}

h5,
.h5 {
  font-size: 0.846em;
  line-height: 2.09em;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.title-block {
  display: none;
  position: absolute;
  z-index: 10;
  margin: 50px;
  bottom: 10vh;
  padding: 10px 35px 1px;
  color: #FFFFFF;
  background-color: rgba(65, 178, 222, 0.5);
  max-width: 480px;
  border-radius: 15px;
}

.title-block h1 {
  font-size: 28px;
  margin: 0.67em 0;
}

.title-block a {
  color: #FFFFFF;
  text-decoration: none;
}

.has-dark-blue-color {
  color: #41B2DE;
}

.has-light-blue-color {
  color: #BDE1F4;
}

.has-dark-green-color {
  color: #ADD255;
}

.has-light-green-color {
  color: #DEEAB7;
}

.has-dark-gray-color {
  color: #231f20;
}

.has-light-gray-color {
  color: #949497;
}

.has-dark-blue-background-color {
  background-color: #41B2DE;
}

.has-light-blue-background-color {
  background-color: #BDE1F4;
}

.has-dark-green-background-color {
  background-color: #ADD255;
}

.has-light-green-background-color {
  background-color: #DEEAB7;
}

.has-dark-gray-background-color {
  background-color: #231f20;
}

.has-light-gray-background-color {
  background-color: #949497;
}

.text-blue {
  color: #41B2DE;
}

.text-green {
  color: #ADD255;
}

.centered {
  text-align: center;
}

#header {
  width: 100%;
  max-height: 70px;
  font-size: 18px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  background: #FFFFFF;
  text-align: left;
  position: fixed;
  z-index: 9999;
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
  opacity: 1;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  top: 0;
}

#header .navigation {
  position: relative;
  z-index: 9;
  padding: 12px 20px;
  text-align: center;
  min-height: 50px;
}

#header .navigation #main-menu {
  display: none;
}

#header.hide {
  top: -210px;
}

#header.active {
  opacity: 1;
}

.header-logo {
  text-align: center;
}

.header-logo img {
  position: absolute;
  width: 140px;
  top: -25px;
  right: 0;
  left: auto;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
  z-index: 9999;
}

#slide-menu {
  top: 12px;
  left: 20px;
  font-size: 18px;
  font-family: sofia-pro, sans-serif;
  font-weight: 400;
  font-style: normal;
  text-decoration: none;
  margin-right: 5px;
  opacity: 1;
  display: block !important;
  position: fixed;
  z-index: 999999;
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  border: none;
  outline: 0;
}

#slide-menu:hover {
  color: #abd151;
  text-decoration: none;
}

#slide-menu.hide {
  top: -40px;
  opacity: 0 !important;
}

#sidr {
  text-align: left;
  display: none;
}

#sidr a .fa-times {
  position: absolute;
  left: 0;
  padding: 15px;
  font-size: 24px;
  color: #FFFFFF;
  text-decoration: none;
}

#main-menu.nav {
  text-align: center;
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#main-menu.nav li {
  display: inline-block;
  margin-left: 10px;
}

#main-menu.nav li a {
  color: #000000;
  text-decoration: none;
  border: none;
  outline: 0;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#main-menu.nav li a:hover {
  color: #abd151;
  text-decoration: none;
}

#main-menu.nav li .active a {
  color: #abd151;
  text-decoration: none;
}

.nav {
  border-bottom: 0;
  margin: 0;
}

.nav li a {
  display: block;
  color: #FFFFFF;
  text-decoration: none;
  padding: 0.75em;
}

.nav li ul.sub-menu li a,
.nav li ul.children li a {
  padding-left: 30px;
}

.content {
  padding: 60px;
}

.full-page {
  width: 100%;
  height: 100%;
  min-height: -webkit-fill-available;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-overflow-scrolling: touch;
  position: relative;
  z-index: -2;
}

.hentry {
  margin-bottom: 30px;
}

.hentry header {
  padding: 1.5em;
}

.hentry footer {
  padding: 1.5em;
}

.hentry footer p {
  margin: 0;
}

.single-title,
.page-title,
.entry-title {
  margin: 0;
}

.byline {
  color: #9fa6b4;
  font-style: italic;
  margin: 0;
}

.entry-content {
  padding: 0 20px;
}

.entry-content *:first-child {
  margin-top: 0;
}

.entry-content p {
  margin: 0 0 1.5em;
  font-size: 18px;
}

.entry-content table {
  width: 100%;
  border: 1px solid #eaedf2;
  margin-bottom: 1.5em;
}

.entry-content table caption {
  margin: 0 0 7px;
  font-size: 0.75em;
  color: #9fa6b4;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.entry-content tr {
  border-bottom: 1px solid #eaedf2;
}

.entry-content tr:nth-child(even) {
  background-color: #949497;
}

.entry-content td {
  padding: 7px;
  border-right: 1px solid #eaedf2;
}

.entry-content td:last-child {
  border-right: 0;
}

.entry-content th {
  background-color: #949497;
  border-bottom: 1px solid #eaedf2;
  border-right: 1px solid #eaedf2;
}

.entry-content th:last-child {
  border-right: 0;
}

.entry-content blockquote {
  margin: 0 0 1.5em 0.75em;
  padding: 0 0 0 0.75em;
  border-left: 3px solid;
  font-style: italic;
  color: #9fa6b4;
}

.entry-content dd {
  margin-left: 0;
  font-size: 0.9em;
  color: #787878;
  margin-bottom: 1.5em;
}

.entry-content img {
  margin: 0 0 1.5em 0;
  max-width: 100%;
  height: auto;
}

.entry-content .alignleft,
.entry-content img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

.entry-content .alignright,
.entry-content img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

.entry-content .aligncenter,
.entry-content img.aligncenter {
  display: block;
  margin: 0 auto 1em;
  text-align: center;
}

.entry-content .size-auto,
.entry-content .size-full,
.entry-content .size-large,
.entry-content .size-medium,
.entry-content .size-thumbnail {
  max-width: 100%;
  height: auto;
}

.entry-content pre {
  background: #000000;
  color: #949497;
  font-size: 0.9em;
  padding: 1.5em;
  margin: 0 0 1.5em;
  border-radius: 3px;
}

.entry-content .img-border-trans {
  border: 7px solid #FFFFFF;
  border-radius: 16px;
}

.entry-content .img-border-green {
  border: 7px solid #ADD255;
  border-radius: 16px;
}

.entry-content .img-border-blue {
  border: 7px solid #41B2DE;
  border-radius: 16px;
}

.entry-content .wp-caption {
  max-width: 100%;
  background: #eee;
  padding: 5px;
}

.entry-content .wp-caption img {
  max-width: 100%;
  margin-bottom: 0;
  width: 100%;
}

.entry-content .wp-caption p.wp-caption-text {
  font-size: 0.85em;
  margin: 4px 0 7px;
  text-align: center;
}

.tags {
  margin: 0;
}

.clear {
  clear: both;
}

.pagination,
.wp-prev-next {
  margin: 1.5em 0;
}

.pagination {
  text-align: center;
}

.pagination ul {
  display: inline-block;
  background-color: #FFFFFF;
  white-space: nowrap;
  padding: 0;
  clear: both;
  border-radius: 3px;
}

.pagination li {
  padding: 0;
  margin: 0;
  float: left;
  display: inline;
  overflow: hidden;
  border-right: 1px solid #eaedf2;
}

.pagination a,
.pagination span {
  margin: 0;
  text-decoration: none;
  padding: 0;
  line-height: 1em;
  font-size: 1em;
  font-weight: normal;
  padding: 0.75em;
  min-width: 1em;
  display: block;
  color: #41B2DE;
}

.pagination a:hover, .pagination a:focus,
.pagination span:hover,
.pagination span:focus {
  background-color: #41B2DE;
  color: #FFFFFF;
}

.pagination .current {
  cursor: default;
  color: #231F20;
}

.pagination .current:hover, .pagination .current:focus {
  background-color: #FFFFFF;
  color: #231F20;
}

.wp-prev-next .prev-link {
  float: left;
}

.wp-prev-next .next-link {
  float: right;
}

.sidebar {
  margin-top: 60px;
}

.no-widgets {
  background-color: #FFFFFF;
  padding: 1.5em;
  text-align: center;
  border: 1px solid #CCCCCC;
  border-radius: 2px;
  margin-bottom: 1.5em;
}

.block {
  margin: 60px 20px;
}

.entry-content .block:first-child {
  margin-top: 0;
}

.highlighted-area.white-block .container {
  padding: 0 30px;
}

.wp-block-embed {
  margin: 0;
}

.blue-block a {
  color: #FFFFFF;
}

.blue-block .block.list-block {
  color: #41B2DE;
  border-top: 1px solid #41B2DE;
  border-bottom: 1px solid #41B2DE;
}

.blue-block .block.list-block p:last-child {
  margin-bottom: 0;
}

.button-block {
  margin: 60px 0;
}

#blue-block-block_5ea170509928c h1 {
  text-align: center;
}

.block.testimonial {
  background-color: rgba(189, 225, 244, 0.5);
}

.footer {
  clear: both;
  background-color: #FFFFFF;
}

.footer-top {
  font-size: 16px;
  background-color: #BDE1F4;
  padding: 40px 0;
}

.footer-top a {
  color: #41B2DE !important;
}

.footer-top .container {
  max-width: 960px;
  margin: 0 auto;
}

.footer-top nav {
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 !important;
          flex: 1 !important;
}

.footer-bottom {
  font-size: 16px;
  background-color: #41B2DE;
  color: #FFFFFF;
  padding: 30px 20px;
}

.footer-bottom a {
  color: #FFFFFF;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-bottom a:hover {
  color: #000000;
}

.footer-bottom .container .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer-bottom .copyright {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.footer-bottom .credits {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
}

.footer-links ul.nav {
  margin: 10px 0;
  list-style-type: none;
  padding-left: 5px;
}

.footer-links ul.nav li {
  margin: 0;
  padding: 0;
  float: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-links ul.nav li:hover {
  padding-left: 6px;
}

.footer-links ul.nav li a {
  padding: 0;
  color: #41B2DE;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer-links ul.nav li a:hover {
  text-decoration: none;
}

.footer-logo {
  padding: 10px 0 0 40px;
}

.footer-logo img {
  max-width: 120px;
  height: auto;
}

.flexslider {
  width: 100%;
  height: 100vh;
  overflow: hidden !important;
}

.flexslider .slides,
.flexslider .slides > li {
  height: 100vh;
  width: 100%;
}

.flexslider .slides > li {
  position: relative;
}

.flexslider .slides > li picture {
  width: 100%;
  height: 100%;
  display: block;
}

.flexslider .slides > li img {
  width: 100%;
  height: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.flexslider .slider-content {
  position: relative;
  z-index: 2;
}

.flexslider .slides > li {
  background-position: top center;
  background-size: cover;
  position: relative;
  overflow: hidden !important;
}

.flexslider #slider,
.flexslider .slider-content {
  height: 100%;
  display: block;
  min-height: -webkit-fill-available;
}

.flexslider .slider-content {
  display: block;
}

ul.slides {
  margin: 0;
  padding: 0;
}

#main-content {
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
  padding: 40px 0 60px 0;
}

.arrow-wrap {
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 99;
  height: 55px;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, rgba(255, 255, 255, 0)), color-stop(54%, #abd151), color-stop(70%, #abd151), color-stop(70%, white));
  background: linear-gradient(top, rgba(255, 255, 255, 0) 54%, #abd151 54%, #abd151 70%, white 70%);
}

.arrow-scroll {
  text-align: center;
}

.arrow-bg {
  width: 150px;
  z-index: 1;
  position: absolute;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -20px;
}

.arrow {
  -webkit-animation: arrow-grow ease-in-out infinite;
          animation: arrow-grow ease-in-out infinite;
  -webkit-animation-duration: 2s;
          animation-duration: 2s;
  width: 26px;
  opacity: 0;
  position: relative;
  z-index: 2;
  margin-bottom: 5px;
  color: #52B1DF;
  font-size: 36px;
}

@-webkit-keyframes arrow-grow {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes arrow-grow {
  0% {
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.intro-animation {
  width: 100%;
  height: 100vh;
  background-color: white;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 999999;
  text-align: center;
  -webkit-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out;
}

.intro-animation video {
  pointer-events: none;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.highlighted-area {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.highlighted-area:first-child {
  margin-top: -50px;
}

.highlighted-area:first-child h1 {
  margin: 0;
}

.highlighted-area .container {
  padding: 30px;
}

.highlighted-area .centered {
  margin: 40px auto;
  padding: 20px 0;
  border-top: 1px solid #41B2DE;
  border-bottom: 1px solid #41B2DE;
  color: #41B2DE;
}

.green-block {
  color: #FFFFFF;
  background-color: #ADD255;
  border-bottom: 10px solid #DEEAB7;
}

.blue-block {
  color: #FFFFFF;
  background-color: #41B2DE;
  border-bottom: 10px solid #BDE1F4;
}

.video-container {
  max-width: 1060px;
  margin: 0 auto;
  padding: 120px 80px 0;
}

.embed-container,
.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed,
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper object,
.wp-block-embed__wrapper embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button-wrap {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  margin: 0 auto;
  max-width: 520px;
}

.button-wrap a.button {
  text-align: center;
  font-size: 20px;
  font-weight: normal;
  margin: 0 10px;
  width: 50%;
  text-decoration: none;
  -ms-flex-item-align: center;
      align-self: center;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.button-wrap a.button:first-child {
  margin-left: 0;
  margin-right: 5px;
}

.button-wrap a.button:last-child {
  margin-right: 0;
  margin-left: 5px;
}

a.button-green {
  color: #FFFFFF;
  background-color: #ADD255;
  border: 10px solid #DEEAB7;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a.button-green:hover {
  color: #FFFFFF;
  background-color: #DEEAB7;
  border: 10px solid #ADD255;
}

a.button-blue {
  color: #FFFFFF;
  background-color: #41B2DE;
  border: 10px solid #BDE1F4;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

a.button-blue:hover {
  color: #41B2DE;
  background-color: #BDE1F4;
  border: 10px solid #41B2DE;
}

.call-to-action-block {
  text-align: center;
  margin: 60px 0;
}

.cta {
  text-align: center;
  width: 100%;
  display: block;
}

.cta a {
  padding: 12px 20px 8px 20px;
  border-radius: 12px;
  color: #000000;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  margin: 0 auto;
  background-color: #FFFFFF;
  border: 1px solid #FFFFFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  display: block;
}

.cta a:hover {
  background-color: #FFFFFF;
  border: 3px solid #FFFFFF;
}

.cta.cta-blue a {
  color: #41B2DE;
  background-color: #FFFFFF;
  border: 1px solid #41B2DE;
}

.cta.cta-blue a:hover {
  color: #FFFFFF;
  background-color: #41B2DE;
  border: 3px solid #41B2DE;
}

img.align-right {
  float: right;
  margin: 10px 0 40px 40px;
}

.newsletter {
  background-color: #ADD255;
  padding: 30px 30px 50px;
  border-radius: 0;
  color: #FFFFFF;
  max-width: 700px;
  margin: 0 auto;
}

.newsletter p {
  margin-bottom: 1.5em;
}

.newsletter-button {
  position: fixed;
  z-index: 9999;
  top: 42vh;
  right: 0;
  margin-right: -48px;
  color: #FFFFFF;
  background-color: #52B1DF;
  padding: 5px 8px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  text-transform: uppercase;
}

.newsletter-button a {
  color: #FFFFFF;
  text-decoration: none;
}

.newsletter-button a:hover {
  background-color: #52B1DF;
}

.newsletter-button .fal {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin-top: 5px;
}

#newsletter-info {
  text-align: center;
}

#newsletter-info input {
  border: 1px solid #CCC;
  width: 100%;
  max-width: 480px;
  border-radius: 12px;
  margin: 0 auto;
  color: #666;
}

#newsletter-info input.button {
  width: auto;
  padding: 12px 20px;
  border: 1px solid #DEEAB7;
  background-color: #ADD255;
  color: #FFFFFF;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
}

#newsletter-info input.button:hover {
  border: 1px solid #FFFFFF;
}

#newsletter-info a {
  color: #FFFFFF;
}

.email-lists {
  margin: 0 auto;
  text-align: left;
  padding: 20px 0;
  max-width: 500px;
}

.email-lists .col-xs-6,
.email-lists .col-xs-12 {
  padding-right: 0;
}

.email-lists-col {
  overflow: hidden;
  margin-bottom: 20px;
}

.checkbox-container {
  position: relative;
  padding-left: 22px;
  margin-right: 8px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 14px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: left;
}

.checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkbox-container input:checked ~ .checkmark {
  background-color: #52B1DF;
}

.checkbox-container input:checked ~ .checkmark:after {
  display: block;
}

.checkbox-container:hover input ~ .checkmark {
  background-color: #52B1DF;
}

.checkbox-container .checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 16px;
  width: 16px;
  background-color: #FFFFFF;
  border-radius: 6px;
}

.checkbox-container .checkmark:after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.trainers {
  margin: 0 auto;
  margin-bottom: 60px;
}

.trainers .trainer-wrap {
  width: 100%;
  min-width: 280px;
}

.trainers .trainer-wrap .trainer {
  padding: 10px 0;
  margin: 0 auto;
}

.trainers .trainer-wrap .trainer a {
  color: #000000;
  text-decoration: none;
  display: block;
}

.trainers .trainer-wrap .trainer img {
  width: 100%;
  height: auto;
}

.trainers .trainer-wrap .trainer h3 {
  font-size: 16px;
  margin: 6px 0 0 0;
}

.trainers .trainer-wrap .trainer .role {
  font-size: 14px;
}

.group-image img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.videos .element-item {
  width: 100%;
  position: relative;
  float: left;
  height: auto;
  margin: 10px 10px 30px 10px;
  padding: 0;
}

.videos .embed-container {
  margin: 0 auto;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.videos .embed-container iframe,
.videos .embed-container object,
.videos .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videos .video-thumb img {
  width: 100%;
}

.mixed-testimonials .video {
  margin: 30px 0;
}

.testimonial {
  text-align: center;
  padding: 30px;
  margin: 30px 0;
}

.testimonial:nth-child(even) {
  background-color: rgba(189, 225, 244, 0.5);
}

.testimonial:nth-child(4n) {
  background-color: rgba(222, 234, 183, 0.5);
}

.testimonial p {
  margin-top: 1.5em;
}

.faqs .intro {
  margin-bottom: 30px;
}

.faq-list {
  max-width: 800px;
  margin: 0 auto 60px;
  padding: 0 20px;
}

.faq-item {
  margin-bottom: 12px;
}

.faq-question {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
}

.faq-question:hover .fas {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.faq-question,
.faq-button {
  padding: 20px 35px;
  color: #FFFFFF;
  background-color: rgba(65, 178, 222, 0.5);
  border: 0;
  border-radius: 15px;
  font-size: 22px;
  font-family: "Giorgio Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-decoration: none;
  -webkit-transition: background-color .3s ease;
  transition: background-color .3s ease;
}

.faq-question:link, .faq-question:visited, .faq-question:hover, .faq-question:focus, .faq-question:active,
.faq-button:link,
.faq-button:visited,
.faq-button:hover,
.faq-button:focus,
.faq-button:active {
  color: #FFFFFF !important;
}

.faq-question:hover, .faq-question:focus,
.faq-button:hover,
.faq-button:focus {
  background-color: rgba(65, 178, 222, 0.8);
}

.faq-question .fas,
.faq-button .fas {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
}

.faq-button {
  padding: 15px 18px;
  font-size: 16px;
}

.faq-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  margin: 50px 0 0;
}

.faq-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 700;
}

.faq-single {
  max-width: 800px;
  margin: 0 auto;
  padding: 60px 20px;
}

.faq-single .faq-title {
  margin-top: 0;
}

.faq-empty {
  text-align: center;
}

.testimonial-name {
  color: #949497;
  font-size: 16px;
  font-style: italic;
  margin-top: 1em;
}

.links .container {
  max-width: 1430px;
  margin: 0 auto;
}

.links h2 {
  margin: 0;
  padding: 20px 0 0 0;
  clear: both;
}

.links .link-category:nth-child(odd) .element-item {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  margin: 15px 0;
  padding: 0;
}

.links .link-category:nth-child(odd) .element-item a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 30px 0 0;
  padding: 15px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.links .link-category:nth-child(odd) .element-item:nth-child(even) a {
  background-color: #41B2DE;
  border: 10px solid #BDE1F4;
}

.links .link-category:nth-child(odd) .element-item:nth-child(even) a:hover {
  color: #41B2DE;
  background-color: #BDE1F4;
  border: 10px solid #41B2DE;
}

.links .link-category:nth-child(odd) .element-item:nth-child(odd) a {
  background-color: #ADD255;
  border: 10px solid #DEEAB7;
}

.links .link-category:nth-child(odd) .element-item:nth-child(odd) a:hover {
  color: #ADD255;
  background-color: #DEEAB7;
  border: 10px solid #ADD255;
}

.links .link-category:nth-child(even) .element-item {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  margin: 15px 0;
  padding: 0;
}

.links .link-category:nth-child(even) .element-item a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 30px 0 0;
  padding: 15px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.links .link-category:nth-child(even) .element-item:nth-child(odd) a {
  background-color: #41B2DE;
  border: 10px solid #BDE1F4;
}

.links .link-category:nth-child(even) .element-item:nth-child(odd) a:hover {
  color: #41B2DE;
  background-color: #BDE1F4;
  border: 10px solid #41B2DE;
}

.links .link-category:nth-child(even) .element-item:nth-child(even) a {
  background-color: #ADD255;
  border: 10px solid #DEEAB7;
}

.links .link-category:nth-child(even) .element-item:nth-child(even) a:hover {
  color: #ADD255;
  background-color: #DEEAB7;
  border: 10px solid #ADD255;
}

.links .grid {
  clear: both;
}

.links .element-item {
  position: relative;
  float: left;
  width: 50%;
  height: auto;
  margin: 15px 0;
  padding: 0;
}

.links .element-item a {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 30px 0 0;
  padding: 15px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

/* THE 4 STEPS MODEL */
.the-4-steps-model,
.feelings-and-needs-lists {
  max-width: 1430px;
  margin: 0 auto;
}

.the-4-steps-model .row,
.feelings-and-needs-lists .row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.the-4-steps-model .side-menu .download a,
.feelings-and-needs-lists .side-menu .download a {
  color: #FFFFFF;
  text-decoration: none;
  padding: 8px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 10px 0;
  background-color: #ADD255;
  border: 4px solid #DEEAB7;
}

.the-4-steps-model .side-menu .download a:hover,
.feelings-and-needs-lists .side-menu .download a:hover {
  background-color: #41B2DE;
  border: 4px solid #BDE1F4;
}

.the-4-steps-model .side-menu .download a i,
.feelings-and-needs-lists .side-menu .download a i {
  float: right;
  margin: 4px;
}

.the-4-steps-model .list-image,
.feelings-and-needs-lists .list-image {
  width: auto;
  max-width: 100%;
  height: auto;
}

.post-type-archive-workshop .wrap {
  max-width: 1200px;
}

.post-type-archive-workshop .intro {
  max-width: 800px;
  margin: 0 auto;
}

.workshops .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.workshops .element-item {
  width: 100%;
  min-width: 320px;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.workshops .element-item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  width: 100%;
  position: absolute;
}

.workshops .element-item:nth-child(even) .workshop-item {
  border-color: #ADD255;
}

.workshops .element-item:nth-child(even) i {
  color: #ADD255;
}

.workshops .element-item:nth-child(odd) .workshop-item,
.workshops .element-item:nth-child(odd) i {
  color: #41B2DE;
}

.workshops .element-item .number {
  color: #FFFFFF;
}

.workshop-item {
  border: 7px solid #41B2DE;
  border-radius: 16px;
  padding: 16px;
  margin: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.workshop-item img {
  position: absolute;
  right: -10px;
  width: 60px;
  top: 55px;
}

.workshop-item h3 {
  font-size: 1.3em;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.workshop-item p {
  margin: 4px 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.workshop-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.workshop-info {
  -ms-flex-item-align: bottom;
      -ms-grid-row-align: bottom;
      align-self: bottom;
  color: #000000;
}

.workshop-info p {
  margin: 0;
}

.workshop-info i {
  color: #BDE1F4;
  margin-right: 4px;
}

.workshops-filter {
  margin: 20px auto 30px;
  max-width: 480px;
}

.workshops-filter ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.workshops-filter span {
  margin: 0 10px;
}

#level-options,
#country-options {
  display: none;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
  position: absolute;
  z-index: 9;
  background-color: #41B2DE;
  padding: 12px 0 !important;
  border: 4px solid #BDE1F4;
  border-radius: 12px;
  margin-top: 12px;
}

#level-options .button,
#country-options .button {
  cursor: pointer;
  padding: 2px 12px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}

#level-options .button:hover,
#country-options .button:hover {
  background-color: #BDE1F4;
  color: #000000;
}

#level-options {
  right: 0;
  text-align: left;
}

#filter {
  background-color: #ABD151;
  border: 12px solid #DEEAB7;
  border-radius: 12px;
  margin-right: 20px;
  padding: 16px 0;
}

#sorts {
  width: 50%;
  background-color: #41B2DE;
  border: 12px solid #BDE1F4;
  border-radius: 12px;
  padding: 16px 10px;
}

.filter-title,
.sort-title {
  font-weight: 700;
  margin-left: 0;
}

.button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: #FFFFFF;
}

.button-group .button {
  cursor: pointer;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.button-group div {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.button-group .country-wrap {
  text-align: left;
}

.button-group .show-all-wrap {
  text-align: center;
}

.button-group .level-wrap {
  text-align: right;
  position: relative;
}

.is-active .dropdown-menu {
  display: block !important;
}

.single-workshop .article-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin-bottom: 0;
}

.single-workshop .article-header .above-title {
  font-family: "Giorgio Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0 0 10px;
}

.single-workshop .article-header .title-wrap {
  font-family: "Giorgio Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
  border: 7px solid #ADD255;
  border-radius: 16px;
  padding: 30px 40px;
  margin: 0 15px 10px;
  position: relative;
}

.single-workshop .article-header .title-wrap h2 {
  color: #41B2DE;
  margin: 0 0 5px;
}

.single-workshop .article-header .title-wrap p {
  margin-bottom: 0;
}

.single-workshop .article-header .title-wrap img {
  position: absolute;
  right: -30px;
  width: 55px;
  top: 15px;
}

.single-workshop .article-header p {
  margin: 0;
}

.single-workshop .article-header .date-info {
  color: #ADD255;
  font-weight: 700;
}

.single-workshop .article-header .under-date-info {
  color: #ADD255;
  font-weight: 500;
}

.single-workshop .article-header .notification {
  margin: 20px;
  padding: 20px;
  border: 1px solid #ea9a3b;
  border-radius: 16px;
  color: #ea9a3b;
}

.single-workshop .testimonial-wrap {
  max-width: 760px;
  margin: 10px auto;
  padding-top: 60px;
}

.single-workshop .testimonial-wrap .testimonial {
  background-color: rgba(189, 225, 244, 0.5);
}

.etabs {
  margin: 20px auto 40px;
  padding-left: 0;
}

.tab-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.tab-wrapper h2 {
  color: #41B2DE;
}

.tab-content {
  padding: 0 10px;
}

.tab {
  width: 100%;
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #FFFFFF;
  border: solid 1px #41B2DE;
  border-radius: 12px;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 3px 10px;
}

.tab:hover, .tab.active {
  border-color: #41B2DE;
  background-color: #41B2DE;
  color: #FFFFFF;
}

.tab a {
  font-size: 18px;
  line-height: 1.75em;
  display: block;
  padding: 4px 10px;
  text-decoration: none;
  color: #41B2DE;
  border-color: #41B2DE;
  border-radius: 12px;
}

.tab a:hover, .tab a.active {
  border-color: #41B2DE;
  background-color: #41B2DE;
  color: #FFFFFF;
}

.tab-container .panel-container {
  background: #FFFFFF;
  border: solid 1px #231f20;
  padding: 10px;
  border-radius: 0 4px 4px 4px;
}

.owl-nav {
  font-size: 50px;
  width: 100%;
  position: absolute;
  top: 40%;
}

.owl-nav .owl-prev {
  left: -60px;
  text-align: left;
  position: absolute;
}

.owl-nav .owl-next {
  left: auto;
  right: -60px;
  text-align: right;
  position: absolute;
}

.owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-dots .owl-dot span {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  background: #CCCCCC;
  display: block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease;
  border-radius: 30px;
}

.owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
  background: #231f20;
}

.owl-controls {
  padding: 10px;
}

.owl-controls span {
  margin: 0 3px;
  color: #231f20;
  -webkit-transition: color .3s ease;
  transition: color .3s ease;
  cursor: pointer;
}

.owl-controls span.active, .owl-controls span:hover {
  color: #949497;
}

.wpcf7 form .wpcf7-response-output {
  margin: 0 0 1em 0;
  padding: 8px 12px;
  border: 2px solid #4376dd;
  /* Blue */
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #ADD255;
  /* Green */
  padding: 8px 12px;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dd4343;
  /* Red */
  padding: 8px 12px;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #d88b45;
  /* Orange */
  padding: 8px 12px;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  background-color: #d6c447;
  border-color: #d6c447;
  /* Yellow */
}

.wpcf7-not-valid-tip {
  background-color: #f00;
  color: #FFFFFF;
  padding: 8px 12px;
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #ff0000;
  background: #fff;
  padding: .2em .8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../../images/ajax-loader.gif");
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

div.wpcf7 .placeheld {
  color: #888;
}

.logged-in.admin-bar #header {
  top: 32px;
}

.logged-in.admin-bar #slide-menu {
  top: 47px;
}

.stories .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.stories .element-item {
  width: 100%;
  min-width: 320px;
  min-height: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.stories .element-item a {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
  width: 100%;
  position: absolute;
}

.stories .element-item:nth-child(even) .story-item {
  border-color: #ADD255;
}

.stories .element-item:nth-child(even) i {
  color: #ADD255;
}

.stories .element-item:nth-child(odd) .story-item,
.stories .element-item:nth-child(odd) i {
  color: #41B2DE;
}

.stories .element-item .number {
  color: #FFFFFF;
}

.story-item {
  border: 7px solid #41B2DE;
  border-radius: 16px;
  padding: 16px;
  margin: 0 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.story-item img {
  position: absolute;
  right: -10px;
  width: 60px;
  top: 55px;
}

.story-item h3 {
  font-size: 1.3em;
  line-height: 1.2;
  padding: 0;
  margin: 0;
}

.story-item p {
  margin: 4px 0 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.story-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%;
}

.story-info {
  -ms-flex-item-align: bottom;
      -ms-grid-row-align: bottom;
      align-self: bottom;
  color: #000000;
}

.story-info p {
  margin: 0;
}

.story-info i {
  color: #BDE1F4;
  margin-right: 4px;
}

select.form-payment-options {
  line-height: 1;
}

.mollie_forms_field_row > label:first-child {
  margin-bottom: 15px;
}

.mollie_forms_field_row label {
  margin-bottom: 10px;
}

.mollie_forms_field_row label input[type="radio"] {
  margin-right: 5px;
}

.mollie_forms_field_row.language-select br {
  display: none;
}

.mollie_forms_field_row.language-select label {
  display: block !important;
}

.mollie_forms_field_row.language-select label:last-child {
  margin-bottom: 15px;
}

@media only screen and (min-width: 640px) {
  body {
    font-size: 100%;
  }
  .wrap {
    width: 100%;
    margin: 0 auto;
    max-width: 900px;
  }
  a,
  a:visited {
    color: #ADD255;
  }
  a:hover, a:focus,
  a:visited:hover,
  a:visited:focus {
    color: #9ac534;
  }
  a:link,
  a:visited:link {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  }
  h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5 {
    text-rendering: optimizelegibility;
    font-weight: 700;
  }
  h1 a,
  .h1 a,
  h2 a,
  .h2 a,
  h3 a,
  .h3 a,
  h4 a,
  .h4 a,
  h5 a,
  .h5 a {
    text-decoration: none;
  }
  h1,
  .h1 {
    font-family: "Giorgio Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 30px;
    line-height: 1.333em;
  }
  h2,
  .h2 {
    font-family: "Giorgio Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    line-height: 1.4em;
    margin-bottom: 0.75em;
  }
  h3,
  .h3 {
    font-size: 1.125em;
  }
  h4,
  .h4 {
    font-size: 1.1em;
    font-weight: 700;
  }
  h5,
  .h5 {
    font-size: 0.846em;
    line-height: 2.09em;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
  .title-block {
    display: none;
    position: absolute;
    z-index: 10;
    margin: 50px;
    bottom: 10vh;
    padding: 10px 35px 1px;
    color: #FFFFFF;
    background-color: rgba(65, 178, 222, 0.5);
    max-width: 480px;
    border-radius: 15px;
  }
  .title-block h1 {
    font-size: 28px;
    margin: 0.67em 0;
  }
  .has-dark-blue-color {
    color: #41B2DE;
  }
  .has-light-blue-color {
    color: #BDE1F4;
  }
  .has-dark-green-color {
    color: #ADD255;
  }
  .has-light-green-color {
    color: #DEEAB7;
  }
  .has-dark-gray-color {
    color: #231f20;
  }
  .has-light-gray-color {
    color: #949497;
  }
  .has-dark-blue-background-color {
    background-color: #41B2DE;
  }
  .has-light-blue-background-color {
    background-color: #BDE1F4;
  }
  .has-dark-green-background-color {
    background-color: #ADD255;
  }
  .has-light-green-background-color {
    background-color: #DEEAB7;
  }
  .has-dark-gray-background-color {
    background-color: #231f20;
  }
  .has-light-gray-background-color {
    background-color: #949497;
  }
  .text-blue {
    color: #41B2DE;
  }
  .text-green {
    color: #ADD255;
  }
  .centered {
    text-align: center;
  }
  #header {
    width: 100%;
    min-height: 60px;
    font-size: 18px;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    background: #FFFFFF;
    text-align: left;
    position: fixed;
    z-index: 9999;
    -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
            box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.4);
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  #header .navigation {
    position: relative;
    z-index: 9;
    padding: 15px 20px;
    text-align: center;
  }
  #header.active {
    opacity: 1;
  }
  .header-logo {
    text-align: center;
  }
  .header-logo img {
    position: absolute;
    width: 180px;
    top: -25px;
    right: 0;
    left: auto;
    -webkit-transition: all 0.35s ease-out;
    transition: all 0.35s ease-out;
  }
  #slide-menu {
    top: 15px;
    left: 20px;
    font-size: 18px;
    font-family: sofia-pro, sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    margin-right: 5px;
    opacity: 1 !important;
    display: block !important;
    position: fixed;
    z-index: 999999;
    color: #000000;
    text-decoration: none;
    -webkit-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    border: none;
    outline: 0;
  }
  #slide-menu:hover {
    color: #abd151;
    text-decoration: none;
  }
  #sidr {
    text-align: left;
    display: none;
  }
  #sidr a .fa-times {
    position: absolute;
    left: 0;
    padding: 15px;
    font-size: 24px;
    color: #FFFFFF;
    text-decoration: none;
  }
  #main-menu.nav {
    text-align: center;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  #main-menu.nav li {
    display: inline-block;
    margin-left: 10px;
  }
  #main-menu.nav li a {
    color: #000000;
    text-decoration: none;
    border: none;
    outline: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  #main-menu.nav li a:hover {
    color: #abd151;
    text-decoration: none;
  }
  #main-menu.nav li .active a {
    color: #abd151;
    text-decoration: none;
  }
  .nav {
    border-bottom: 0;
    margin: 0;
  }
  .nav li a {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0.75em;
  }
  .nav li ul.sub-menu li a,
  .nav li ul.children li a {
    padding-left: 30px;
  }
  .content {
    padding: 60px;
  }
  .full-page {
    width: 100%;
    height: 100vh;
  }
  .hentry {
    margin-bottom: 30px;
  }
  .hentry header {
    padding: 1.5em;
  }
  .hentry footer {
    padding: 1.5em;
  }
  .hentry footer p {
    margin: 0;
  }
  .single-title,
  .page-title,
  .entry-title {
    margin: 0;
  }
  .byline {
    color: #9fa6b4;
    font-style: italic;
    margin: 0;
  }
  .entry-content {
    padding: 0;
  }
  .entry-content p {
    margin: 0 0 1.5em;
    font-size: 18px;
  }
  .entry-content table {
    width: 100%;
    border: 1px solid #eaedf2;
    margin-bottom: 1.5em;
  }
  .entry-content table caption {
    margin: 0 0 7px;
    font-size: 0.75em;
    color: #9fa6b4;
    text-transform: uppercase;
    letter-spacing: 1px;
  }
  .entry-content tr {
    border-bottom: 1px solid #eaedf2;
  }
  .entry-content tr:nth-child(even) {
    background-color: #949497;
  }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #eaedf2;
  }
  .entry-content td:last-child {
    border-right: 0;
  }
  .entry-content th {
    background-color: #949497;
    border-bottom: 1px solid #eaedf2;
    border-right: 1px solid #eaedf2;
  }
  .entry-content th:last-child {
    border-right: 0;
  }
  .entry-content blockquote {
    margin: 0 0 1.5em 0.75em;
    padding: 0 0 0 0.75em;
    border-left: 3px solid;
    font-style: italic;
    color: #9fa6b4;
  }
  .entry-content dd {
    margin-left: 0;
    font-size: 0.9em;
    color: #787878;
    margin-bottom: 1.5em;
  }
  .entry-content img {
    margin: 0 0 1.5em 0;
    max-width: 100%;
    height: auto;
  }
  .entry-content .alignleft,
  .entry-content img.alignleft {
    float: left;
    margin: 0 1em 1em 0;
  }
  .entry-content .alignright,
  .entry-content img.alignright {
    float: right;
    margin: 0 0 1em 1em;
  }
  .entry-content .aligncenter,
  .entry-content img.aligncenter {
    display: block;
    margin: 0 auto 1em;
    text-align: center;
  }
  .entry-content .size-auto,
  .entry-content .size-full,
  .entry-content .size-large,
  .entry-content .size-medium,
  .entry-content .size-thumbnail {
    max-width: 100%;
    height: auto;
  }
  .entry-content pre {
    background: #000000;
    color: #949497;
    font-size: 0.9em;
    padding: 1.5em;
    margin: 0 0 1.5em;
    border-radius: 3px;
  }
  .entry-content .img-border-trans {
    border: 7px solid #FFFFFF;
    border-radius: 16px;
  }
  .entry-content .img-border-green {
    border: 7px solid #ADD255;
    border-radius: 16px;
  }
  .entry-content .img-border-blue {
    border: 7px solid #41B2DE;
    border-radius: 16px;
  }
  .entry-content .wp-caption {
    max-width: 100%;
    background: #eee;
    padding: 5px;
  }
  .entry-content .wp-caption img {
    max-width: 100%;
    margin-bottom: 0;
    width: 100%;
  }
  .entry-content .wp-caption p.wp-caption-text {
    font-size: 0.85em;
    margin: 4px 0 7px;
    text-align: center;
  }
  .tags {
    margin: 0;
  }
  .pagination,
  .wp-prev-next {
    margin: 1.5em 0;
  }
  .pagination {
    text-align: center;
  }
  .pagination ul {
    display: inline-block;
    background-color: #FFFFFF;
    white-space: nowrap;
    padding: 0;
    clear: both;
    border-radius: 3px;
  }
  .pagination li {
    padding: 0;
    margin: 0;
    float: left;
    display: inline;
    overflow: hidden;
    border-right: 1px solid #eaedf2;
  }
  .pagination a,
  .pagination span {
    margin: 0;
    text-decoration: none;
    padding: 0;
    line-height: 1em;
    font-size: 1em;
    font-weight: normal;
    padding: 0.75em;
    min-width: 1em;
    display: block;
    color: #41B2DE;
  }
  .pagination a:hover, .pagination a:focus,
  .pagination span:hover,
  .pagination span:focus {
    background-color: #41B2DE;
    color: #FFFFFF;
  }
  .pagination .current {
    cursor: default;
    color: #231F20;
  }
  .pagination .current:hover, .pagination .current:focus {
    background-color: #FFFFFF;
    color: #231F20;
  }
  .wp-prev-next .prev-link {
    float: left;
  }
  .wp-prev-next .next-link {
    float: right;
  }
  .sidebar {
    margin-top: 60px;
  }
  .no-widgets {
    background-color: #FFFFFF;
    padding: 1.5em;
    text-align: center;
    border: 1px solid #CCCCCC;
    border-radius: 2px;
    margin-bottom: 1.5em;
  }
  .block {
    margin: 60px;
  }
  .entry-content .block:first-child {
    margin-top: 0;
  }
  .highlighted-area.white-block .container {
    padding: 0 60px;
  }
  .wp-block-embed {
    margin: 0;
  }
  .blue-block a {
    color: #FFFFFF;
  }
  .blue-block .block.list-block {
    color: #41B2DE;
    border-top: 1px solid #41B2DE;
    border-bottom: 1px solid #41B2DE;
  }
  .blue-block .block.list-block p:last-child {
    margin-bottom: 0;
  }
  #blue-block-block_5ea170509928c h1 {
    text-align: center;
  }
  .block.testimonial {
    background-color: rgba(189, 225, 244, 0.5);
  }
  .footer {
    clear: both;
    background-color: #FFFFFF;
  }
  .footer-top {
    font-size: 16px;
    background-color: #BDE1F4;
    padding: 40px 40px;
  }
  .footer-top a {
    color: #41B2DE !important;
  }
  .footer-top .container {
    margin-top: 0 auto;
  }
  .footer-top nav {
    -webkit-box-flex: 1 !important;
        -ms-flex: 1 !important;
            flex: 1 !important;
  }
  .footer-bottom {
    font-size: 16px;
    background-color: #41B2DE;
    color: #FFFFFF;
    padding: 30px 80px;
  }
  .footer-bottom a {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer-bottom a:hover {
    color: #000000;
  }
  .footer-bottom .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-bottom .copyright {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .footer-bottom .credits {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
  }
  .footer-links ul.nav {
    margin: 10px 0;
    list-style-type: none;
    padding-left: 20px;
  }
  .footer-links ul.nav li {
    margin: 0;
    padding: 0;
    float: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer-links ul.nav li:hover {
    padding-left: 6px;
  }
  .footer-links ul.nav li a {
    padding: 0;
    color: #41B2DE;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer-links ul.nav li a:hover {
    text-decoration: none;
  }
  .flexslider {
    width: 100%;
    height: 100%;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    position: fixed !important;
    z-index: -1;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
  }
  .flexslider .slides > li {
    background-position: top center;
    background-size: cover;
    position: relative;
    overflow: hidden !important;
  }
  .flexslider #slider,
  .flexslider .slider-content {
    height: 100vh;
  }
  .flexslider .slider-content {
    display: block;
  }
  ul.slides {
    margin: 0;
    padding: 0;
  }
  #main-content {
    position: relative;
    z-index: 1;
    background-color: #FFFFFF;
    padding: 40px 0 60px 0;
  }
  .arrow-wrap {
    text-align: center;
    width: 100%;
    position: absolute;
    z-index: 99;
    height: 55px;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(54%, rgba(255, 255, 255, 0)), color-stop(54%, #abd151), color-stop(70%, #abd151), color-stop(70%, white));
    background: linear-gradient(top, rgba(255, 255, 255, 0) 54%, #abd151 54%, #abd151 70%, white 70%);
  }
  .arrow-scroll {
    text-align: center;
  }
  .arrow-bg {
    width: 150px;
    z-index: 1;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: -20px;
  }
  .arrow {
    -webkit-animation: arrow-grow ease-in-out infinite;
            animation: arrow-grow ease-in-out infinite;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    width: 26px;
    opacity: 0;
    position: relative;
    z-index: 2;
    margin-bottom: 5px;
    color: #52B1DF;
    font-size: 36px;
  }
  @-webkit-keyframes arrow-grow {
    0% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  @keyframes arrow-grow {
    0% {
      opacity: 0;
    }
    70% {
      opacity: 1;
    }
    100% {
      opacity: 0;
    }
  }
  .highlighted-area {
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
  }
  .highlighted-area:first-child {
    margin-top: -50px;
  }
  .highlighted-area:first-child h1 {
    margin: 0;
  }
  .highlighted-area .container {
    padding: 60px;
  }
  .highlighted-area .centered {
    margin: 40px auto;
    padding: 20px 0;
    border-top: 1px solid #41B2DE;
    border-bottom: 1px solid #41B2DE;
    color: #41B2DE;
  }
  .green-block {
    color: #FFFFFF;
    background-color: #ADD255;
    border-bottom: 10px solid #DEEAB7;
  }
  .blue-block {
    color: #FFFFFF;
    background-color: #41B2DE;
    border-bottom: 10px solid #BDE1F4;
  }
  .video-container {
    max-width: 1060px;
    margin: 0 auto;
    padding: 120px 80px 0;
  }
  .embed-container,
  .wp-block-embed__wrapper {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .embed-container iframe,
  .embed-container object,
  .embed-container embed,
  .wp-block-embed__wrapper iframe,
  .wp-block-embed__wrapper object,
  .wp-block-embed__wrapper embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .button-wrap {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: stretch;
        align-content: stretch;
    margin: 0 auto;
    max-width: 520px;
  }
  .button-wrap a.button {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin: 0 10px;
    width: 50%;
    text-decoration: none;
    -ms-flex-item-align: center;
        align-self: center;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  a.button-green {
    color: #FFFFFF;
    background-color: #ADD255;
    border: 16px solid #DEEAB7;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  a.button-green:hover {
    color: #FFFFFF;
    background-color: #DEEAB7;
    border: 16px solid #ADD255;
  }
  a.button-blue {
    color: #FFFFFF;
    background-color: #41B2DE;
    border: 16px solid #BDE1F4;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  a.button-blue:hover {
    color: #41B2DE;
    background-color: #BDE1F4;
    border: 16px solid #41B2DE;
  }
  .cta {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .cta a {
    padding: 12px 20px 8px 20px;
    border-radius: 12px;
    color: #000000;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin: 0 auto;
    background-color: #FFFFFF;
    border: 1px solid #FFFFFF;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    display: inline-block;
  }
  .cta a:hover {
    background-color: #FFFFFF;
    border: 3px solid #FFFFFF;
  }
  .cta.cta-blue a {
    color: #41B2DE;
    background-color: #FFFFFF;
    border: 1px solid #41B2DE;
  }
  .cta.cta-blue a:hover {
    color: #FFFFFF;
    background-color: #41B2DE;
    border: 3px solid #41B2DE;
  }
  img.align-right {
    float: right;
    margin: 10px 0 40px 40px;
  }
  .newsletter {
    background-color: #ADD255;
    padding: 30px 30px 50px;
    border-radius: 0;
    color: #FFFFFF;
    max-width: 700px;
    margin: 0 auto;
  }
  .newsletter p {
    margin-bottom: 1.5em;
  }
  .newsletter-button {
    position: fixed;
    z-index: 9999;
    top: 42vh;
    right: 0;
    margin-right: -48px;
    color: #FFFFFF;
    background-color: #52B1DF;
    padding: 5px 8px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    text-transform: uppercase;
  }
  .newsletter-button a {
    color: #FFFFFF;
    text-decoration: none;
  }
  .newsletter-button a:hover {
    background-color: #52B1DF;
  }
  .newsletter-button .fal {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
    margin-top: 5px;
  }
  #newsletter-info {
    text-align: center;
  }
  #newsletter-info input {
    border: 1px solid #CCC;
    width: 100%;
    max-width: 480px;
    border-radius: 12px;
    margin: 0 auto;
    color: #666;
  }
  #newsletter-info input.button {
    width: auto;
    padding: 12px 20px;
    border: 1px solid #DEEAB7;
    background-color: #ADD255;
    color: #FFFFFF;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    cursor: pointer;
  }
  #newsletter-info input.button:hover {
    border: 1px solid #FFFFFF;
  }
  #newsletter-info a {
    color: #FFFFFF;
  }
  .email-lists {
    margin: 0 auto;
    text-align: left;
    padding: 20px;
  }
  .email-lists-col {
    overflow: hidden;
  }
  .checkbox-container {
    position: relative;
    padding-left: 22px;
    margin-right: 8px;
    margin-bottom: 15px;
    cursor: pointer;
    font-size: 14px;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    text-align: left;
  }
  .checkbox-container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  .checkbox-container input:checked ~ .checkmark {
    background-color: #52B1DF;
  }
  .checkbox-container input:checked ~ .checkmark:after {
    display: block;
  }
  .checkbox-container:hover input ~ .checkmark {
    background-color: #BDE1F4;
  }
  .checkbox-container .checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: #FFFFFF;
    border-radius: 6px;
  }
  .checkbox-container .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 5px;
    top: 1px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .trainers {
    margin: 0 auto;
    margin-bottom: 60px;
  }
  .trainers .element-item {
    width: 280px;
    padding: 10px;
  }
  .trainers .element-item .trainer-wrap {
    width: 100%;
  }
  .trainers .element-item .trainer-wrap a {
    color: #000000;
    text-decoration: none;
  }
  .trainers .element-item .trainer-wrap h3 {
    font-size: 16px;
    margin: 6px 0 0 0;
  }
  .trainers .role {
    font-size: 14px;
  }
  .videos .element-item {
    position: relative;
    float: left;
    height: auto;
    margin: 10px 10px 30px 10px;
    padding: 0;
  }
  .videos .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .videos .embed-container iframe,
  .videos .embed-container object,
  .videos .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .videos .video-thumb img {
    width: 100%;
  }
  .testimonial {
    text-align: center;
    padding: 30px;
    margin-bottom: 10px;
  }
  .testimonial:nth-child(even) {
    background-color: rgba(189, 225, 244, 0.5);
  }
  .testimonial:nth-child(4n) {
    background-color: rgba(222, 234, 183, 0.5);
  }
  .testimonial p {
    margin-top: 1.5em;
  }
  .testimonial-name {
    color: #949497;
    font-size: 16px;
    font-style: italic;
    margin-top: 1em;
  }
  .links .container {
    max-width: 1430px;
    margin: 0 auto;
  }
  .links h2 {
    margin: 0;
    padding: 20px 0 0 0;
    clear: both;
  }
  .links .link-category:nth-child(odd) .element-item {
    position: relative;
    float: left;
    width: 33.3333%;
    height: auto;
    margin: 15px 0;
    padding: 0;
  }
  .links .link-category:nth-child(odd) .element-item a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 30px 0 0;
    padding: 20px;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .links .link-category:nth-child(odd) .element-item:nth-child(even) a {
    background-color: #41B2DE;
    border: 16px solid #BDE1F4;
  }
  .links .link-category:nth-child(odd) .element-item:nth-child(even) a:hover {
    color: #41B2DE;
    background-color: #BDE1F4;
    border: 16px solid #41B2DE;
  }
  .links .link-category:nth-child(odd) .element-item:nth-child(odd) a {
    background-color: #ADD255;
    border: 16px solid #DEEAB7;
  }
  .links .link-category:nth-child(odd) .element-item:nth-child(odd) a:hover {
    color: #ADD255;
    background-color: #DEEAB7;
    border: 16px solid #ADD255;
  }
  .links .link-category:nth-child(even) .element-item {
    position: relative;
    float: left;
    width: 33.3333%;
    height: auto;
    margin: 15px 0;
    padding: 0;
  }
  .links .link-category:nth-child(even) .element-item a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 30px 0 0;
    padding: 20px;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  .links .link-category:nth-child(even) .element-item:nth-child(odd) a {
    background-color: #41B2DE;
    border: 16px solid #BDE1F4;
  }
  .links .link-category:nth-child(even) .element-item:nth-child(odd) a:hover {
    color: #41B2DE;
    background-color: #BDE1F4;
    border: 16px solid #41B2DE;
  }
  .links .link-category:nth-child(even) .element-item:nth-child(even) a {
    background-color: #ADD255;
    border: 16px solid #DEEAB7;
  }
  .links .link-category:nth-child(even) .element-item:nth-child(even) a:hover {
    color: #ADD255;
    background-color: #DEEAB7;
    border: 16px solid #ADD255;
  }
  .links .grid {
    clear: both;
  }
  .links .element-item {
    position: relative;
    float: left;
    width: 33.3333%;
    height: auto;
    margin: 15px 0;
    padding: 0;
  }
  .links .element-item a {
    color: #FFFFFF;
    text-decoration: none;
    margin: 0 30px 0 0;
    padding: 20px;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
  }
  /* THE 4 STEPS MODEL */
  .the-4-steps-model .container {
    max-width: 1430px;
    margin: 0 auto;
  }
  .the-4-steps-model .container .grid2 {
    max-width: 500px;
  }
  .the-4-steps-model h2 {
    margin-top: 40px;
  }
  .the-4-steps-model .side-menu .download a,
  .feelings-and-needs-lists .side-menu .download a {
    color: #FFFFFF;
    text-decoration: none;
    padding: 8px;
    display: block;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 10px 0;
    background-color: #ADD255;
    border: 4px solid #DEEAB7;
  }
  .the-4-steps-model .side-menu .download a:hover,
  .feelings-and-needs-lists .side-menu .download a:hover {
    background-color: #41B2DE;
    border: 4px solid #BDE1F4;
  }
  .the-4-steps-model .side-menu .download a i,
  .feelings-and-needs-lists .side-menu .download a i {
    float: right;
    margin: 4px;
  }
  .the-4-steps-model .list-image,
  .feelings-and-needs-lists .list-image {
    width: 100%;
  }
  .post-type-archive-workshop .wrap {
    max-width: 1200px;
  }
  .post-type-archive-workshop .intro {
    max-width: 800px;
    margin: 0 auto;
  }
  .workshops .grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .workshops .element-item {
    width: 50%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .workshops .element-item a {
    text-decoration: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
  .workshops .element-item:nth-child(even) .workshop-item {
    border-color: #ADD255;
  }
  .workshops .element-item:nth-child(even) i {
    color: #ADD255;
  }
  .workshops .element-item:nth-child(odd) .workshop-item,
  .workshops .element-item:nth-child(odd) i {
    color: #41B2DE;
  }
  .workshops .element-item .number {
    color: #FFFFFF;
  }
  .workshop-item {
    border: 7px solid #41B2DE;
    border-radius: 16px;
    padding: 16px;
    margin: 0 15px 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
  .workshop-item img {
    position: absolute;
    right: -10px;
    width: 60px;
    top: 55px;
  }
  .workshop-item h3 {
    font-size: 1.3em;
    line-height: 1.2;
    padding: 0;
    margin: 0;
  }
  .workshop-item p {
    margin: 4px 0 0 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .workshop-item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
  }
  .workshop-info {
    -ms-flex-item-align: bottom;
        -ms-grid-row-align: bottom;
        align-self: bottom;
    color: #000000;
  }
  .workshop-info p {
    margin: 0;
  }
  .workshop-info i {
    color: #BDE1F4;
    margin-right: 4px;
  }
  .workshops-filter {
    margin: 20px auto 30px;
    max-width: 480px;
  }
  .workshops-filter ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
  }
  .workshops-filter span {
    margin: 0 10px;
  }
  #level-options,
  #country-options {
    display: none;
    overflow: hidden;
    -webkit-transition: max-height 0.3s ease-out;
    transition: max-height 0.3s ease-out;
    position: absolute;
    z-index: 9;
    background-color: #41B2DE;
    padding: 12px 0 !important;
    border: 4px solid #BDE1F4;
    border-radius: 12px;
    margin-top: 12px;
  }
  #level-options .button,
  #country-options .button {
    cursor: pointer;
    padding: 2px 12px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
  }
  #level-options .button:hover,
  #country-options .button:hover {
    background-color: #BDE1F4;
    color: #000000;
  }
  #level-options {
    right: 0;
    text-align: left;
  }
  #filter {
    background-color: #ABD151;
    border: 12px solid #DEEAB7;
    border-radius: 12px;
    margin-right: 20px;
    padding: 16px 0;
  }
  #sorts {
    width: 50%;
    background-color: #41B2DE;
    border: 12px solid #BDE1F4;
    border-radius: 12px;
    padding: 16px 10px;
  }
  .filter-title,
  .sort-title {
    font-weight: 700;
    margin-left: 0;
  }
  .button-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    color: #FFFFFF;
  }
  .button-group .button {
    cursor: pointer;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .button-group div {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .button-group .country-wrap {
    text-align: left;
  }
  .button-group .show-all-wrap {
    text-align: center;
  }
  .button-group .level-wrap {
    text-align: right;
    position: relative;
  }
  .is-active .dropdown-menu {
    display: block !important;
  }
  .single-workshop .article-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 20px;
    margin-bottom: 0;
  }
  .single-workshop .article-header .above-title {
    font-family: "Giorgio Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0 0 10px;
  }
  .single-workshop .article-header .title-wrap {
    font-family: "Giorgio Regular", "Helvetica Neue", Helvetica, Arial, sans-serif;
    border: 7px solid #ADD255;
    border-radius: 16px;
    padding: 30px 40px;
    margin: 0 15px 10px;
    position: relative;
  }
  .single-workshop .article-header .title-wrap h2 {
    color: #41B2DE;
    margin: 0 0 5px;
  }
  .single-workshop .article-header .title-wrap p {
    margin-bottom: 0;
  }
  .single-workshop .article-header .title-wrap img {
    position: absolute;
    right: -30px;
    width: 55px;
    top: 15px;
  }
  .single-workshop .article-header p {
    margin: 0;
  }
  .single-workshop .article-header .date-info {
    color: #ADD255;
    font-weight: 700;
  }
  .single-workshop .article-header .under-date-info {
    color: #ADD255;
    font-weight: 500;
  }
  .single-workshop .article-header .notification {
    margin: 20px;
    padding: 20px;
    border: 1px solid #ea9a3b;
    border-radius: 16px;
    color: #ea9a3b;
  }
  .etabs {
    margin: 20px auto 40px;
  }
  .tab-wrapper {
    max-width: 900px;
    margin: 0 auto;
  }
  .tab-wrapper h2 {
    color: #41B2DE;
  }
  .tab-content {
    padding: 0 10px;
  }
  .tab {
    display: inline-block;
    zoom: 1;
    *display: inline;
    background: #FFFFFF;
    border: solid 1px #41B2DE;
    border-radius: 12px;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    margin: 0 3px;
  }
  .tab:hover, .tab.active {
    border-color: #41B2DE;
    background-color: #41B2DE;
    color: #FFFFFF;
  }
  .tab a {
    font-size: 18px;
    line-height: 1.75em;
    display: block;
    padding: 4px 10px;
    text-decoration: none;
    color: #41B2DE;
    border-color: #41B2DE;
    border-radius: 12px;
  }
  .tab a:hover, .tab a.active {
    border-color: #41B2DE;
    background-color: #41B2DE;
    color: #FFFFFF;
  }
  .tab-container .panel-container {
    background: #FFFFFF;
    border: solid 1px #231f20;
    padding: 10px;
    border-radius: 0 4px 4px 4px;
  }
  .owl-nav {
    font-size: 50px;
    width: 100%;
    position: absolute;
    top: 40%;
  }
  .owl-nav .owl-prev {
    left: -60px;
    text-align: left;
    position: absolute;
  }
  .owl-nav .owl-next {
    left: auto;
    right: -60px;
    text-align: right;
    position: absolute;
  }
  .owl-dots {
    text-align: center;
    -webkit-tap-highlight-color: transparent;
  }
  .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
  }
  .owl-dots .owl-dot span {
    width: 12px;
    height: 12px;
    margin: 5px 7px;
    background: #CCCCCC;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    border-radius: 30px;
  }
  .owl-dots .owl-dot.active span, .owl-dots .owl-dot:hover span {
    background: #231f20;
  }
  .post-type-archive-story .wrap {
    max-width: 1200px;
  }
  .stories .element-item {
    width: 50%;
    min-width: 320px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 960px) {
  #header .navigation {
    position: relative;
    z-index: 9;
    padding: 15px 20px;
    text-align: center;
    min-height: 30px;
  }
  #header .navigation #main-menu {
    display: block;
  }
  .footer-top {
    padding: 40px 80px;
  }
  .footer-top .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -ms-flex-line-pack: distribute;
        align-content: space-around;
  }
  .footer-links ul.nav {
    padding-left: 40px;
  }
  .footer-bottom {
    font-size: 16px;
    background-color: #41B2DE;
    color: #FFFFFF;
    padding: 30px 20px;
  }
  .footer-bottom a {
    color: #FFFFFF;
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .footer-bottom a:hover {
    color: #000000;
  }
  .footer-bottom .container .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-bottom .copyright {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: left;
  }
  .footer-bottom .credits {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    text-align: right;
  }
  .workshops .element-item {
    width: 33.3333%;
  }
  .tab {
    width: auto;
    margin: 0 3px;
  }
  .videos .element-item {
    width: 430px;
    position: relative;
    float: left;
    height: auto;
    margin: 10px 10px 30px 10px;
    padding: 0;
  }
  .videos .embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  .videos .embed-container iframe,
  .videos .embed-container object,
  .videos .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .videos .video-thumb img {
    width: 100%;
  }
  .stories .element-item {
    width: 33.3333%;
  }
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  /*

.icon {
	width: 24px;
	height: 24px;
	background: url(img/test.png) no-repeat;
}

For retina screens, we have to make some adjustments, so that image
doesn't look blurry. So, taking into account the image above and the
dimensions, this is what we would put in our retina stylesheet:

.icon {
	background: url(img/test@2x.png) no-repeat;
	background-size: 24px 24px;
}

So, you would create the same icon, but at double the resolution, meaning 
it would be 48px x 48px. You'd name it the same, but with a @2x at the end
(this is pretty standard practice). Set the background image so it matches
the original dimensions and you are good to go. 

*/
}

@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -webkit-filter: none !important;
            filter: none !important;
    -ms-filter: none !important;
  }
  a,
  a:visited {
    color: #444 !important;
    text-decoration: underline;
  }
  a:after, a:visited:after {
    content: " (" attr(href) ")";
  }
  a abbr[title]:after, a:visited abbr[title]:after {
    content: " (" attr(title) ")";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr, img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  @page {
    margin: 0.5cm;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  .sidebar,
  .page-navigation,
  .wp-prev-next,
  .respond-form,
  nav {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */