@charset "UTF-8";
/* Theme Name: FluenTLV Theme
 * Author: AM Desings & FluenTLV
 * Description: The 2019 new Look of FluenTLV
 * Version: 1.0
 * License: GNU General Public License v2 or later
 * License URI: http://www.gnu.org/licenses/gpl-2.0.html
 * Tags: FluenTLV
 * Text Domain: fluentlv
 *
 * This theme, like WordPress, is licensed under the GPL.
 * Use it to make something cool, have fun, and share what you've learned with others.*/
*, *::before, *::after {
  box-sizing: border-box; }
  
  @font-face {
  font-family: Rubik;
  src: local('Arial'), local(sans-serif);
}


/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: Arial, sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0;
  min-height: 100%; }

html,
body {
  height: 100%;
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover,
a:visited {
  outline: 0;
  text-decoration: none;
  color: #40444A; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Sans"), local("FiraSans-Regular"), url(https://fonts.gstatic.com/s/firasans/v5/EjsrzDkQUQCDwsBtLpcVQZBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Fira Sans';
  font-style: normal;
  font-weight: 700;
  src: local("Fira Sans Bold"), local("FiraSans-Bold"), url(https://fonts.gstatic.com/s/firasans/v5/DugPdSljmOTocZOR2CItOhampu5_7CjHW5spxoeN3Vs.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Fira Mono';
  font-style: normal;
  font-weight: 400;
  src: local("Fira Mono"), local("FiraMono"), url(https://fonts.gstatic.com/s/firamono/v3/SlRWfq1zeqXiYWAN-lnG-pBw1xU1rKptJj_0jans920.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000; }

@font-face {
  font-family: 'Danial';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Daniel.ttf"); }

@font-face {
  font-family: 'Asakim Bold';
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/Asakim Bold.ttf"); }

.alert {
  width: 60%;
  padding: 20px 20px;
  margin: 0 auto;
  border: 1px solid transparent;
  border-radius: .25rem; }
  .alert p {
    padding: 0;
    margin: 0; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d0e9c6;
  color: #3c763d; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bcdff1;
  color: #31708f; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faf2cc;
  color: #8a6d3b; }

.alert-danger {
  background-color: #f2dede;
  border-color: #ebcccc;
  color: #a94442; }

.error-danger {
  font-size: 12px;
  color: #f00;
  padding: 5px;
  margin: 0; }

.btn {
  background-color: #000;
  cursor: pointer;
  color: #ffffff;
  border: none;
  font-family: Dosis, Rubik;
  border-radius: 45px;
  text-decoration: none;
  padding: 5px 20px;
  margin: 5px;
  transition: all 0.3s ease 0s;
  letter-spacing: 1px; }

.btn:hover {
  background-color: #FF7254;
  box-shadow: 0px 15px 20px rgba(0, 0, 0, 0.4);
  color: #fff;
  transform: translateY(-3px); }

.btn:disabled {
  cursor: not-allowed; }

.btn-s {
  font-size: 1em;
  padding: 6px 15px;
  font-weight: 600; }

.btn-m {
  min-width: 20px;
  font-size: 2em;
  padding: 8px 25px; }

.btn-lg {
  padding: 10px 30px;
  min-width: 20px;
  min-height: 15px;
  font-size: 2.5em; }

.btn-cta1 {
  background-color: #FFCA3C;
  color: #40444A; }

.btn-cta2 {
  background-color: #fff;
  color: #40444A;
  font-weight: bolder;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }

#um-submit-btn,
.um-col-alt .um-button,
.um-right > .um-button,
.um-col-alt .um-button-facebook,
.um-field-area > a.um-button,
.content .wpcf7-submit,
.not-a-member .um-button {
  cursor: pointer;
  color: #ffffff !important;
  border: none !important;
  font-family: Dosis, Rubik !important;
  border-radius: 45px !important;
  text-decoration: none !important;
  padding: 10px 20px !important;
  transition: all 0.3s ease 0s !important;
  letter-spacing: 0.05em !important;
  font-weight: bolder !important;
  letter-spacing: 1px !important; }

#um-submit-btn {
  background: #FFCA3C !important;
  color: #40444A !important; }

.um-right > .um-button,
.not-a-member .um-button {
  background: #FF7254 !important;
  color: #fff !important; }

.um-col-alt .um-button-facebook {
  padding: 20px !important; }

.um-field-area > a.um-button {
  background: #14CCFF !important; }
  
.partner-image {
    align-self: center;
}

@media screen and (max-width: 1200px) {
  .mobile-hide {
    display: none; 
  }
  
  .btn-blue {
    width: 120px !important;
    height: 40px !important;
    text-align: center;
    justify-items: middle; 
  } 
}

.elementor-inner .elementor-button-sm {
  border-radius: 40px !important;
  min-width: 190px !important; }

.elementor-inner .elementor-size-lg {
  border-radius: 40px !important;
  min-width: 190px !important;
  background: #FF7254 !important; }

.elementor-inner .elementor-text-editor {
  padding: 0px 30px; }

.elementor-inner #btn {
  border-radius: 25px !important;
  color: #fff !important; }

.elementor-inner h1 {
  font-size: 36px;
  margin: 30px 5px !important; }

.elementor-inner h2 {
  font-size: 30px; }

.elementor-inner h3 {
  font-size: 26px;
  color: #14CCFF !important;
  padding: 20px;
  margin: 10px; }

.elementor-inner h4 {
  font-size: 20px;
  color: #14CCFF !important; }

.elementor-inner .space-btn {
  display: flex;
  flex-flow: row;
  justify-content: space-between; }

.elementor-inner .section-title {
  font-size: 40px; }

.elementor-inner section {
  margin: 10px; }

.section-title {
  color: #ff6161;
  text-align: center;
  font-size: 2.6em;
  margin: 10px; }
  .section-title .subtitle {
    font-size: .7em;
    display: block; }

@media screen and (min-width: 1200px) {
  .section-title {
    color: #ff6161 !important;
    text-align: center;
    font-size: 60px !important;
    margin: 10px; }
  .subtitle {
    font-size: 22px !important;
    display: block; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title {
    color: #ff6161 !important;
    font-size: 50px !important; } }

section {
  margin: 30px 0;
  font-family: Dosis, Rubik;
  margin-bottom: 50px; }

.center-separator {
  display: flex;
  line-height: 1em;
  color: #40444A;
  margin: 40px 0;
  font-weight: bolder; }
  .center-separator::before, .center-separator::after {
    content: '';
    display: inline-block;
    flex-grow: 1;
    margin-top: 0.5em;
    background: #40444A;
    height: 2px;
    margin-right: 10px;
    margin-left: 10px; }

/* select starting stylings ------------------------------*/
.select {
  position: relative;
  width: 100%; }

.select-text {
  position: relative;
  font-family: inherit;
  background-color: transparent;
  width: 100%;
  padding: 10px 10px 10px 0;
  font-size: 16px;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #40444A; }

/* Remove focus */
.select-text:focus {
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  /* Use custom arrow */ }

.select .select-text {
  appearance: none;
  -webkit-appearance: none; }

.select select::-ms-expand {
  display: none; }

.select select {
  -moz-appearance: none;
  -webkit-appearance: none; }

.select:after {
  position: absolute;
  top: 40%;
  right: 0;
  /* Styling the down arrow */
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid rgba(0, 0, 0, 0.9);
  pointer-events: none; }

/* LABEL ======================================= */
.select-label {
  color: #40444A;
  font-weight: bolder;
  font-size: 16px;
  position: absolute;
  pointer-events: none;
  left: 0;
  top: 0;
  transition: all 0.2s ease;
  background-color: #fff; }

/* active state */
.select-text:focus ~ .select-label, .select-text:valid ~ .select-label {
  color: #14CCFF;
  top: -20px;
  font-weight: normal;
  transition: all 0.2s ease;
  font-size: 14px; }

/* BOTTOM BARS ================================= */
.select-bar {
  position: relative;
  display: block;
  width: 100%; }

.select-bar:before, .select-bar:after {
  content: '';
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: #14CCFF;
  transition: 0.2s ease all; }

.select-bar:before {
  left: 50%; }

.select-bar:after {
  right: 50%; }

/* active state */
.select-text:focus ~ .select-bar:before, .select-text:focus ~ .select-bar:after {
  width: 50%; }

/* HIGHLIGHTER ================================== */
.select-highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5; }

.input-group label {
  font-weight: bolder;
  font-size: 15px; }

@media screen and (max-width: 370px) {
  .select:after {
    right: -10px; } }

.group_checkbox {
  position: relative;
  margin: 20px 0; }

.group {
  position: relative;
  margin: 20px 0; }
  .group textarea {
    resize: none; }
  .group input,
  .group textarea {
    background: none;
    color: #40444A;
    font-size: 18px;
    padding: 10px 10px 10px 5px;
    display: block;
    width: 100%;
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #40444A; }
    .group input:focus,
    .group textarea:focus {
      outline: none; }
    .group input:focus ~ label,
    .group input:valid ~ label,
    .group textarea:focus ~ label,
    .group textarea:valid ~ label {
      top: -14px;
      font-size: 12px;
      color: #14CCFF; }
    .group input:focus ~ .bar:before,
    .group textarea:focus ~ .bar:before {
      width: 100%; }
  .group input[type="password"] {
    letter-spacing: 0.3em; }
  .group label {
    color: #40444A;
    font-size: 16px;
    font-weight: normal;
    position: absolute;
    pointer-events: none;
    left: 5px;
    top: 10px;
    transition: 300ms ease all; }
  .group .bar {
    position: relative;
    display: block;
    width: 100%; }
    .group .bar:before {
      content: '';
      height: 2px;
      width: 0;
      bottom: 0px;
      position: absolute;
      background: #14CCFF;
      transition: 300ms ease all;
      left: 0%; }
  .group .tip {
    position: absolute;
    top: 15px;
    right: 0;
    cursor: pointer;
    color: #40444A; }
  .group .err {
    display: none;
    color: #FF7254;
    font-family: Dosis, Rubik;
    font-size: 14px;
    padding-top: 10px; }

.inputGroup-select {
  background-color: #e3e8ec;
  display: block;
  margin: 10px 0;
  position: relative; }
  .inputGroup-select label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #3C454C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden; }
    .inputGroup-select label:before {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      content: '';
      background-color: #CB63B3;
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%) scale3d(1, 1, 1);
      transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
      opacity: 0;
      z-index: -1; }
    .inputGroup-select label:after {
      width: 32px;
      height: 32px;
      content: '';
      border: 2px solid #D1D7DC;
      background-color: #fff;
      background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23fff' fill-rule='nonzero'/%3E%3C/svg%3E ");
      background-repeat: no-repeat;
      background-position: 2px 3px;
      border-radius: 50%;
      z-index: 2;
      position: absolute;
      right: 30px;
      top: 50%;
      transform: translateY(-50%);
      cursor: pointer;
      transition: all 200ms ease-in; }
  .inputGroup-select input:checked ~ label {
    color: #fff; }
    .inputGroup-select input:checked ~ label:before {
      transform: translate(-50%, -50%) scale3d(56, 56, 1);
      opacity: 1; }
    .inputGroup-select input:checked ~ label:after {
      background-color: #FFCA3C;
      border-color: #FFCA3C; }
  .inputGroup-select input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden; }

/**
 * Tooltip Styles
 */
/* Base styles for the element that has a tooltip */
[data-tooltip],
.tooltip {
  position: relative;
  cursor: pointer; }

/* Base styles for the entire tooltip */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after {
  position: absolute;
  visibility: hidden;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -webkit-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -moz-transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, -moz-transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out, transform 0.2s cubic-bezier(0.71, 1.7, 0.77, 1.24);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  pointer-events: none; }

/* Show the entire tooltip on hover and focus */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after {
  visibility: visible;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

/* Base styles for the tooltip's directional arrow */
.tooltip:before,
[data-tooltip]:before {
  z-index: 1001;
  border: 6px solid transparent;
  background: transparent;
  content: ""; }

/* Base styles for the tooltip's content area */
.tooltip:after,
[data-tooltip]:after {
  z-index: 1000;
  padding: 8px;
  width: 160px;
  background-color: #000;
  background-color: rgba(51, 51, 51, 0.9);
  color: #fff;
  content: attr(data-tooltip);
  font-size: 14px;
  line-height: 1.2;
  border-radius: 10px; }

/* Directions */
/* Top (default) */
[data-tooltip]:before,
[data-tooltip]:after,
.tooltip:before,
.tooltip:after,
.tooltip-top:before,
.tooltip-top:after {
  bottom: 100%;
  left: 50%; }

[data-tooltip]:before,
.tooltip:before,
.tooltip-top:before {
  margin-left: -6px;
  margin-bottom: -12px;
  border-top-color: #000;
  border-top-color: rgba(51, 51, 51, 0.9); }

/* Horizontally align top/bottom tooltips */
[data-tooltip]:after,
.tooltip:after,
.tooltip-top:after {
  margin-left: -80px; }

[data-tooltip]:hover:before,
[data-tooltip]:hover:after,
[data-tooltip]:focus:before,
[data-tooltip]:focus:after,
.tooltip:hover:before,
.tooltip:hover:after,
.tooltip:focus:before,
.tooltip:focus:after,
.tooltip-top:hover:before,
.tooltip-top:hover:after,
.tooltip-top:focus:before,
.tooltip-top:focus:after {
  -webkit-transform: translateY(-12px);
  -moz-transform: translateY(-12px);
  transform: translateY(-12px); }

/* Left */
.tooltip-left:before,
.tooltip-left:after {
  right: 100%;
  bottom: 50%;
  left: auto; }

.tooltip-left:before {
  margin-left: 0;
  margin-right: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-left-color: #000;
  border-left-color: rgba(51, 51, 51, 0.9); }

.tooltip-left:hover:before,
.tooltip-left:hover:after,
.tooltip-left:focus:before,
.tooltip-left:focus:after {
  -webkit-transform: translateX(-12px);
  -moz-transform: translateX(-12px);
  transform: translateX(-12px); }

/* Bottom */
.tooltip-bottom:before,
.tooltip-bottom:after {
  top: 100%;
  bottom: auto;
  left: 50%; }

.tooltip-bottom:before {
  margin-top: -12px;
  margin-bottom: 0;
  border-top-color: transparent;
  border-bottom-color: #000;
  border-bottom-color: rgba(51, 51, 51, 0.9); }

.tooltip-bottom:hover:before,
.tooltip-bottom:hover:after,
.tooltip-bottom:focus:before,
.tooltip-bottom:focus:after {
  -webkit-transform: translateY(12px);
  -moz-transform: translateY(12px);
  transform: translateY(12px); }

/* Right */
.tooltip-right:before,
.tooltip-right:after {
  bottom: 50%;
  left: 100%; }

.tooltip-right:before {
  margin-bottom: 0;
  margin-left: -12px;
  border-top-color: transparent;
  border-right-color: #000;
  border-right-color: rgba(51, 51, 51, 0.9); }

.tooltip-right:hover:before,
.tooltip-right:hover:after,
.tooltip-right:focus:before,
.tooltip-right:focus:after {
  -webkit-transform: translateX(12px);
  -moz-transform: translateX(12px);
  transform: translateX(12px); }

/* Move directional arrows down a bit for left/right tooltips */
.tooltip-left:before,
.tooltip-right:before {
  top: 3px; }

/* Vertically center tooltip content for left/right tooltips */
.tooltip-left:after,
.tooltip-right:after {
  margin-left: 0;
  margin-bottom: -16px; }

.loader__container {
  display: none;
  background: #fff;
  overflow: hidden;
  padding: 100px 10px;
  min-width: 320px;
  max-width: 420px;
  margin: 20% auto;
  border-radius: 10px; }
  .loader__container .payment_loader {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    font-size: 2em; }
    .loader__container .payment_loader .dots {
      display: flex;
      position: relative;
      top: 20px;
      left: -10px;
      width: 100px;
      animation: dots 2s ease infinite 1s; }
      .loader__container .payment_loader .dots div {
        position: relative;
        width: 10px;
        height: 10px;
        margin-right: 10px;
        border-radius: 100%;
        background-color: #FF7254; }
        .loader__container .payment_loader .dots div:nth-child(1) {
          width: 0px;
          height: 0px;
          margin: 5px;
          margin-right: 15px;
          animation: show-dot 2s ease-out infinite 1s; }
        .loader__container .payment_loader .dots div:nth-child(4) {
          background-color: transparent;
          animation: dot-fall-left 2s linear infinite 1s; }
          .loader__container .payment_loader .dots div:nth-child(4):before {
            position: absolute;
            width: 10px;
            height: 10px;
            margin-right: 10px;
            border-radius: 100%;
            background-color: #FF7254;
            content: '';
            animation: dot-fall-top 2s cubic-bezier(0.46, 0.02, 0.94, 0.54) infinite 1s; }

@keyframes dots {
  0% {
    left: -10px; }
  20%, 100% {
    left: 10px; } }

@keyframes show-dot {
  0%, 20% {
    width: 0px;
    height: 0px;
    margin: 5px;
    margin-right: 15px; }
  30%, 100% {
    width: 10px;
    height: 10px;
    margin: 0px;
    margin-right: 10px; } }

@keyframes dot-fall-left {
  0%, 5% {
    left: 0px; }
  100% {
    left: 200px; } }

@keyframes dot-fall-top {
  0%, 5% {
    top: 0px; }
  30%, 100% {
    top: 50vh; } }

.skewBtn {
  width: 180px;
  height: 80px;
  outline: none;
  cursor: pointer;
  background: none;
  transition: .5s;
  font-size: 24px;
  border-radius: 5px;
  font-family: "Lato",sans-serif; }
  .skewBtn:hover {
    border: none;
    color: white;
    font-size: 28px;
    transform: scale(1.1); }

/* Buttons */
.purple {
  border: 2px solid transparent;
  background-color: #CB63B3;
  color: #fff; }
  .purple:hover {
    color: #CB63B3;
    border: 2px solid #CB63B3;
    background: none;
    transition: all 0.3s ease-in-out; }

.blue {
  border: 2px solid transparent;
  background-color: #14CCFF;
  color: #fff; }
  .blue:hover {
    color: #14CCFF;
    border: 2px solid #14CCFF;
    background: none;
    transition: all 0.3s ease-in-out; }

.lorange {
  border: 2px solid transparent;
  background-color: #FFCA3C;
  color: #fff; }
  .lorange:hover {
    color: #FFCA3C;
    border: 2px solid #FFCA3C;
    background: none;
    transition: all 0.3s ease-in-out; }

.brick {
  border: 2px solid transparent;
  background-color: #FF7254;
  color: #fff; }
  .brick:hover {
    color: #FF7254;
    border: 2px solid #FF7254;
    background: none;
    transition: all 0.3s ease-in-out; }

#global-search {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 50px 10px;
  overflow: scroll; }
  #global-search h1.title {
    color: #fff;
    text-align: center;
    font-size: 50px;
    font-family: Dosis, Rubik;
    font-weight: 400;
    width: 50%;
    margin-left: 25%;
    margin-bottom: 5px; }
  #global-search h4.subtitle {
    color: #fff;
    text-align: center;
    font-family: Dosis, Rubik; }
  #global-search .magnify-glass {
    position: relative;
    width: 90px;
    height: 90px;
    top: -80px;
    display: inline; }
  #global-search .search-input-container #search-term {
    background: #fff;
    border-radius: 10px;
    color: #40444A; }
  #global-search .search-overlay__close {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    opacity: 0.7;
    transition: all .3s ease; }
    #global-search .search-overlay__close:hover {
      opacity: 1; }
  #global-search .advanced_container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between; }
    #global-search .advanced_container #toggle-advanced-search {
      cursor: pointer;
      color: #ffffff;
      text-decoration: none;
      font-size: 14px;
      margin-top: -5px; }
    #global-search .advanced_container #cleare-advanced-search {
      cursor: pointer;
      color: #ffffff;
      text-decoration: none;
      font-size: 14px;
      margin-top: -5px; }
      #global-search .advanced_container #cleare-advanced-search i {
        margin: auto 5px; }
  #global-search #advanced-search__container {
    font-family: Dosis, Rubik;
    display: none;
    background: #ffffff;
    margin: 10px 0;
    padding: 10px 5px;
    border-radius: 5px; }
    #global-search #advanced-search__container .filter {
      margin: 20px 0; }
    #global-search #advanced-search__container .filters-title {
      color: #14CCFF;
      margin-bottom: 25px;
      text-align: center; }
    #global-search #advanced-search__container .select select {
      max-height: 150px; }
    #global-search #advanced-search__container .select:after {
      display: none; }
    #global-search #advanced-search__container .input-group {
      margin: 20px 0; }
    #global-search #advanced-search__container .filter-action {
      display: flex;
      justify-content: center; }
      #global-search #advanced-search__container .filter-action #filter-results {
        background: #14CCFF;
        text-align: center; }
    #global-search #advanced-search__container label:before {
      background: #14CCFF;
      width: 100%; }
  #global-search .search-results {
    display: flex;
    flex-flow: column; }
    #global-search .search-results .results-container .title {
      color: #fff; }
  #global-search #user-results .avatar {
    border: 2px solid #fff; }
  #global-search #user-results .users-title {
    color: #FFCA3C;
    border-bottom: 1px solid #FFCA3C; }
  #global-search #user-results .title {
    font-family: Dosis, Rubik;
    font-size: 26px;
    font-weight: 400;
    margin: 20px 10px; }
  #global-search #user-results .results {
    margin: 10px 10px 70px 10px; }
    #global-search #user-results .results ul {
      background: #FFCA3C;
      max-height: 160px;
      border-radius: 10px; }
      #global-search #user-results .results ul .slick-track {
        border-radius: 10px; }
    #global-search #user-results .results .no-results {
      color: #ffffff;
      text-align: center; }
    #global-search #user-results .results .min-list {
      list-style: none;
      margin: 0;
      padding: 0;
      display: flex;
      flex-flow: row wrap;
      justify-content: center; }
      #global-search #user-results .results .min-list li {
        text-align: center;
        margin: 10px; }
        #global-search #user-results .results .min-list li img {
          height: 100px;
          width: 100px;
          object-fit: cover;
          object-position: center center;
          border-radius: 50%;
          margin: 0 auto 15px auto; }
        #global-search #user-results .results .min-list li .user-link {
          color: #000;
          text-decoration: none;
          cursor: pointer;
          font-weight: 600;
          text-align: center;
          padding: 10px auto; }
  #global-search .events-results {
    margin-top: -30px;
    margin-bottom: 70px; }
    #global-search .events-results .events-title {
      color: #14CCFF;
      border-bottom: 1px solid #14CCFF; }
    #global-search .events-results .courses-title {
      color: #CB63B3;
      border-bottom: 1px solid #CB63B3; }
    #global-search .events-results .activities-title {
      color: #FF7254;
      border-bottom: 1px solid #FF7254; }
    #global-search .events-results .title {
      font-family: Dosis, Rubik;
      font-size: 26px;
      font-weight: 400;
      margin: 20px 10px; }
    #global-search .events-results .results .no-results {
      color: #ffffff;
      text-align: center; }
    #global-search .events-results .results .min-list {
      list-style: none;
      margin: 0;
      padding: 0; }
      #global-search .events-results .results .min-list .eventbox {
        background: #14CCFF; }
      #global-search .events-results .results .min-list .coursebox {
        background: #CB63B3; }
      #global-search .events-results .results .min-list .activitybox {
        background: #FF7254; }
      #global-search .events-results .results .min-list li {
        display: flex;
        flex-flow: column nowrap;
        margin: 15px 10px;
        padding: 10px;
        border-radius: 10px; }
        #global-search .events-results .results .min-list li .event-data {
          padding: 10px 5px;
          display: flex;
          flex-flow: column; }
          #global-search .events-results .results .min-list li .event-data .event-title {
            display: block;
            color: #fff;
            text-align: center;
            text-decoration: none;
            margin-bottom: 15px;
            font-size: 20px; }
          #global-search .events-results .results .min-list li .event-data .event-info {
            color: #000;
            margin: 0 10px;
            display: grid;
            grid-gap: 5px; }
            #global-search .events-results .results .min-list li .event-data .event-info .time-icon {
              grid-column: 1 / 4;
              grid-row: 1;
              width: 10%;
              margin-right: 20px;
              text-align: right; }
            #global-search .events-results .results .min-list li .event-data .event-info .place-icon {
              grid-column: 1 / 4;
              grid-row: 2;
              width: 10%;
              margin-right: 5px;
              text-align: right; }
            #global-search .events-results .results .min-list li .event-data .event-info .event-date {
              grid-column: 2 / 3;
              grid-row: 1;
              font-size: 14px;
              margin: 5px 0px 5px 5px;
              padding-left: 25px; }
            #global-search .events-results .results .min-list li .event-data .event-info .event-location {
              grid-column: 2 / 3;
              grid-row: 2;
              font-size: 14px;
              margin: 5px 0px 5px 5px;
              padding-left: 25px; }
            #global-search .events-results .results .min-list li .event-data .event-info .thumbnail {
              grid-column: 3;
              grid-row: 1/3;
              position: relative;
              width: 100%;
              min-height: 90px;
              float: right;
              display: block;
              border: 2px solid #fff;
              object-fit: cover;
              object-position: center center; }
        #global-search .events-results .results .min-list li .event_signup {
          text-align: center;
          margin: 10px;
          margin-top: 10px; }
          #global-search .events-results .results .min-list li .event_signup .btn {
            padding: 6px 40px; }

.spinner-loader {
  margin: 60px auto;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 0.25rem solid rgba(255, 255, 255, 0.6);
  border-top-color: #FF7254;
  animation: spin 1s infinite linear; }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

@media screen and (min-width: 1200px) {
  #global-search .search-input-container {
    width: 800px;
    display: flex;
    flex-flow: column;
    align-items: left;
    margin: 0px auto; }
  #global-search #search-term {
    height: 60px !important;
    line-height: 200%;
    vertical-align: middle;
    font-size: 24px; }
  #global-search .advanced_container {
    justify-content: left !important; }
    #global-search .advanced_container #cleare-advanced-search {
      margin-left: 20px; }
  #global-search h1.title {
    font-size: 70px !important;
    top: -150px !important;
    margin-top: 5px; }
  #global-search #advanced-search__container label {
    font-size: 20px !important; }
  #global-search .magnify-glass {
    display: flex !important;
    justify-items: center !important;
    margin: 0px auto;
    height: 200px !important;
    width: 200px !important;
    top: 0 !important; }
  #global-search .group {
    width: 800px; }
  #global-search .min-list {
    display: flex !important;
    flex-flow: row wrap !important;
    align-content: left; }
  #global-search .eventbox {
    max-height: 220px !important;
    width: 390px !important; }
  #global-search li {
    max-width: 30%; }
  #global-search ul {
    justify-content: space-evenly; }
  #global-search #search-overlay__results {
    max-width: 1200px;
    margin: 10px auto; }
  #global-search .slick-track {
    display: flex;
    justify-content: space-between; }
  #global-search li.user-li {
    display: flex;
    align-self: center;
    min-width: 120px; }
  #global-search .slick-list.draggable {
    overflow-y: hidden; } }

@media screen and (min-width: 768px) and (max-width: 992px) {
  #global-search {
    padding: 10px 5%; }
    #global-search .magnify-glass {
      display: flex !important;
      justify-items: center !important;
      margin: 0px auto;
      height: 200px !important;
      width: 200px !important;
      top: 0 !important; }
    #global-search .min-list {
      display: flex !important;
      flex-flow: row wrap !important;
      align-content: left; }
    #global-search .eventbox, #global-search .coursebox, #global-search .activitybox {
      width: 320px !important; }
    #global-search #search-overlay__results {
      max-width: 1200px;
      margin: 10px auto; }
    #global-search .event-results {
      margin: 5px auto !important; }
    #global-search ul {
      justify-content: space-evenly; } }

@media screen and (min-width: 768px) and (max-width: 992px) and (min-width: 992px) and (max-width: 1200px) {
  .eventbox, .coursebox, .activitybox {
    width: 400px !important; }
  #global-search {
    padding: 10px 8%; }
  .magnify-glass {
    display: flex !important;
    justify-items: center !important;
    margin: 0px auto;
    height: 200px !important;
    width: 200px !important;
    top: 0 !important; }
  .min-list {
    display: flex !important;
    flex-flow: row wrap !important;
    align-content: left; }
  #search-overlay__results {
    max-width: 1200px;
    margin: 10px auto; }
  .event-results {
    margin: 5px auto !important; }
  ul {
    justify-content: space-evenly; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
    -webkit-user-select--moz-user-select: none;
      -webkit-user-select--moz-user-select--ms-user-select: none;
        -webkit-user-select--moz-user-select--ms-user-select-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
    -ms-touch-action-touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
    -webkit-transform-transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  margin-bottom: 15px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  cursor: pointer;
  background: none;
  border: none;
  position: absolute;
  top: 45%;
  z-index: 999;
  color: #CB63B3 !important;
  font-size: 36px; }

.slick-prev {
  left: -15px; }

.slick-next {
  right: -15px; }

@media screen and (max-width: 600px) {
  .slick-prev {
    left: 0px; }
  .slick-next {
    right: 0px; } }

.events-slider .event_box, .course-slider .event_box {
  display: flex;
  flex-flow: column;
  border-radius: 15px;
  height: 320px; }
  .events-slider .event_box .event_box_top, .course-slider .event_box .event_box_top {
    position: relative;
    height: 50%; }
    .events-slider .event_box .event_box_top .event_box_info, .course-slider .event_box .event_box_top .event_box_info {
      color: #40444A;
      text-align: center; }
      .events-slider .event_box .event_box_top .event_box_info .event-title, .course-slider .event_box .event_box_top .event_box_info .event-title {
        display: block;
        color: #40444A;
        font-weight: bolder;
        font-size: 20px;
        margin: 15px 60px;
        margin-bottom: 10px; }
      .events-slider .event_box .event_box_top .event_box_info .event-location, .course-slider .event_box .event_box_top .event_box_info .event-location {
        font-size: 14px;
        margin: 5px;
        font-weight: 400; }
      .events-slider .event_box .event_box_top .event_box_info .event-time-label, .course-slider .event_box .event_box_top .event_box_info .event-time-label {
        margin: 5px;
        font-size: 14px; }
      .events-slider .event_box .event_box_top .event_box_info .stats, .course-slider .event_box .event_box_top .event_box_info .stats {
        margin: 10px 0;
        display: flex;
        flex-flow: row nowrap;
        justify-content: center; }
        .events-slider .event_box .event_box_top .event_box_info .stats .stat, .course-slider .event_box .event_box_top .event_box_info .stats .stat {
          margin: 0 8px; }
    .events-slider .event_box .event_box_top .date_circle, .course-slider .event_box .event_box_top .date_circle {
      background-color: #FFCA3C;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 10px;
      left: 7px;
      text-align: center;
      display: flex;
      flex-flow: column;
      justify-content: center;
      font-weight: bolder;
      font-size: 16px;
      box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
      transform: rotate(-15deg); }
    .events-slider .event_box .event_box_top .event_signup, .course-slider .event_box .event_box_top .event_signup {
      text-align: center;
      position: absolute;
      bottom: -20px;
      left: 0;
      right: 0;
      z-index: 888; }
      .events-slider .event_box .event_box_top .event_signup a, .course-slider .event_box .event_box_top .event_signup a {
        padding: 7px 70px;
        min-width: 30px;
        max-height: 60px;
        font-size: 1.5em;
        border-radius: 20px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); }
  .events-slider .event_box .event_box_bottom, .course-slider .event_box .event_box_bottom {
    position: relative;
    height: 50%; }
    .events-slider .event_box .event_box_bottom img, .course-slider .event_box .event_box_bottom img {
      width: 100% !important;
      height: 100% !important;
      border-radius: 0 0 15px 15px;
      margin-bottom: -5px;
      object-fit: cover;
      object-position: center center; }
    .events-slider .event_box .event_box_bottom .img-overlay, .course-slider .event_box .event_box_bottom .img-overlay {
      position: absolute;
      top: 0;
      width: 100%;
      height: 100%;
      border-radius: 0 0 15px 15px; }

#cal {
  margin: 20px auto;
  display: table;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  width: 80%; }
  #cal .header {
    cursor: default;
    background: #FF7254;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    padding: 10px 5px;
    font-size: 18px;
    display: flex;
    flex-flow: row nowrap; }
    #cal .header span {
      display: inline-block; }
    #cal .header .button {
      cursor: pointer;
      width: 24px;
      text-align: center;
      vertical-align: middle;
      transition: all .2s ease; }
      #cal .header .button:hover {
        transform: scale(1.2); }
    #cal .header .month-year {
      cursor: pointer;
      letter-spacing: 1px;
      width: 100%;
      text-align: center; }
  #cal table {
    background: #fff;
    border-collapse: collapse;
    width: 100%; }
    #cal table td {
      color: #40444A;
      width: 30px;
      height: 30px;
      line-height: 30px;
      text-align: center;
      border: 1px solid #e6e6e6;
      cursor: default; }
  #cal #days td {
    height: 26px;
    line-height: 26px;
    text-transform: uppercase;
    font-size: 90%;
    color: #40444A; }
    #cal #days td:not(:last-child) {
      border-right: 1px solid #fff; }
  #cal #cal-frame td {
    height: 84px;
    width: 54px;
    transition: all .25s ease;
    position: relative; }
  #cal #cal-frame td.today {
    background: #ededed;
    box-shadow: 1px 1px 0px #fff inset; }
  #cal #cal-frame td:not(.nil):hover {
    font-weight: bold; }
  #cal #cal-frame td span {
    font-size: 80%;
    position: relative; }
    #cal #cal-frame td span:first-child {
      bottom: 5px; }
    #cal #cal-frame td span:last-child {
      top: 5px; }
  #cal #cal-frame table.temp {
    position: absolute; }
  #cal #cal-frame table.curr {
    float: right; }

.cal_icon_map {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }
  .cal_icon_map .icon_m {
    margin: 10px;
    display: flex;
    flex-flow: row nowrap;
    align-items: center; }
    .cal_icon_map .icon_m .icon_c {
      background: pink;
      height: 50px;
      width: 50px;
      border-radius: 50%;
      display: grid;
      justify-content: center;
      align-items: center; }
      .cal_icon_map .icon_m .icon_c img {
        height: 40px; }
    .cal_icon_map .icon_m .icon_text {
      display: inline-block;
      margin-left: 10px;
      font-size: 20px;
      font-weight: 600; }

.eventsSubPopup {
  display: none;
  flex-flow: column;
  width: 300px;
  margin: 10px;
  padding: 10px;
  background: #f7f7f7;
  position: absolute;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
  z-index: 99999;
  padding-top: 40px;
  left: 50%;
  transform: translateX(-50%); }
  .eventsSubPopup .close_popup {
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px; }
  .eventsSubPopup .eventT__course {
    background: #CB63B3 !important; }
  .eventsSubPopup .eventT__activity {
    background: #FFCA3C !important; }
  .eventsSubPopup .eventT__event {
    background: #14CCFF !important; }
  .eventsSubPopup .event_container {
    display: flex;
    flex-flow: row nowrap;
    margin-bottom: 10px;
    padding: 10px;
    align-items: center;
    background: #ededed;
    box-shadow: 6px 6px 15px 0px rgba(0, 0, 0, 0.5); }
    .eventsSubPopup .event_container .event_thumb {
      height: 100px;
      width: 100px;
      vertical-align: middle;
      border-radius: 50%;
      object-fit: cover;
      object-position: center center;
      margin-bottom: 0;
      margin-right: 10px; }
    .eventsSubPopup .event_container .event_info .event_container__title {
      cursor: pointer;
      font-size: 16px;
      margin: 0;
      font-weight: 600; }
    .eventsSubPopup .event_container .event_info .event_container__location {
      font-size: 12px;
      margin: 0;
      padding: 0;
      font-size: 16px;
      font-weight: 400; }

@media screen and (min-width: 300px) and (max-width: 1200px) {
  .eventsSubPopup .event_container {
    flex-flow: column nowrap;
    margin-bottom: 10px; }
    .eventsSubPopup .event_container .event_thumb {
      height: 60px;
      width: 60px;
      vertical-align: middle;
      border-radius: 50%;
      object-fit: cover;
      object-position: center center;
      margin-bottom: 10px;
      margin-right: 0; } }

#booking-stepper .event-info {
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin: 20px auto;
  max-width: 600px; }
  #booking-stepper .event-info .title {
    margin: 5px 0; }
    #booking-stepper .event-info .title a {
      font-weight: 400; }

#booking-stepper .stepper {
  display: flex;
  flex-flow: column; }
  #booking-stepper .stepper .stepper-progress-bar {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    position: relative;
    margin: 30px 0; }
    #booking-stepper .stepper .stepper-progress-bar .step-trigger {
      background: #f98e77;
      text-align: center;
      color: #fff;
      height: 40px;
      width: 40px;
      border-radius: 50%;
      z-index: 99;
      cursor: pointer;
      padding: 10px 0;
      transition: all .3s ease; }
      #booking-stepper .stepper .stepper-progress-bar .step-trigger:hover {
        transform: scale(1.2); }
    #booking-stepper .stepper .stepper-progress-bar .step-trigger__active {
      opacity: 1;
      background: #FF7254;
      align-self: flex-start;
      animation-name: bounce;
      animation-duration: 400ms;
      animation-iteration-count: 1;
      animation-timing-function: ease-in-out; }
    #booking-stepper .stepper .stepper-progress-bar .step-trigger__current {
      background: #FFCA3C;
      color: #40444A; }
    #booking-stepper .stepper .stepper-progress-bar .bar {
      height: 2px;
      width: 100%;
      background: #FF7254;
      position: absolute;
      top: 50%;
      z-index: -999;
      opacity: .7; }
  #booking-stepper .stepper .steps {
    position: relative;
    padding: 20px;
    margin: 10px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); }
    #booking-stepper .stepper .steps .step {
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      transition: all .3s ease;
      z-index: -999; }
      #booking-stepper .stepper .steps .step .step-title {
        margin-top: 0;
        text-align: center; }
      #booking-stepper .stepper .steps .step .step-body {
        padding-top: 20px; }
      #booking-stepper .stepper .steps .step .actions-bar {
        display: flex;
        flex-flow: row wrap-reverse;
        justify-content: center;
        max-width: 420px;
        margin: 30px auto;
        margin-bottom: 0; }
        #booking-stepper .stepper .steps .step .actions-bar .btn {
          width: 160px;
          text-align: center; }
        #booking-stepper .stepper .steps .step .actions-bar .next-step {
          background: #FF7254; }
        #booking-stepper .stepper .steps .step .actions-bar .back-step {
          background: #40444A; }
    #booking-stepper .stepper .steps .step__active {
      position: static;
      opacity: 1; }
    #booking-stepper .stepper .steps .role-choice, #booking-stepper .stepper .steps .payment-path-choice {
      width: 100%;
      text-align: center; }
      #booking-stepper .stepper .steps .role-choice .step-body, #booking-stepper .stepper .steps .payment-path-choice .step-body {
        display: flex;
        flex-flow: column wrap;
        align-content: center; }
        #booking-stepper .stepper .steps .role-choice .step-body .role-choice-btn, #booking-stepper .stepper .steps .role-choice .step-body .payment-path-btn, #booking-stepper .stepper .steps .payment-path-choice .step-body .role-choice-btn, #booking-stepper .stepper .steps .payment-path-choice .step-body .payment-path-btn {
          font-size: 24px;
          width: 290px;
          margin: 10px auto; }
      #booking-stepper .stepper .steps .role-choice #booking_closed_msg, #booking-stepper .stepper .steps .payment-path-choice #booking_closed_msg {
        display: none; }
    #booking-stepper .stepper .steps .fill-form .step-body .input-group {
      margin: 20px 0; }
    #booking-stepper .stepper .steps .fill-form .step-body .note {
      margin: 10px 0;
      margin-top: 40px; }
    #booking-stepper .stepper .steps .payment .step-body .payment-methods .inputGroup-select label, #booking-stepper .stepper .steps .payment .step-body .purchase-credits .inputGroup-select label, #booking-stepper .stepper .steps .payment .step-body .tickets .inputGroup-select label, #booking-stepper .stepper .steps .card-choice .step-body .payment-methods .inputGroup-select label, #booking-stepper .stepper .steps .card-choice .step-body .purchase-credits .inputGroup-select label, #booking-stepper .stepper .steps .card-choice .step-body .tickets .inputGroup-select label, #booking-stepper .stepper .steps .ticket-choice .step-body .payment-methods .inputGroup-select label, #booking-stepper .stepper .steps .ticket-choice .step-body .purchase-credits .inputGroup-select label, #booking-stepper .stepper .steps .ticket-choice .step-body .tickets .inputGroup-select label {
      height: 100px; }
      #booking-stepper .stepper .steps .payment .step-body .payment-methods .inputGroup-select label:before, #booking-stepper .stepper .steps .payment .step-body .purchase-credits .inputGroup-select label:before, #booking-stepper .stepper .steps .payment .step-body .tickets .inputGroup-select label:before, #booking-stepper .stepper .steps .card-choice .step-body .payment-methods .inputGroup-select label:before, #booking-stepper .stepper .steps .card-choice .step-body .purchase-credits .inputGroup-select label:before, #booking-stepper .stepper .steps .card-choice .step-body .tickets .inputGroup-select label:before, #booking-stepper .stepper .steps .ticket-choice .step-body .payment-methods .inputGroup-select label:before, #booking-stepper .stepper .steps .ticket-choice .step-body .purchase-credits .inputGroup-select label:before, #booking-stepper .stepper .steps .ticket-choice .step-body .tickets .inputGroup-select label:before {
        background-color: #14CCFF;
        width: 150%;
        height: 150%; }
      #booking-stepper .stepper .steps .payment .step-body .payment-methods .inputGroup-select label .title, #booking-stepper .stepper .steps .payment .step-body .purchase-credits .inputGroup-select label .title, #booking-stepper .stepper .steps .payment .step-body .tickets .inputGroup-select label .title, #booking-stepper .stepper .steps .card-choice .step-body .payment-methods .inputGroup-select label .title, #booking-stepper .stepper .steps .card-choice .step-body .purchase-credits .inputGroup-select label .title, #booking-stepper .stepper .steps .card-choice .step-body .tickets .inputGroup-select label .title, #booking-stepper .stepper .steps .ticket-choice .step-body .payment-methods .inputGroup-select label .title, #booking-stepper .stepper .steps .ticket-choice .step-body .purchase-credits .inputGroup-select label .title, #booking-stepper .stepper .steps .ticket-choice .step-body .tickets .inputGroup-select label .title {
        margin-bottom: 10px;
        display: block;
        font-size: 18px;
        font-weight: bolder; }
    #booking-stepper .stepper .steps .confirmation .message, #booking-stepper .stepper .steps .thanks .message {
      margin: 20px auto;
      max-width: 700px; }
      #booking-stepper .stepper .steps .confirmation .message span, #booking-stepper .stepper .steps .thanks .message span {
        font-weight: bolder; }
    #booking-stepper .stepper .steps .confirmation .event-info-box, #booking-stepper .stepper .steps .thanks .event-info-box {
      background: #dbdbdb;
      padding: 20px;
      border-radius: 10px; }
      #booking-stepper .stepper .steps .confirmation .event-info-box h2, #booking-stepper .stepper .steps .thanks .event-info-box h2 {
        margin: 0;
        text-align: center; }
    #booking-stepper .stepper .steps .confirmation .actions-bar .btn {
      color: #fff;
      width: 200px !important;
      display: block; }
    #booking-stepper .stepper .steps .confirmation .coupon_expired {
      font-size: 18px;
      font-weight: 600;
      margin: 10px;
      color: #FF7254; }
    #booking-stepper .stepper .steps .thanks .step-body {
      text-align: center; }
    #booking-stepper .stepper .steps .thanks .actions-bar .btn {
      color: #fff;
      width: 150px !important;
      display: block; }
    #booking-stepper .stepper .steps .thanks .actions-bar .btn:first-child {
      background: #14CCFF; }
    #booking-stepper .stepper .steps .thanks .actions-bar .btn:last-child {
      background: #FF7254; }

#booking-stepper .already_booked {
  padding: 20px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center; }

#booking-stepper .booking_notfound, #booking-stepper .booking_closed {
  text-align: center;
  margin: 50px 0; }

#booking-stepper .spacer {
  margin: 50px auto; }

#booking-stepper #cancel_ambassador_participation_err, #booking-stepper #cancel_ambassador_loader {
  display: none;
  margin-top: 20px; }

#booking-stepper #pay-and-book_loader, #booking-stepper #ambassador_form_submit_loader {
  display: none; }

.input-error {
  visibility: hidden;
  color: #FF7254;
  margin: 5px 0;
  margin-top: -20px;
  opacity: 0;
  transition: all .3s ease; }

.input-error__shown {
  opacity: 1;
  margin-top: 5px;
  visibility: visible; }

#creditcard_modal__overlay {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.95);
  padding: 50px 10px;
  font-family: Dosis, Rubik !important;
  overflow: scroll; }
  #creditcard_modal__overlay .creditcard_modal__container {
    display: flex;
    flex-flow: column;
    align-items: center;
    background: #fff;
    margin: 30px auto;
    border-radius: 10px;
    max-width: 500px;
    padding: 20px; }
    #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__header .title {
      color: #40444A;
      font-size: 24px; }
    #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form {
      width: 100%; }
      #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form #form_errors {
        display: none;
        width: 100%;
        padding: 10px;
        border-radius: 10px;
        background: #FF7254;
        color: #fff;
        font-size: 18px;
        margin: 10px auto;
        margin-bottom: 40px; }
      #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form .select-label {
        top: 5px;
        left: 5px;
        font-size: 18px;
        font-weight: normal; }
      #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form .select-text:focus ~ .select-label, #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form .select-text:valid ~ .select-label {
        top: -12px;
        font-size: 14px; }
      #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form .row-group {
        display: flex;
        flex-flow: row wrap;
        justify-content: center; }
        #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form .row-group .group, #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form .row-group .input-group {
          width: 200px;
          margin-right: 20px; }
        #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form .row-group .input-group .select-text {
          padding-top: 32px; }
        #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form .row-group .input-group .select-label {
          top: 31px;
          font-weight: normal; }
        #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form .row-group .input-group .select-text:focus ~ .select-label, #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form .row-group .input-group .select-text:valid ~ .select-label {
          top: 7px; }
        #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__form .row-group .group input:placeholder {
          color: #40444A !important; }
    #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__actions {
      display: flex;
      flex-flow: row wrap;
      justify-content: center;
      margin: 20px auto 10px auto; }
      #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__actions .btn {
        width: 150px; }
      #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__actions #creditcard_modal__cancel {
        background: #FF7254; }
      #creditcard_modal__overlay .creditcard_modal__container .creditcard_modal__actions #creditcard_modal__pay {
        background: #14CCFF;
        color: #40444A; }
  #creditcard_modal__overlay #creditcard_modal__close {
    color: #fff;
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 30px;
    cursor: pointer;
    opacity: 0.7;
    transition: all .3s ease; }
    #creditcard_modal__overlay #creditcard_modal__close:hover {
      opacity: 1; }

@keyframes bounce {
  0% {
    transform: scale(1.2); }
  25% {
    transform: scale(0.8); }
  50% {
    transform: scale(1.2); }
  100% {
    transform: scale(1); } }

@media screen and (min-width: 800px) {
  #booking-stepper .stepper .steps {
    width: 700px;
    margin: 10px auto; } }

.custom-form-color .leeds-form__homepage {
  background: #CB63B3; }

.leeds-form__homepage {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  padding: 10px;
  padding-bottom: 0;
  border-radius: 10px;
  width: 320px;
  margin: 10px auto;
  background: #FF7254;
  z-index: 9999; }
  .leeds-form__homepage .form-title {
    margin: 10px auto;
    font-size: 18px;
    text-align: center;
    color: #fff; }
  .leeds-form__homepage form p {
    margin: 30px auto;
    display: block;
    width: 100%;
    text-align: center; }
  .leeds-form__homepage label {
    color: #fff; }
  .leeds-form__homepage .wpcf7 {
    width: 100%; }
  .leeds-form__homepage .wpcf7-form {
    text-align: center; }
  .leeds-form__homepage .wpcf7-validation-errors {
    margin: 10px; }
  .leeds-form__homepage .wpcf7-not-valid-tip {
    color: #40444A;
    font-size: 12px;
    padding: 2px;
    font-weight: bolder; }
  .leeds-form__homepage input::placeholder {
    color: #fff; }
  .leeds-form__homepage input:focus {
    outline: none; }
  .leeds-form__homepage input[type="submit"] {
    margin: 5px 10px;
    width: 90%; }
  .leeds-form__homepage input[type="text"], .leeds-form__homepage input[type="email"], .leeds-form__homepage input[type="tel"], .leeds-form__homepage textarea {
    background: none;
    border: 0;
    border-bottom: 2px solid #fff;
    width: 90%; }
  .leeds-form__homepage .wpcf7-list-item-label {
    color: #fff; }
  .leeds-form__homepage span.wpcf7-list-item {
    margin: 0 !important; }
  .leeds-form__homepage .wpcf7-list-item.first.last {
    text-align: left !important; }

.wpcf7-form p {
  margin: 10px auto !important;
  display: block;
  width: 90%; }

.wpcf7-form input[type="text"], .wpcf7-form input[type="email"], .wpcf7-form input[type="tel"], .wpcf7-form textarea {
  width: 100%; }

#newsletterForm .ajax-loader {
  display: block !important; }

@media screen and (min-width: 1200px) {
  .leeds-form__homepage .form-title {
    font-size: 24px; }
  .leeds-form__homepage input[type="text"], .leeds-form__homepage input[type="email"], .leeds-form__homepage input[type="tel"] {
    font-size: 18px; }
  .leeds-form__homepage input[type="submit"] {
    font-size: 20px; } }

/*!

 * Accordion v2.7.2

 * Simple accordion created in pure Javascript.

 * https://github.com/michu2k/Accordion

 *

 * Copyright 2017-2019 Michał Strumpf

 * Published under MIT License

 */
.ac {
  margin-top: 10px;
  border: 1px solid #ddd;
  background-color: #fff;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.ac > .ac-q {
  font: bold 15px 'Arial', sans-serif;
  color: #111;
  padding: 10px 30px 10px 10px;
  margin: 0;
  text-decoration: none;
  display: block;
  cursor: pointer;
  position: relative;
  background: #FFCA3C; }

.ac > .ac-q::after {
  content: '+';
  text-align: center;
  width: 15px;
  right: 10px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  position: absolute; }

.ac > .ac-a {
  overflow: hidden;
  -webkit-transition-property: all;
  transition-property: all;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.ac > .ac-a p {
  font: 14px/1.5 'Arial', sans-serif;
  color: #777;
  margin: 0;
  padding: 10px; }

.ac.js-enabled > .ac-a {
  visibility: hidden; }

.ac.is-active > .ac-a {
  visibility: visible; }

.ac.is-active > .ac-q::after {
  content: '\2013'; }

.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -35px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 15px;
  height: 15px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  border-radius: 50%;
  outline: none;
  background: #FF7254; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

.can-toggle {
  position: relative; }
  .can-toggle *, .can-toggle *:before, .can-toggle *:after {
    box-sizing: border-box; }
  .can-toggle input[type="checkbox"] {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0; }
    .can-toggle input[type="checkbox"][disabled] ~ label {
      pointer-events: none; }
      .can-toggle input[type="checkbox"][disabled] ~ label .can-toggle__switch {
        opacity: 0.4; }
    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:before {
      content: attr(data-unchecked);
      left: 0; }
    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      content: attr(data-checked);
      background: #14CCFF; }
  .can-toggle label {
    user-select: none;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center; }
    .can-toggle label .can-toggle__switch {
      position: relative; }
      .can-toggle label .can-toggle__switch:before {
        content: attr(data-checked);
        position: absolute;
        top: 0;
        text-transform: uppercase;
        text-align: center; }
      .can-toggle label .can-toggle__switch:after {
        content: attr(data-unchecked);
        position: absolute;
        z-index: 5;
        text-transform: uppercase;
        text-align: center;
        background: #FFCA3C;
        transform: translate3d(0, 0, 0);
        font-weight: 600; }
  .can-toggle input[type="checkbox"][disabled] ~ label {
    color: rgba(64, 68, 74, 0.5); }
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #fff; }
    .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
      color: #282b2f; }
  .can-toggle input[type="checkbox"]:hover ~ label {
    color: #34373c; }
  .can-toggle input[type="checkbox"]:checked ~ label:hover {
    color: #393c42; }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: white; }
    .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      color: #34373c; }
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #fff; }
    .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
      color: #282b2f; }
  .can-toggle label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0, 1, 0.5, 1);
    background: white; }
    .can-toggle label .can-toggle__switch:before {
      color: #40444a; }
    .can-toggle label .can-toggle__switch:after {
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0, 1, 0.5, 1);
      transition: transform 0.3s cubic-bezier(0, 1, 0.5, 1);
      color: #40444a; }
  .can-toggle input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }
  .can-toggle input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(123px, 0, 0); }
  .can-toggle input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }
  .can-toggle label {
    font-size: 14px; }
    .can-toggle label .can-toggle__switch {
      height: 36px;
      flex: 0 0 250px;
      border-radius: 4px; }
      .can-toggle label .can-toggle__switch:before {
        left: 125px;
        font-size: 12px;
        line-height: 36px;
        width: 125px;
        padding: 0 12px; }
      .can-toggle label .can-toggle__switch:after {
        top: 2px;
        left: 2px;
        border-radius: 2px;
        width: 123px;
        line-height: 32px;
        font-size: 12px; }
      .can-toggle label .can-toggle__switch:hover:after {
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4); }
  .can-toggle.can-toggle--size-small input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
  .can-toggle.can-toggle--size-small input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(44px, 0, 0); }
  .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-small input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
  .can-toggle.can-toggle--size-small label {
    font-size: 13px; }
    .can-toggle.can-toggle--size-small label .can-toggle__switch {
      height: 28px;
      flex: 0 0 90px;
      border-radius: 2px; }
      .can-toggle.can-toggle--size-small label .can-toggle__switch:before {
        left: 45px;
        font-size: 10px;
        line-height: 28px;
        width: 45px;
        padding: 0 12px; }
      .can-toggle.can-toggle--size-small label .can-toggle__switch:after {
        top: 1px;
        left: 1px;
        border-radius: 1px;
        width: 44px;
        line-height: 26px;
        font-size: 10px; }
      .can-toggle.can-toggle--size-small label .can-toggle__switch:hover:after {
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.4); }
  .can-toggle.can-toggle--size-large input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); }
  .can-toggle.can-toggle--size-large input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(78px, 0, 0); }
  .can-toggle.can-toggle--size-large input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.can-toggle--size-large input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); }
  .can-toggle.can-toggle--size-large label {
    font-size: 14px; }
    .can-toggle.can-toggle--size-large label .can-toggle__switch {
      height: 50px;
      flex: 0 0 160px;
      border-radius: 4px; }
      .can-toggle.can-toggle--size-large label .can-toggle__switch:before {
        left: 80px;
        font-size: 14px;
        line-height: 50px;
        width: 80px;
        padding: 0 12px; }
      .can-toggle.can-toggle--size-large label .can-toggle__switch:after {
        top: 2px;
        left: 2px;
        border-radius: 2px;
        width: 78px;
        line-height: 46px;
        font-size: 14px; }
      .can-toggle.can-toggle--size-large label .can-toggle__switch:hover:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); }
  .can-toggle.demo-rebrand-1 input[type="checkbox"][disabled] ~ label {
    color: rgba(255, 255, 255, 0.5); }
  .can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #b53e74; }
    .can-toggle.demo-rebrand-1 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
      color: rgba(230, 230, 230, 0.6); }
  .can-toggle.demo-rebrand-1 input[type="checkbox"]:hover ~ label {
    color: rgba(242, 242, 242, 0.6); }
  .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label:hover {
    color: rgba(247, 247, 247, 0.6); }
  .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #44ae7f; }
    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      color: rgba(242, 242, 242, 0.6); }
  .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #3d9c72; }
    .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-1 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
      color: rgba(230, 230, 230, 0.6); }
  .can-toggle.demo-rebrand-1 label .can-toggle__switch {
    transition: background-color 0.3s ease-in-out;
    background: #c14b81; }
    .can-toggle.demo-rebrand-1 label .can-toggle__switch:before {
      color: rgba(255, 255, 255, 0.6); }
    .can-toggle.demo-rebrand-1 label .can-toggle__switch:after {
      -webkit-transition: -webkit-transform 0.3s ease-in-out;
      transition: transform 0.3s ease-in-out;
      color: rgba(255, 255, 255, 0.6); }
  .can-toggle.demo-rebrand-2 input[type="checkbox"][disabled] ~ label {
    color: rgba(255, 255, 255, 0.5); }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch {
    background-color: #444; }
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
      color: rgba(230, 230, 230, 0.7); }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label {
    color: rgba(242, 242, 242, 0.7); }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label:hover {
    color: rgba(247, 247, 247, 0.7); }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch {
    background-color: #75d32d; }
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
      color: rgba(242, 242, 242, 0.7); }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch {
    background-color: #69be28; }
    .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
      color: rgba(230, 230, 230, 0.7); }
  .can-toggle.demo-rebrand-2 label .can-toggle__switch {
    transition: background-color 0.3s cubic-bezier(0.86, 0, 0.07, 1);
    background: #515151; }
    .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
      color: rgba(255, 255, 255, 0.7); }
    .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      transition: transform 0.3s cubic-bezier(0.86, 0, 0.07, 1);
      color: rgba(255, 255, 255, 0.7); }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked ~ label .can-toggle__switch:after {
    transform: translate3d(58px, 0, 0); }
  .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:focus ~ label .can-toggle__switch:after, .can-toggle.demo-rebrand-2 input[type="checkbox"]:checked:hover ~ label .can-toggle__switch:after {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); }
  .can-toggle.demo-rebrand-2 label {
    font-size: 13px; }
    .can-toggle.demo-rebrand-2 label .can-toggle__switch {
      height: 60px;
      flex: 0 0 120px;
      border-radius: 60px; }
      .can-toggle.demo-rebrand-2 label .can-toggle__switch:before {
        left: 60px;
        font-size: 13px;
        line-height: 60px;
        width: 60px;
        padding: 0 12px; }
      .can-toggle.demo-rebrand-2 label .can-toggle__switch:after {
        top: 2px;
        left: 2px;
        border-radius: 30px;
        width: 58px;
        line-height: 56px;
        font-size: 13px; }
      .can-toggle.demo-rebrand-2 label .can-toggle__switch:hover:after {
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); }

.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px; }

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #3E0A3F;
  animation-timing-function: cubic-bezier(0, 1, 1, 0); }

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite; }

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite; }

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite; }

@keyframes lds-ellipsis1 {
  0% {
    transform: scale(0); }
  100% {
    transform: scale(1); } }

@keyframes lds-ellipsis3 {
  0% {
    transform: scale(1); }
  100% {
    transform: scale(0); } }

@keyframes lds-ellipsis2 {
  0% {
    transform: translate(0, 0); }
  100% {
    transform: translate(24px, 0); } }

/* Hide HTML5 Up and Down arrows. */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important; }

input[type="number"] {
  -moz-appearance: textfield !important; }

.desktop-menu__hidden {
  display: none; }

.desktop-logo {
  display: none; }

.main-menu-light {
  color: #fff !important; }

.main-menu-yellowBG .btn-cta1 {
  color: #ffffff;
  background: #40444A; }

.main-menu {
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  padding: 10px 15px;
  color: #40444A; }
  .main-menu .left-menu {
    display: flex;
    flex-flow: row nowrap;
    align-self: center; }
    .main-menu .left-menu .brand {
      margin: 0 10px; }
      .main-menu .left-menu .brand img {
        height: 25px; }
    .main-menu .left-menu .nav-menu #mobile-menu__trigger {
      margin-right: 5px;
      cursor: pointer;
      font-size: 1.6em; }
  .main-menu .user-menu__container {
    z-index: 1000; }
    .main-menu .user-menu__container .global-search-trigger {
      font-size: 20px;
      vertical-align: middle;
      cursor: pointer; }
    .main-menu .user-menu__container #menu-signup {
      margin-right: 15px; }
    .main-menu .user-menu__container #user-menu__trigger img {
      cursor: pointer;
      height: 40px;
      width: 40px;
      vertical-align: middle;
      border-radius: 50%;
      object-fit: cover;
      object-position: center center; }

.menu-overlay {
  position: fixed;
  overflow-y: scroll;
  z-index: 9999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.95);
  opacity: 1;
  transform: scale3d(1, 1, 1);
  transition: all .3s ease-in-out; }
  .menu-overlay .menu-list {
    list-style: none;
    font-family: Dosis, Rubik;
    font-weight: 500;
    padding: 0px 20px; }
    .menu-overlay .menu-list li {
      padding: 5px 0px;
      transition: all .2s ease; }
      .menu-overlay .menu-list li:hover {
        text-decoration: underline; }
    .menu-overlay .menu-list li a {
      text-decoration: none;
      font-size: 2.5em;
      color: #fff; }
      .menu-overlay .menu-list li a:hover, .menu-overlay .menu-list li a:active, .menu-overlay .menu-list li a:visited {
        color: #fff; }
    .menu-overlay .menu-list li.current {
      font-weight: bolder; }
    .menu-overlay .menu-list hr {
      width: 40%;
      margin: 30px 0; }
  .menu-overlay .menu-header .overlay-logo img {
    padding: 60px 20px 30px 20px;
    width: 15em; }
  .menu-overlay .menu-header .close-overlay__container {
    position: absolute;
    right: 0;
    top: 0;
    padding: 30px; }

.close-menu-overlay__trigger {
  color: #ffffff;
  cursor: pointer;
  font-size: 1.8em; }

.has-children {
  color: #ffffff;
  cursor: pointer;
  font-size: 2.5em; }
  .has-children:after {
    content: ' ▼';
    vertical-align: 1px;
    top: 0;
    font-size: 0.6em;
    padding-left: 10px; }

.sub-menu-items {
  font-size: 0.8em;
  list-style-type: none; }

.hidden-sub {
  display: none; }

.menu-overlay__hidden {
  opacity: 0 !important;
  z-index: -999 !important;
  transform: scale3d(0, 0, 0) !important; }

.logout-link {
  color: #FF7254 !important; }

@media screen and (min-width: 992px) and (max-width: 1920px) {
  .left-menu .menu-overlay, .left-menu #mobile-menu__trigger {
    display: none; }
  .left-menu .desktop-menu_regular {
    display: flex;
    justify-content: space-between; }
  .left-menu .nav-menu {
    display: flex;
    flex-flow: row nowrap;
    z-index: 999; }
  .left-menu .desk-menu-list {
    display: flex;
    flex-flow: row nowrap;
    list-style: none;
    font-family: Dosis, Rubik;
    font-weight: 500;
    padding: 0px 12px;
    margin: 0px 10px; }
    .left-menu .desk-menu-list li {
      padding: 5px 15px;
      text-decoration: none;
      transition: all .2s ease; }
      .left-menu .desk-menu-list li:hover {
        text-decoration: underline; }
      .left-menu .desk-menu-list li a {
        text-decoration: none;
        font-size: 20px;
        color: #40444A; }
        .left-menu .desk-menu-list li a:hover, .left-menu .desk-menu-list li a:active, .left-menu .desk-menu-list li a:visited {
          color: #40444A; }
    .left-menu .desk-menu-list li.current {
      font-weight: bolder; }
    .left-menu .desk-menu-list hr {
      width: 40%;
      margin: 30px 0; }
  .left-menu .desktop-logo {
    display: flex;
    align-self: center;
    margin: 0px 10px;
    padding-top: 5px; }
    .left-menu .desktop-logo img {
      height: 25px; }
  .left-menu .has-children {
    color: #40444A;
    position: relative;
    font-size: 20px; }
    .left-menu .has-children .sub-menu-items {
      position: absolute;
      display: flex;
      flex-flow: column;
      width: 200px;
      padding-left: 20px;
      padding-top: 10px;
      z-index: 9999; }
      .left-menu .has-children .sub-menu-items li {
        min-width: 120px;
        border-bottom: 2px solid #fff;
        color: #fff !important;
        padding: 5px 2px;
        background: #FFCA3C;
        opacity: 1 !important;
        border-radius: 4px;
        transition: all .2s ease; }
        .left-menu .has-children .sub-menu-items li:hover {
          text-decoration: underline; }
    .left-menu .has-children .hidden-sub {
      display: none; }
  .left-menu .menu-list {
    display: none; }
  .left-menu .brand {
    display: none; } }

.footer {
  width: 100%;
  padding: 30px 0;
  padding-bottom: 10px;
  margin-top: 20px;
  background-color: #FFCA3C;
  font-family: Dosis, Rubik;
  z-index: 9999;
  display: flex;
  flex-flow: column;
  align-items: center; }
  .footer .footer_contaier {
    display: flex;
    flex-flow: column;
    align-items: center; }
    .footer .footer_contaier .social-icons {
      display: flex;
      flex-flow: row nowrap; }
      .footer .footer_contaier .social-icons .icon {
        margin: 10px; }
        .footer .footer_contaier .social-icons .icon a {
          font-size: 2em;
          color: #40444A; }
          .footer .footer_contaier .social-icons .icon a:hover, .footer .footer_contaier .social-icons .icon a:active, .footer .footer_contaier .social-icons .icon a:visited {
            color: #40444A; }
    .footer .footer_contaier .cta-newsletter {
      margin: 10px;
      text-align: center;
      position: relative; }
      .footer .footer_contaier .cta-newsletter .close-newsletter__trigger {
        position: absolute;
        top: 10px;
        right: 15px; }
      .footer .footer_contaier .cta-newsletter button {
        background: #14CCFF; }
      .footer .footer_contaier .cta-newsletter .content {
        display: none;
        font-family: Dosis, Rubik;
        background: #14CCFF !important;
        max-width: 350px;
        border-radius: 10px;
        padding: 10px; }
        .footer .footer_contaier .cta-newsletter .content .title {
          font-size: 24px;
          margin-bottom: 0; }
        .footer .footer_contaier .cta-newsletter .content .wpcf7-submit {
          background: #FFCA3C;
          color: #40444A !important;
          padding: 7px 70px !important; }
        .footer .footer_contaier .cta-newsletter .content input[type='email'] {
          width: 80%;
          border-radius: 10px;
          margin: 20px auto;
          padding: 5px; }
        .footer .footer_contaier .cta-newsletter .content .wpcf7-response-output {
          border: none;
          padding: 5px;
          color: #fff;
          letter-spacing: 0.5px;
          background: #FF7254; }
        .footer .footer_contaier .cta-newsletter .content .wpcf7-mail-sent-ok {
          background: #FFCA3C;
          color: #40444A; }
  .footer .footer-links {
    margin: 10px auto;
    width: 100%; }
    .footer .footer-links .links-list {
      display: flex;
      flex-flow: column;
      align-items: center;
      list-style: none;
      margin: 0;
      padding: 0; }
      .footer .footer-links .links-list .link {
        text-align: center;
        margin: 10px 0; }
        .footer .footer-links .links-list .link a {
          font-size: 1.5em;
          color: #40444A;
          font-family: Dosis, Rubik;
          text-decoration: none; }
          .footer .footer-links .links-list .link a:hover, .footer .footer-links .links-list .link a:active, .footer .footer-links .links-list .link a:visited {
            text-decoration: none;
            color: #40444A; }
  .footer .rights-credits {
    width: 100%;
    margin-top: 20px;
    text-align: center; }
    .footer .rights-credits .rights {
      margin: 5px 0;
      font-size: 12px;
      text-align: center; }
    .footer .rights-credits .credits {
      margin: 3px;
      text-align: center;
      color: #40444A;
      font-weight: 500; }

.a11y-toolbar {
  top: 80%; }

.a11y-toolbar ul li button {
  font-size: 20px !important; }

@media screen and (min-width: 1200px) {
  .footer {
    flex-flow: row wrap;
    justify-content: center; }
  .footer_contaier, .footer-links {
    width: 350px !important; }
  .footer-links {
    margin: 10px !important; }
    .footer-links li {
      width: 100% !important; } }

#home--principles {
  margin: 10px 0;
  font-family: Dosis, Rubik;
  height: 100vh;
  overflow: hidden; }
  #home--principles .principles__container {
    display: flex;
    flex-flow: row nowrap;
    height: 90%;
    align-items: stretch; }
    #home--principles .principles__container .principles-icon-list {
      list-style: none;
      padding: 0;
      margin: 10px 0;
      min-width: 80px;
      display: flex;
      flex-flow: column nowrap;
      justify-content: space-evenly; }
      #home--principles .principles__container .principles-icon-list .principle-icon {
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 3em;
        position: relative;
        height: 15%; }
        #home--principles .principles__container .principles-icon-list .principle-icon::before {
          content: "";
          position: absolute;
          top: 0;
          bottom: 0;
          left: 0;
          border-left: 10px solid #FFCA3C; }
        #home--principles .principles__container .principles-icon-list .principle-icon:nth-child(2)::before {
          border-left: 10px solid #FFCA3C; }
        #home--principles .principles__container .principles-icon-list .principle-icon:nth-child(3)::before {
          border-left: 10px solid #FFCA3C; }
        #home--principles .principles__container .principles-icon-list .principle-icon:nth-child(4)::before {
          border-left: 10px solid #FFCA3C; }
        #home--principles .principles__container .principles-icon-list .principle-icon .principle-trigger {
          cursor: pointer;
          opacity: .6;
          transition: all .3s ease;
          min-height: 50px;
          max-height: 60px;
          padding-left: 5px; }
          #home--principles .principles__container .principles-icon-list .principle-icon .principle-trigger:hover {
            opacity: 1;
            animation-name: wiggle;
            animation-duration: 1000ms;
            animation-iteration-count: 1;
            animation-timing-function: ease-in-out; }
        #home--principles .principles__container .principles-icon-list .principle-icon .active {
          opacity: 1;
          transform: scale(1.5) translateX(20px);
          animation: none !important; }
    #home--principles .principles__container .principles__container {
      position: relative;
      overflow-y: visible;
      overflow-x: hidden;
      padding: 80px 30px 80px 50px;
      height: 100%; }
      #home--principles .principles__container .principles__container .principle__container {
        opacity: 0;
        position: absolute;
        transition: all .3s ease; }
        #home--principles .principles__container .principles__container .principle__container .principle-title {
          padding-left: 30px;
          margin-top: -0px;
          font-size: 26px;
          color: #fff; }
        #home--principles .principles__container .principles__container .principle__container .principle-content {
          font-size: 18px;
          font-family: dosis, Rubik;
          font-weight: 600;
          color: #fff; }
      #home--principles .principles__container .principles__container .active-principle {
        opacity: 1;
        position: static; }
      #home--principles .principles__container .principles__container::before {
        z-index: -999;
        content: "";
        position: absolute;
        top: 10px;
        right: -60px;
        top: 20px;
        width: 120%;
        height: 90%;
        background: #ff6161;
        border-radius: 300px; }

@keyframes wiggle {
  0% {
    transform: rotate(10deg); }
  25% {
    transform: rotate(-10deg); }
  50% {
    transform: rotate(10deg); }
  75% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(0deg); } }

@media screen and (max-width: 360px) {
  #home--principles {
    min-height: 900px !important; }
    #home--principles .red_bubble {
      max-height: 900px !important; }
      #home--principles .red_bubble::before {
        overflow: hidden; } }

@media screen and (min-width: 992px) and (max-width: 1920px) {
  #home--principles {
    height: auto;
    margin-bottom: 150px; }
    #home--principles .red_bubble {
      margin: 10px 10px !important;
      overflow: hidden  !important;
      max-height: 350px !important;
      border-radius: 30px; }
      #home--principles .red_bubble::before {
        border-radius: 40px !important;
        right: 0px !important;
        width: 800px !important; }
    #home--principles .principles__container {
      width: 800px;
      margin: 60px auto;
      display: flex;
      flex-flow: column;
      align-items: none; }
      #home--principles .principles__container .principles-icon-list {
        display: flex;
        flex-flow: row nowrap !important;
        justify-content: space-between;
        width: 100%;
        position: relative; }
        #home--principles .principles__container .principles-icon-list .principle-icon {
          align-items: left;
          justify-content: center;
          justify-items: flex-start;
          font-size: 4em; }
          #home--principles .principles__container .principles-icon-list .principle-icon:before {
            height: 60px;
            top: -30px;
            bottom: 0px;
            left: -20px;
            padding: 20px 5px;
            maring: 10px auto;
            display: flex;
            vertical-align: middle; }
      #home--principles .principles__container .principle-title {
        padding-left: 0px !important; }
    #home--principles .principle__container {
      overflow: hidden; } }

#home--achievements {
  margin: 10px 0;
  font-family: Dosis, Rubik;
  height: 100vh;
  overflow: hidden; }
  #home--achievements .achievements__container {
    position: relative;
    overflow-x: none;
    padding: 20px;
    height: 80%;
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-around; }
    #home--achievements .achievements__container::before {
      z-index: -9999;
      content: "";
      position: absolute;
      top: 10px;
      left: -40%;
      width: 130%;
      height: 100%;
      background: #CB63B3;
      border-radius: 50%; }
    #home--achievements .achievements__container .achievement {
      height: 25%;
      display: flex;
      flex-flow: row nowrap;
      align-items: center;
      justify-content: space-between; }
      #home--achievements .achievements__container .achievement .achievement-title {
        color: #fff;
        font-size: 32px;
        max-width: 65%; }
      #home--achievements .achievements__container .achievement .achievement-number {
        font-size: 40px;
        text-align: center;
        background-position: center;
        background-size: contain;
        background-repeat: no-repeat;
        height: 100%;
        width: 35%;
        display: flex;
        align-items: center;
        justify-content: center; }
      #home--achievements .achievements__container .achievement:nth-child(odd) .achievement-number {
        padding-bottom: 10px;
        background-image: url("../fluentlv/img/home/Bubble.png"); }
      #home--achievements .achievements__container .achievement:nth-child(even) .achievement-number {
        padding-top: 10px;
        background-image: url("../fluentlv/img/home/Bubble_reverse.png"); }

@media screen and (min-width: 992px) and (max-width: 1920px) {
  #home--achievements {
    height: auto;
    margin-bottom: 150px; }
    #home--achievements .achievements__container {
      width: 800px;
      margin: 20px auto;
      max-height: 400px; }
      #home--achievements .achievements__container::before {
        width: 100%;
        display: flex;
        justify-content: center;
        border-radius: 30px !important;
        left: 0px;
        right: 0px; }
    #home--achievements .achievement-title {
      margin: 5px;
      width: 100%;
      text-align: left;
      transform: translateX(-50px); }
    #home--achievements .achievement {
      display: flex;
      flex-flow: row-reverse nowrap !important;
      justify-content: flex-start; }
      #home--achievements .achievement .achievement-number {
        align-self: flex-start;
        height: 85% !important;
        width: 25% !important; } }

#home--events {
  overflow: hidden; }
  #home--events .home_events_box {
    display: flex;
    flex-flow: column;
    margin: 20px; }
  #home--events #filtered_title {
    display: none;
    text-align: center; }
  #home--events .slick-slide div:first-child {
    text-align: center; }
  #home--events #course_main .event_box {
    background-color: #CB63B3;
    display: block;
    margin: auto auto;
    max-width: 420px !important; }
    #home--events #course_main .event_box .event_box_top > .event_box_info {
      color: #fff; }
    #home--events #course_main .event_box .event_box_bottom .img-overlay {
      background: rgba(203, 99, 179, 0.3); }
  #home--events #course_main #no_course_results {
    text-align: center;
    margin: 30px auto;
    font-size: 20px;
    display: none; }
    #home--events #course_main #no_course_results a {
      display: block;
      margin: 20px auto;
      font-size: 20px; }
  #home--events #course_main #no_events_results {
    text-align: center; }
    #home--events #course_main #no_events_results a {
      display: block;
      margin: 20px auto;
      font-size: 20px; }
  #home--events #events_main .event_box {
    background-color: #14CCFF;
    display: block;
    margin: auto auto;
    max-width: 420px !important; }
    #home--events #events_main .event_box .event_box_bottom .img-overlay {
      background: rgba(20, 204, 255, 0.3); }
  #home--events .more {
    text-align: center;
    margin: 20px auto;
    font-size: 20px;
    color: #40444A; }
    #home--events .more a, #home--events .more a:visited, #home--events .more a:active {
      color: #40444A; }
  #home--events .slick-prev {
    left: -15px; }
  #home--events .slick-next {
    right: -15px; }

@media screen and (min-width: 1200px) {
  #home--events .home_events_box .slick-list {
    margin: 0 -10px; }
  #home--events .home_events_box .event_box {
    width: 420px !important; }
  #home--events .home_events_box .slick-track {
    margin-left: auto;
    margin-right: auto; }
  #home--events .more {
    width: 1000px;
    text-align: center;
    margin: 20px auto; }
  #home--events #no_course_results {
    margin: 10px auto;
    text-align: center; }
  #home--events #no_events_results {
    text-align: center;
    margin: 10px auto; } }

#home--revolution {
  overflow: hidden; }
  #home--revolution .revolution-stats__container {
    background: #FFCA3C;
    padding: 7px;
    margin: 20px 0;
    text-align: center; }
    #home--revolution .revolution-stats__container .revolution-stats {
      margin-bottom: -20px;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center; }
      #home--revolution .revolution-stats__container .revolution-stats .stat {
        background: #14CCFF;
        padding: 5px;
        margin: 0 10px; }
  #home--revolution .revolution-content {
    margin: 30px 10px 20px 10px; }
  #home--revolution .revolution-ambassador {
    position: relative;
    height: 400px; }
    #home--revolution .revolution-ambassador::after {
      content: "";
      background: url("../fluentlv/img/home/revolution-bg.png");
      background-image: url("../fluentlv/img/home/revolution-bg.png");
      background-position: center;
      background-repeat: no-repeat;
      background-size: cover;
      opacity: 0.5;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      position: absolute;
      z-index: -1; }
    #home--revolution .revolution-ambassador .revolution-user {
      position: absolute;
      transition: all .3s ease-in-out; }
      #home--revolution .revolution-ambassador .revolution-user .close-revolution-user {
        display: none;
        transition: all .3s ease-in-out; }
      #home--revolution .revolution-ambassador .revolution-user .user-info {
        position: absolute;
        bottom: 0;
        display: none;
        transition: all .3s ease-in-out; }
      #home--revolution .revolution-ambassador .revolution-user .user-avatar {
        cursor: pointer;
        transition: all .3s ease-in-out; }
        #home--revolution .revolution-ambassador .revolution-user .user-avatar img {
          height: 70px;
          width: 70px;
          border-radius: 50%;
          object-fit: cover;
          object-position: center center;
          transition: all .3s ease-in-out; }
      #home--revolution .revolution-ambassador .revolution-user:nth-child(1) {
        top: calc(50% - 50px);
        left: calc(50% - 50px); }
        #home--revolution .revolution-ambassador .revolution-user:nth-child(1) .user-avatar img {
          height: 100px;
          width: 100px;
          border: 5px solid #FF7254; }
      #home--revolution .revolution-ambassador .revolution-user:nth-child(2) {
        top: calc(15% - 35px);
        left: calc(25% - 35px); }
        #home--revolution .revolution-ambassador .revolution-user:nth-child(2) .user-avatar img {
          border: 5px solid #FFCA3C; }
      #home--revolution .revolution-ambassador .revolution-user:nth-child(3) {
        top: calc(20% - 35px);
        left: calc(70% - 35px); }
        #home--revolution .revolution-ambassador .revolution-user:nth-child(3) .user-avatar img {
          border: 5px solid #CB63B3; }
      #home--revolution .revolution-ambassador .revolution-user:nth-child(4) {
        top: calc(45% - 35px);
        left: calc(85% - 35px); }
        #home--revolution .revolution-ambassador .revolution-user:nth-child(4) .user-avatar img {
          border: 5px solid #14CCFF; }
      #home--revolution .revolution-ambassador .revolution-user:nth-child(5) {
        top: calc(75% - 35px);
        left: calc(75% - 35px); }
        #home--revolution .revolution-ambassador .revolution-user:nth-child(5) .user-avatar img {
          border: 5px solid #40444A; }
      #home--revolution .revolution-ambassador .revolution-user:nth-child(6) {
        top: calc(80% - 35px);
        left: calc(35% - 35px); }
        #home--revolution .revolution-ambassador .revolution-user:nth-child(6) .user-avatar img {
          border: 5px solid #CB63B3; }
      #home--revolution .revolution-ambassador .revolution-user:nth-child(7) {
        top: calc(50% - 35px);
        left: calc(15% - 35px); }
        #home--revolution .revolution-ambassador .revolution-user:nth-child(7) .user-avatar img {
          border: 5px solid #FF7254; }
    #home--revolution .revolution-ambassador .revolution-user__active {
      width: 300px;
      background: #fff;
      box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
      padding: 10px;
      top: calc(50% - 150px) !important;
      left: calc(50% - 150px) !important;
      z-index: 999;
      display: flex;
      flex-flow: row nowrap; }
      #home--revolution .revolution-ambassador .revolution-user__active .close-revolution-user {
        display: block;
        position: absolute;
        top: 10px;
        right: 10px; }
        #home--revolution .revolution-ambassador .revolution-user__active .close-revolution-user a {
          cursor: pointer;
          color: #40444A; }
      #home--revolution .revolution-ambassador .revolution-user__active .user-info {
        display: block;
        position: static;
        padding-left: 10px; }
        #home--revolution .revolution-ambassador .revolution-user__active .user-info .name {
          font-weight: bolder;
          font-size: 20px;
          margin-bottom: 10px;
          text-decoration: underline; }
          #home--revolution .revolution-ambassador .revolution-user__active .user-info .name a, #home--revolution .revolution-ambassador .revolution-user__active .user-info .name:hover, #home--revolution .revolution-ambassador .revolution-user__active .user-info .name:active, #home--revolution .revolution-ambassador .revolution-user__active .user-info .name:visited {
            cursor: pointer;
            color: #40444A; }
      #home--revolution .revolution-ambassador .revolution-user__active .user-avatar {
        cursor: auto; }
        #home--revolution .revolution-ambassador .revolution-user__active .user-avatar img {
          height: 100px !important;
          width: 100px !important;
          border-radius: 0;
          object-fit: cover;
          object-position: center center;
          border: none; }

@media screen and (min-width: 992px) and (max-width: 1920px) {
  #home--revolution .revolution-ambassador {
    width: 1200px;
    margin: 20px auto; }
    #home--revolution .revolution-ambassador:after {
      background-size: contain; }
  #home--revolution .revolution-content {
    width: 800px;
    font-size: 18px;
    margin: 30px auto; } }

.popup-banner-modal {
  display: flex;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  opacity: 0;
  position: fixed;
  z-index: -999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.75);
  transition: all .4s ease-in-out;
  font-family: Dosis, Rubik; }
  .popup-banner-modal .modal-content {
    height: auto;
    background-color: #fefefe;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.04);
    margin: 10px;
    max-width: 600px;
    position: absolute;
    top: 50px;
    z-index: 999; }
    .popup-banner-modal .modal-content .the_content {
      z-index: 9999; }
      .popup-banner-modal .modal-content .the_content .popup-banner-title {
        color: #fff;
        text-align: center;
        font-size: 20px;
        margin: 10px; }
        .popup-banner-modal .modal-content .the_content .popup-banner-title h1 {
          margin-bottom: 0; }
      .popup-banner-modal .modal-content .the_content .social-icons {
        display: flex;
        flex-flow: row nowrap;
        width: 100%;
        justify-content: center; }
        .popup-banner-modal .modal-content .the_content .social-icons .icon {
          margin: 10px; }
          .popup-banner-modal .modal-content .the_content .social-icons .icon a {
            font-size: 2em;
            color: #fff;
            transition: all .3s ease; }
            .popup-banner-modal .modal-content .the_content .social-icons .icon a:hover, .popup-banner-modal .modal-content .the_content .social-icons .icon a:active, .popup-banner-modal .modal-content .the_content .social-icons .icon a:visited {
              color: #FF7254; }
    .popup-banner-modal .modal-content .the_content {
      color: #fff; }
    .popup-banner-modal .modal-content .the_content > p {
      padding: 0;
      margin: 0;
      color: #fff;
      font-size: 16px;
      letter-spacing: 1.1px;
      text-align: center; }
    .popup-banner-modal .modal-content .image-background {
      z-index: -10;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0; }
      .popup-banner-modal .modal-content .image-background img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    .popup-banner-modal .modal-content .color-overlay {
      width: 100%;
      height: 100%;
      background: #000;
      opacity: .5;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: -5; }
    .popup-banner-modal .modal-content .close {
      position: absolute;
      top: -20px;
      right: -23px;
      color: #fff;
      background: #FF7254;
      float: right;
      font-size: 38px;
      line-height: 45px;
      transition: all .2s ease-in-out;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      text-align: center; }
      .popup-banner-modal .modal-content .close:hover, .popup-banner-modal .modal-content .close:focus {
        background: #fff;
        color: #FF7254;
        text-decoration: none;
        cursor: pointer; }
    .popup-banner-modal .modal-content form {
      background: #fff;
      padding: 10px;
      padding-bottom: 0;
      border-radius: 5px;
      width: 320px;
      margin: 10px auto;
      z-index: 9999; }
      .popup-banner-modal .modal-content form p {
        margin: 30px auto;
        display: block;
        width: 100%; }
    .popup-banner-modal .modal-content label {
      color: #40444a; }
    .popup-banner-modal .modal-content .wpcf7 {
      width: 100%;
      margin: 30px 0 0; }
    .popup-banner-modal .modal-content .wpcf7-validation-errors {
      margin: 10px; }
    .popup-banner-modal .modal-content .wpcf7-not-valid-tip {
      color: #40444A;
      font-size: 12px;
      padding: 2px;
      font-weight: bolder; }
    .popup-banner-modal .modal-content input::placeholder {
      color: #40444a; }
    .popup-banner-modal .modal-content input:focus {
      outline: none; }
    .popup-banner-modal .modal-content input[type="submit"] {
      margin: 5px 10px;
      width: 90%; }
    .popup-banner-modal .modal-content input[type="text"], .popup-banner-modal .modal-content input[type="email"], .popup-banner-modal .modal-content input[type="tel"], .popup-banner-modal .modal-content textarea {
      background: none;
      border: 0;
      border-bottom: 2px solid #40444a;
      width: 90%; }
    .popup-banner-modal .modal-content .wpcf7-form p {
      margin: 10px auto !important;
      display: block;
      width: 90%; }
    .popup-banner-modal .modal-content .wpcf7-form input[type="text"], .popup-banner-modal .modal-content .wpcf7-form input[type="email"], .popup-banner-modal .modal-content .wpcf7-form input[type="tel"], .popup-banner-modal .modal-content .wpcf7-form textarea {
      width: 100%; }

.show-banner {
  opacity: 1;
  z-index: 1000; }

@media screen and (min-width: 1200px) {
  .leeds-form__homepage .form-title {
    font-size: 24px; }
  .leeds-form__homepage input[type="text"], .leeds-form__homepage input[type="email"], .leeds-form__homepage input[type="tel"] {
    font-size: 18px; }
  .leeds-form__homepage input[type="submit"] {
    font-size: 20px; } }

@media screen and (max-width: 400px) {
  .popup-banner-modal .close {
    right: 0px !important; } }

#home--testimonials {
  margin: 0px 0;
  color: #40444A;
  font-family: Dosis, Rubik;
  overflow: hidden; }
  #home--testimonials .section-title {
    padding-bottom: 15px; }
  #home--testimonials .main_container {
    display: flex;
    flex-flow: column;
    align-items: space-around; }
    #home--testimonials .main_container .mid_container {
      position: relative; }
    #home--testimonials .main_container .faces {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-around;
      transform: translateY(-20px); }
      #home--testimonials .main_container .faces .testi-trig-contain {
        position: relative;
        transition: all .3s ease; }
        #home--testimonials .main_container .faces .testi-trig-contain:hover {
          animation-name: wiggle;
          animation-duration: 1000ms;
          animation-iteration-count: 1;
          animation-timing-function: ease-in-out; }
        #home--testimonials .main_container .faces .testi-trig-contain img {
          height: 95px;
          margin: 5px;
          object-fit: contain;
          object-position: center center; }
        #home--testimonials .main_container .faces .testi-trig-contain:after {
          background: #FFCA3C;
          content: "";
          width: 120%;
          height: 20%;
          bottom: 0;
          right: -10%;
          position: absolute;
          border-radius: 90%;
          margin-left: 10px;
          z-index: -50; }
      #home--testimonials .main_container .faces .active_trigger {
        transform: scale(1.2);
        animation: none !important; }
        #home--testimonials .main_container .faces .active_trigger:after {
          background: #14CCFF; }
    #home--testimonials .main_container .testimonial__container {
      opacity: 0;
      position: absolute;
      display: flex;
      flex-flow: column;
      justify-content: space-around;
      top: -10px;
      bottom: 0;
      margin: 15px 0;
      margin-top: 5px !important;
      padding: 5px 0;
      overflow-x: hidden;
      min-height: 400px;
      background: #FFCA3C;
      border-radius: 30px; }
      #home--testimonials .main_container .testimonial__container .userName {
        font-family: Dosis, Rubik;
        font-size: 36px;
        text-align: center;
        line-height: 150%;
        margin-bottom: 20px; }
      #home--testimonials .main_container .testimonial__container .testi-img-container {
        z-index: -99999;
        width: 120px;
        height: 120px;
        align-self: center; }
        #home--testimonials .main_container .testimonial__container .testi-img-container .testiUserImage {
          border-radius: 50%;
          border: 2px solid #ffffff;
          height: 120px;
          width: 120px;
          object-fit: cover;
          object-position: center center; }
      #home--testimonials .main_container .testimonial__container .subTitle {
        font-size: 18px;
        font-weight: 500;
        color: #40444A;
        margin: 0px auto 5px auto;
        text-align: center;
        padding-top: 10px; }
      #home--testimonials .main_container .testimonial__container .grid_contain {
        width: 100%;
        margin: 0; }
        #home--testimonials .main_container .testimonial__container .grid_contain .testimonial_text {
          font-size: 16px;
          color: #000;
          padding: 20px; }
    #home--testimonials .main_container .active-testi {
      position: relative;
      opacity: 1;
      transition: all .9s ease;
      z-index: 99999; }

@media screen and (max-width: 360px) {
  #home--testimonials .testi-trig-contain:after {
    width: 100% !important; } }

@media screen and (min-width: 992px) and (max-width: 1920px) {
  #home--testimonials .faces {
    width: 800px;
    margin: 20px auto;
    margin-bottom: 0px; }
  #home--testimonials .mid_container {
    width: 600px;
    margin: 20px auto; } }

#home--header {
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  margin-top: 10px;
  overflow: hidden; }
  #home--header .desktop_display {
    display: none; }
  #home--header .cta_desktop {
    display: none; }
  #home--header .main_titles {
    text-align: center;
    color: #40444A; }
    #home--header .main_titles .first_title {
      margin: 10px;
      font-size: 3em;
      font-family: dosis, Rubik; }
    #home--header .main_titles .sec_title {
      margin: 10px;
      margin-top: -5px;
      font-size: 2em;
      font-family: dosis, Rubik;
      font-weight: 100; }
  #home--header .header_images {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    position: relative; }
    #home--header .header_images .city {
      width: 100%;
      overflow: hidden; }
      #home--header .header_images .city .header_city {
        z-index: -9999;
        height: 230px;
        position: relative;
        top: 40px;
        width: 100%;
        object-fit: cover;
        object-position: center;
        vertical-align: middle;
        opacity: 0.7; }
      #home--header .header_images .city:after {
        content: '';
        z-index: -8888;
        position: absolute;
        top: 60%;
        left: 0;
        width: 100%;
        height: 50px;
        background-image: linear-gradient(180deg, #fefefe 1%, #00a4e4 5%); }
      #home--header .header_images .city .blueBg {
        z-index: -9999;
        width: 100%;
        margin-top: 10px;
        object-fit: cover;
        object-position: center; }
    #home--header .header_images .header_people {
      position: absolute;
      height: 280px;
      z-index: 300;
      top: 10%;
      text-align: center;
      align-self: center; }
  #home--header .mobile_cta {
    margin-top: -140px;
    z-index: 100;
    text-align: center;
    background: #37c6f4;
    width: 100%;
    padding-bottom: 20px; }
  #home--header .header_cta_buttons .title, #home--header .cta_desktop .title {
    margin: 0px;
    margin-top: 30px;
    color: #fff;
    font-size: 30px; }
  #home--header .header_cta_buttons .button_container, #home--header .cta_desktop .button_container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    padding: 20px;
    grid-column-gap: 1px;
    justify-items: center; }
    #home--header .header_cta_buttons .button_container .btn-lg, #home--header .cta_desktop .button_container .btn-lg {
      font-size: 26px !important;
      padding: 6px 20px !important;
      height: 55px;
      width: 120px;
      color: #40444A;
      line-height: 150%;
      display: flex;
      flex-flow: row;
      justify-content: center;
      font-weight: 600; }
      #home--header .header_cta_buttons .button_container .btn-lg:active, #home--header .cta_desktop .button_container .btn-lg:active {
        color: #ffffff;
        background: #FF7254; }
      #home--header .header_cta_buttons .button_container .btn-lg:hover, #home--header .cta_desktop .button_container .btn-lg:hover {
        color: #ffffff;
        background: #FF7254; }

.lobster_font {
  font-family: lobster;
  color: #14CCFF; }

@media screen and (min-width: 992px) and (max-width: 1920px) {
  #home--header .main_titles {
    display: none; }
  #home--header .header_images {
    display: none; }
  #home--header .desktop_display {
    display: block;
    width: 100%; }
  #home--header .blueBg {
    display: none !important; }
  #home--header .cta_desktop {
    display: block; }
    #home--header .cta_desktop .button_container {
      margin-top: -180px;
      margin: 0px auto;
      margin-top: -40px;
      width: 60%;
      max-width: 400px;
      grid-template-columns: 1fr 1fr; }
  #home--header .mobile_cta {
    background: none;
    display: none; }
  #home--header .city2 {
    width: 100% !important;
    overflow: hidden;
    margin-top: -120px;
    position: relative; }
    #home--header .city2 .right_side {
      width: 40%; }
      #home--header .city2 .right_side .main_titles2 {
        width: 1200px;
        text-align: left;
        margin-left: 130px;
        margin-top: 150px; }
        #home--header .city2 .right_side .main_titles2 .first_title2 {
          margin: 10px;
          font-size: 70px;
          font-family: dosis, Rubik; }
          #home--header .city2 .right_side .main_titles2 .first_title2 .lobster_font {
            color: #14CCFF; }
        #home--header .city2 .right_side .main_titles2 .sec_title2 {
          margin: 10px;
          margin-top: -5px;
          font-size: 36px;
          font-family: dosis, Rubik;
          font-weight: 100;
          margin-left: -15px; }
      #home--header .city2 .right_side .title {
        color: #14CCFF;
        width: 50%;
        margin: 30px auto;
        font-size: 16px; }
    #home--header .city2 .header_city2 {
      z-index: -9999;
      height: 380px !important;
      position: absolute;
      bottom: 0px !important;
      right: 0px;
      width: 70% !important;
      margin: 0px;
      float: right;
      opacity: 0.7;
      display: flex;
      align-self: right; }
    #home--header .city2 .header_people2 {
      z-index: 300;
      position: absolute;
      text-align: center;
      align-self: center;
      height: 280px;
      text-align: center;
      z-index: 300;
      bottom: 0px;
      right: 20%; }
    #home--header .city2:after {
      content: '';
      position: absolute;
      bottom: 0;
      background: #DBEFEC;
      right: 0;
      left: 0;
      height: 40px;
      z-index: -999; } }

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  #home--header .main_titles2 {
    width: 1700px !important;
    margin-left: 240px !important; }
  #home--header .title {
    color: #14CCFF;
    width: 40% !important;
    margin: 30px auto; } }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #home--header .main_titles2 {
    width: 1000px !important;
    margin-left: 130px !important; } }

#all-events .section-header {
  display: flex;
  flex-flow: column; }
  #all-events .section-header .subtitle {
    text-align: center;
    margin-top: 5px; }

#all-events .about-courses {
  padding: 20px 50px 10px 50px;
  min-height: 200px;
  position: relative; }
  #all-events .about-courses .title {
    text-align: center;
    color: #FF7254; }
  #all-events .about-courses #hidden-about-content {
    display: none;
    transition: all .3s ease; }
  #all-events .about-courses .actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    #all-events .about-courses .actions .read-more {
      float: right;
      cursor: pointer;
      font-size: 14px;
      background: #14CCFF;
      color: #40444A;
      font-weight: bolder;
      border: 2px solid transparent; }

#all-events .search-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #FFCA3C;
  margin-top: 110px; }
  #all-events .search-container .events-image {
    text-align: center;
    margin-top: -110px;
    margin-bottom: 10px; }
    #all-events .search-container .events-image img {
      width: 200px; }
  #all-events .search-container .search-form {
    display: flex;
    flex-flow: column;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    position: relative;
    transition: all .3s ease; }
    #all-events .search-container .search-form .filters {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      padding: 0 20px;
      width: 100%; }
      #all-events .search-container .search-form .filters .filter-select {
        position: relative;
        flex: 1;
        margin: 10px 5px; }
        #all-events .search-container .search-form .filters .filter-select select {
          background: none;
          border: none;
          padding: 2px; }
        #all-events .search-container .search-form .filters .filter-select .select-label {
          background-color: transparent !important; }
    #all-events .search-container .search-form .actions {
      display: flex;
      width: 100%;
      flex-flow: row nowrap;
      justify-content: space-between !important;
      padding: 10px 20px;
      align-items: center;
      margin: 0 !important; }
      #all-events .search-container .search-form .actions #show-events {
        background: #14CCFF;
        color: #40444A;
        padding: 5px 50px;
        margin-left: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
      #all-events .search-container .search-form .actions .subactions a {
        margin: 10px;
        color: #40444A;
        cursor: pointer; }
        #all-events .search-container .search-form .actions .subactions a:nth-child(2) {
          margin: 5px 0; }
    #all-events .search-container .search-form .advanced-search-form {
      width: 100%;
      padding: 20px;
      padding-top: 0;
      display: flex;
      flex-flow: column;
      background: #FFCA3C;
      position: absolute;
      opacity: 0;
      top: 0;
      left: -100%;
      transition: all .3s ease; }
      #all-events .search-container .search-form .advanced-search-form #free-search-input {
        width: 100%;
        border: none;
        padding: 7px 5px;
        border-radius: 5px;
        margin: 10px auto; }
      #all-events .search-container .search-form .advanced-search-form .input-group {
        margin: 10px 0; }
      #all-events .search-container .search-form .advanced-search-form .btn {
        font-size: 14px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
      #all-events .search-container .search-form .advanced-search-form #free-search-btn {
        background: #FF7254; }
    #all-events .search-container .search-form .advanced-search-form__active {
      position: static;
      opacity: 1;
      z-index: 999 !important; }

#all-events .events .home_events_box {
  display: flex;
  flex-flow: column;
  margin: 30px 20px; }
  #all-events .events .home_events_box .slick-track {
    padding: 20px 0; }
  #all-events .events .home_events_box .slick-slide {
    text-align: center; }
  #all-events .events .home_events_box .section-title {
    font-weight: 400;
    margin-bottom: 20px; }
  #all-events .events .home_events_box .event_box {
    width: 100%;
    background-color: #14CCFF; }
    #all-events .events .home_events_box .event_box .event_box_bottom .img-overlay {
      background: rgba(20, 204, 255, 0.3); }
  #all-events .events .home_events_box .events-slider-temp-filtered {
    display: none; }
  #all-events .events .home_events_box .fa-chevron-right {
    color: #FFCA3C; }

#all-events .events .cta-all-courses {
  margin: 20px;
  margin-top: -15px; }
  #all-events .events .cta-all-courses a, #all-events .events .cta-all-courses:hover, #all-events .events .cta-all-courses:active, #all-events .events .cta-all-courses:visited {
    text-decoration-color: #40444A;
    cursor: pointer;
    color: #40444A;
    font-size: 20px; }

#all-events .events .calendar {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 320px;
  margin: 0 auto;
  padding: 0 10px; }
  #all-events .events .calendar #cal #cal-frame td {
    height: 50px; }
  #all-events .events .calendar .title {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    color: #FF7254;
    font-weight: 400; }
  #all-events .events .calendar .calendar_events_triggers {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  #all-events .events .calendar .calendar-res {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: bolder;
    margin: 2px 4px;
    cursor: pointer;
    display: grid;
    justify-content: center;
    align-items: center; }
    #all-events .events .calendar .calendar-res .calendar-res-img {
      height: 50px; }
  #all-events .events .calendar .calendar-event {
    background: #14CCFF;
    font-weight: bolder;
    color: #fff; }
  #all-events .events .calendar .calendar-course {
    background: #CB63B3;
    font-weight: bolder;
    color: #fff; }
  #all-events .events .calendar .calendar-activity {
    background: #FFCA3C;
    font-weight: bolder;
    color: #40444A; }
  #all-events .events .calendar .calendar-event-popup__event {
    background: #14CCFF !important; }
    #all-events .events .calendar .calendar-event-popup__event .thumbnail .img-overlay {
      background: rgba(20, 204, 255, 0.3) !important; }
  #all-events .events .calendar .calendar-event-popup__course {
    background: #CB63B3 !important; }
    #all-events .events .calendar .calendar-event-popup__course .thumbnail .img-overlay {
      background: rgba(203, 99, 179, 0.3) !important; }
  #all-events .events .calendar .calendar-event-popup__activity {
    background: #FFCA3C !important; }
    #all-events .events .calendar .calendar-event-popup__activity .thumbnail .img-overlay {
      background: rgba(255, 202, 60, 0.3) !important; }
    #all-events .events .calendar .calendar-event-popup__activity .date_circle {
      background: #CB63B3 !important; }
    #all-events .events .calendar .calendar-event-popup__activity .signup .btn-cta1 {
      background: #CB63B3 !important; }
  #all-events .events .calendar #calendar-event-popup {
    position: absolute;
    opacity: 0;
    display: flex;
    flex-flow: column wrap;
    background: #14CCFF;
    width: 90%;
    top: 30%;
    left: -100%;
    transition: all .3s ease;
    border-radius: 10px; }
    #all-events .events .calendar #calendar-event-popup .content {
      flex: 50%;
      padding: 10px;
      position: relative;
      padding-bottom: 30px; }
      #all-events .events .calendar #calendar-event-popup .content .info {
        text-align: center; }
        #all-events .events .calendar #calendar-event-popup .content .info .title {
          color: #40444A;
          font-weight: bolder;
          padding-left: 40px;
          padding-right: 40px; }
        #all-events .events .calendar #calendar-event-popup .content .info .location {
          font-size: 14px; }
      #all-events .events .calendar #calendar-event-popup .content .signup {
        text-align: center;
        bottom: -10px;
        z-index: 999;
        width: 100%;
        position: absolute; }
      #all-events .events .calendar #calendar-event-popup .content .date_circle {
        background-color: #FFCA3C;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 10px;
        left: 7px;
        text-align: center;
        display: flex;
        flex-flow: column;
        justify-content: center;
        font-weight: bolder;
        font-size: 16px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg); }
    #all-events .events .calendar #calendar-event-popup .thumbnail {
      margin-bottom: -4px;
      position: relative; }
      #all-events .events .calendar #calendar-event-popup .thumbnail img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        object-position: center center;
        border-radius: 0 0 10px 10px; }
      #all-events .events .calendar #calendar-event-popup .thumbnail .img-overlay {
        position: absolute;
        top: -4px;
        width: 100%;
        height: 100%;
        background: rgba(20, 204, 255, 0.3);
        border-radius: 10px; }
    #all-events .events .calendar #calendar-event-popup .close-event-popup__trigger {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      z-index: 999;
      opacity: .5;
      transition: all .3s ease; }
      #all-events .events .calendar #calendar-event-popup .close-event-popup__trigger:hover {
        opacity: 1; }
  #all-events .events .calendar .calendar-event-popup__show {
    opacity: 1 !important;
    left: 5% !important; }

#all-events .slick-slide div:first-child {
  text-align: center; }

#all-events .slick-track {
  margin-left: auto;
  margin-right: auto; }

#all-events .loader {
  margin: 50px 0;
  text-align: center; }

@media screen and (min-width: 1200px) {
  #all-events .events-image img {
    width: 250px !important; }
  #all-events .search-form {
    width: 600px !important;
    margin: 30px auto 0 auto; }
    #all-events .search-form #show-events {
      font-size: 20px; }
  #all-events .about-courses {
    width: 1200px !important;
    margin: 0 auto; }
  #all-events .home_events_box {
    /* the parent */ }
    #all-events .home_events_box .slick-slide {
      margin: 0 10px; }
    #all-events .home_events_box .slick-list {
      margin: 0 -10px; }
    #all-events .home_events_box .event_box {
      width: 420px !important; }
  #all-events .calendar {
    width: 1200px !important;
    padding: 0 20px !important; }
    #all-events .calendar #cal #cal-frame td {
      height: 70px !important; }
    #all-events .calendar .calendar-res {
      width: 36px;
      height: 36px;
      line-height: 36px; }
      #all-events .calendar .calendar-res .calendar-res-img {
        height: 36px; }
  #all-events .cta-all-courses {
    margin: 10px auto !important;
    text-align: center; }
  #all-events h3 {
    text-align: center; }
  #all-events h2.title {
    font-size: 36px !important; }
  #all-events p {
    font-size: 24px !important; }
  #all-events .event-time-label {
    font-size: 18px !important; }
  #all-events .filters label {
    font-size: 20px; } }

@media screen and (min-width: 700px) and (max-width: 1200px) {
  #all-events .home_events_box .event_box {
    width: 420px !important; }
  #all-events .calendar {
    width: 700px !important;
    padding: 0 20px !important; }
    #all-events .calendar #cal #cal-frame td {
      height: 60px !important; } }

@media screen and (min-width: 300px) and (max-width: 1200px) {
  #all-events .calendar .calendar-res {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important; }
    #all-events .calendar .calendar-res .calendar-res-img {
      height: 36px !important; } }

#all-courses .section-header {
  display: flex;
  flex-flow: column; }
  #all-courses .section-header .section-title {
    color: #CB63B3; }
  #all-courses .section-header .subtitle {
    text-align: center;
    margin-top: 0px;
    font-weight: bolder; }

#all-courses .about-courses {
  padding: 20px 50px 10px 50px;
  min-height: 200px;
  position: relative; }
  #all-courses .about-courses .title {
    text-align: center;
    color: #CB63B3; }
  #all-courses .about-courses #hidden-about-content {
    display: none;
    transition: all .3s ease; }
  #all-courses .about-courses .actions {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-start; }
    #all-courses .about-courses .actions .read-more {
      float: right;
      cursor: pointer;
      font-size: 14px;
      background: #CB63B3;
      border: 2px solid transparent; }
    #all-courses .about-courses .actions .watch-video {
      float: right;
      cursor: pointer;
      font-size: 14px;
      color: #40444A;
      background: #fff;
      border: 2px solid #CB63B3; }

#all-courses .search-container {
  display: flex;
  flex-flow: column;
  align-items: center;
  background: #FFCA3C;
  margin-top: 110px; }
  #all-courses .search-container .events-image {
    text-align: center;
    margin-top: -110px;
    margin-bottom: 10px; }
    #all-courses .search-container .events-image img {
      width: 300px; }
  #all-courses .search-container .stats {
    width: 100%;
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    #all-courses .search-container .stats .stat-group {
      flex: 1; }
      #all-courses .search-container .stats .stat-group .stat {
        display: flex;
        flex-flow: column;
        align-items: center;
        text-align: center;
        margin: 5px 5px 0 5px;
        font-size: 13px; }
        #all-courses .search-container .stats .stat-group .stat img {
          width: 30px;
          margin: 0 5px; }
        #all-courses .search-container .stats .stat-group .stat p {
          margin-bottom: 5px;
          margin-top: 5px; }
  #all-courses .search-container .search-form {
    display: flex;
    flex-flow: column;
    margin-top: 30px;
    align-items: center;
    width: 100%;
    position: relative;
    transition: all .3s ease; }
    #all-courses .search-container .search-form .filters {
      display: flex;
      flex-flow: row nowrap;
      justify-content: space-between;
      padding: 0 20px;
      width: 100%; }
      #all-courses .search-container .search-form .filters .filter-select {
        position: relative;
        flex: 1;
        margin: 10px 5px; }
        #all-courses .search-container .search-form .filters .filter-select select {
          background: none;
          border: none;
          padding: 2px; }
        #all-courses .search-container .search-form .filters .filter-select .select-label {
          background-color: transparent !important; }
    #all-courses .search-container .search-form .actions {
      display: flex;
      width: 100%;
      flex-flow: row nowrap;
      justify-content: space-between !important;
      padding: 10px 20px;
      align-items: center;
      margin: 0 !important; }
      #all-courses .search-container .search-form .actions #show-events {
        background: #14CCFF;
        color: #40444A;
        padding: 5px 50px;
        margin-left: 0;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
      #all-courses .search-container .search-form .actions .subactions a {
        margin: 10px;
        color: #40444A;
        cursor: pointer; }
        #all-courses .search-container .search-form .actions .subactions a:nth-child(2) {
          margin: 5px 0; }
    #all-courses .search-container .search-form .advanced-search-form {
      width: 100%;
      padding: 20px;
      padding-top: 0;
      display: flex;
      flex-flow: column;
      background: #FFCA3C;
      position: absolute;
      opacity: 0;
      top: 0;
      left: -100%;
      transition: all .3s ease; }
      #all-courses .search-container .search-form .advanced-search-form #free-search-input {
        width: 100%;
        border: none;
        padding: 7px 5px;
        border-radius: 5px;
        margin: 10px auto; }
      #all-courses .search-container .search-form .advanced-search-form .input-group {
        margin: 10px 0; }
      #all-courses .search-container .search-form .advanced-search-form .btn {
        font-size: 14px;
        box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.1); }
      #all-courses .search-container .search-form .advanced-search-form #free-search-btn {
        background: #FF7254; }
    #all-courses .search-container .search-form .advanced-search-form__active {
      position: static;
      opacity: 1;
      z-index: 999 !important; }

#all-courses .events .home_events_box {
  display: flex;
  flex-flow: column;
  margin: 30px 20px; }
  #all-courses .events .home_events_box .section-title {
    font-weight: 400;
    margin-bottom: 20px;
    color: #CB63B3; }
  #all-courses .events .home_events_box .event_box_top {
    height: 45%; }
  #all-courses .events .home_events_box .event_box {
    background-color: #CB63B3; }
    #all-courses .events .home_events_box .event_box .event_box_top > .event_box_info > .event-title {
      color: #fff;
      margin: 15px 60px;
      margin-bottom: 20px;
      text-align: center; }
    #all-courses .events .home_events_box .event_box .event-location {
      font-size: 16px;
      font-weight: 500;
      color: black;
      color: #fff; }
    #all-courses .events .home_events_box .event_box .event-time-label {
      font-weight: 500;
      font-size: 16px;
      color: black;
      color: #fff; }
    #all-courses .events .home_events_box .event_box .event_box_bottom .img-overlay {
      background: rgba(203, 99, 179, 0.3); }
  #all-courses .events .home_events_box .events-slider-temp-filtered {
    display: none; }
  #all-courses .events .home_events_box .fa-chevron-right {
    color: #FFCA3C; }

#all-courses .events .cta-all-courses {
  padding: 0 20px;
  margin: 20px auto;
  text-align: center; }
  #all-courses .events .cta-all-courses a, #all-courses .events .cta-all-courses:hover, #all-courses .events .cta-all-courses:active, #all-courses .events .cta-all-courses:visited {
    text-decoration-color: #40444A;
    cursor: pointer;
    text-decoration: underline;
    display: block;
    color: #40444A;
    font-size: 20px; }
  #all-courses .events .cta-all-courses #nativeLanguage_no_selected {
    text-align: center;
    margin: 40px auto;
    margin-top: -20px;
    font-size: 24px;
    font-weight: 500;
    display: none;
    text-decoration: none;
    padding: 10px 20px;
    max-width: 350px;
    background: #14CCFF; }
  #all-courses .events .cta-all-courses .show_link {
    display: block !important; }

#all-courses .events .calendar {
  display: flex;
  flex-flow: column;
  position: relative;
  margin: 0 auto; }
  #all-courses .events .calendar .title {
    width: 100%;
    text-align: center;
    margin-bottom: 5px;
    color: #FF7254;
    font-weight: 400; }
  #all-courses .events .calendar .calendar_events_triggers {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
  #all-courses .events .calendar .calendar-res {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-weight: bolder;
    margin: 2px 4px;
    cursor: pointer;
    display: grid;
    justify-content: center;
    align-items: center; }
    #all-courses .events .calendar .calendar-res .calendar-res-img {
      height: 50px; }
  #all-courses .events .calendar .calendar-event {
    background: #14CCFF;
    font-weight: bolder;
    color: #fff; }
  #all-courses .events .calendar .calendar-course {
    background: #CB63B3;
    font-weight: bolder;
    color: #fff; }
  #all-courses .events .calendar .calendar-activity {
    background: #FFCA3C;
    font-weight: bolder;
    color: #40444A; }
  #all-courses .events .calendar .calendar-event-popup__event {
    background: #14CCFF !important; }
    #all-courses .events .calendar .calendar-event-popup__event .thumbnail .img-overlay {
      background: rgba(20, 204, 255, 0.3) !important; }
  #all-courses .events .calendar .calendar-event-popup__course {
    background: #CB63B3 !important; }
    #all-courses .events .calendar .calendar-event-popup__course .thumbnail .img-overlay {
      background: rgba(203, 99, 179, 0.3) !important; }
  #all-courses .events .calendar .calendar-event-popup__activity {
    background: #FFCA3C !important; }
    #all-courses .events .calendar .calendar-event-popup__activity .thumbnail .img-overlay {
      background: rgba(255, 202, 60, 0.3) !important; }
    #all-courses .events .calendar .calendar-event-popup__activity .date_circle {
      background: #CB63B3 !important; }
    #all-courses .events .calendar .calendar-event-popup__activity .signup .btn-cta1 {
      background: #CB63B3 !important; }
  #all-courses .events .calendar #calendar-event-popup {
    position: absolute;
    opacity: 0;
    display: flex;
    flex-flow: column wrap;
    background: #CB63B3;
    width: 90%;
    top: 30%;
    left: -100%;
    transition: all .3s ease; }
    #all-courses .events .calendar #calendar-event-popup .content {
      flex: 50%;
      padding: 10px;
      position: relative;
      padding-bottom: 30px; }
      #all-courses .events .calendar #calendar-event-popup .content .info {
        text-align: center; }
        #all-courses .events .calendar #calendar-event-popup .content .info .title {
          color: #fff;
          font-weight: bolder;
          padding: 5px 60px; }
          #all-courses .events .calendar #calendar-event-popup .content .info .title a {
            color: #fff; }
        #all-courses .events .calendar #calendar-event-popup .content .info .location {
          font-size: 16px;
          color: #fff; }
        #all-courses .events .calendar #calendar-event-popup .content .info .event-time-label {
          color: #fff; }
      #all-courses .events .calendar #calendar-event-popup .content .signup {
        text-align: center;
        bottom: -10px;
        z-index: 999;
        width: 100%;
        position: absolute; }
      #all-courses .events .calendar #calendar-event-popup .content .date_circle {
        background-color: #FFCA3C;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 10px;
        left: 7px;
        text-align: center;
        display: flex;
        flex-flow: column;
        justify-content: center;
        font-weight: bolder;
        font-size: 16px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
        transform: rotate(-15deg); }
    #all-courses .events .calendar #calendar-event-popup .thumbnail {
      margin-bottom: -4px;
      position: relative; }
      #all-courses .events .calendar #calendar-event-popup .thumbnail img {
        height: 100px;
        width: 100%;
        object-fit: cover;
        object-position: center center; }
      #all-courses .events .calendar #calendar-event-popup .thumbnail .img-overlay {
        position: absolute;
        top: -4px;
        width: 100%;
        height: 100%;
        background: rgba(203, 99, 179, 0.3); }
    #all-courses .events .calendar #calendar-event-popup .close-event-popup__trigger {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      z-index: 999;
      opacity: .5;
      transition: all .3s ease;
      color: #fff; }
      #all-courses .events .calendar #calendar-event-popup .close-event-popup__trigger:hover {
        opacity: 1; }
  #all-courses .events .calendar .calendar-event-popup__show {
    opacity: 1 !important;
    left: 5% !important; }

#all-courses .popupContainer {
  position: fixed;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.95);
  height: 110vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  #all-courses .popupContainer .vid {
    display: flex;
    width: 100%;
    height: 100%; }
    #all-courses .popupContainer .vid #courseVideo {
      margin: 0 auto;
      align-self: center; }
  #all-courses .popupContainer .close {
    cursor: pointer;
    position: absolute;
    opacity: 0.4;
    top: 20px;
    right: 30px;
    color: #fff;
    float: right;
    font-size: 30px;
    transition: all .3s ease-in-out; }
    #all-courses .popupContainer .close:hover, #all-courses .popupContainer .close:focus {
      opacity: 1;
      text-decoration: none; }

#all-courses .slick-slide div:first-child {
  text-align: center; }

#all-courses .slick-track {
  margin-left: auto;
  margin-right: auto; }

#all-courses .loader {
  text-align: center; }

#all-courses #calendar_loader {
  margin: 50px 0; }

#all-courses #search_loader {
  display: none;
  margin: 0 auto; }

@media screen and (min-width: 1200px) {
  #all-courses .events-image img {
    width: 350px !important; }
  #all-courses .stats {
    width: 1000px !important; }
    #all-courses .stats .stat-group {
      display: flex;
      flex-flow: row nowrap;
      flex: none !important; }
      #all-courses .stats .stat-group .stat {
        margin: 10px 30px !important;
        font-size: 16px !important; }
        #all-courses .stats .stat-group .stat img {
          width: 60px !important; }
  #all-courses .search-form {
    width: 600px !important;
    margin: 30px auto 0 auto; }
    #all-courses .search-form #show-events {
      font-size: 20px; }
  #all-courses .about-courses {
    width: 700px !important;
    font-size: 18px !important;
    margin: 0 auto; }
    #all-courses .about-courses .title {
      font-size: 36px !important; }
  #all-courses .home_events_box {
    /* the parent */ }
    #all-courses .home_events_box .slick-slide {
      margin: 0 10px; }
    #all-courses .home_events_box .slick-list {
      margin: 0 -10px; }
    #all-courses .home_events_box .event_box {
      width: 420px !important; }
  #all-courses .calendar {
    width: 1200px !important;
    padding: 0 20px !important; }
    #all-courses .calendar #cal #cal-frame td {
      height: 70px !important; }
  #all-courses .cta-all-courses {
    margin: 10px auto !important;
    text-align: left !important; }
  #all-courses h3 {
    text-align: center; }
  #all-courses h2.title {
    font-size: 36px !important; }
  #all-courses .about-courses > p {
    font-size: 24px !important; }
  #all-courses .filters label {
    font-size: 20px; } }

@media screen and (min-width: 300px) and (max-width: 1200px) {
  #all-courses .calendar .calendar-res {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important; }
    #all-courses .calendar .calendar-res .calendar-res-img {
      height: 36px !important; } }

@media screen and (min-width: 700px) and (max-width: 1200px) {
  #all-courses .home_events_box .event_box {
    width: 420px !important; }
  #all-courses .calendar {
    width: 700px !important;
    padding: 0 20px !important; }
    #all-courses .calendar #cal #cal-frame td {
      height: 60px !important; }
    #all-courses .calendar .calendar-res {
      width: 36px;
      height: 36px;
      line-height: 36px; }
      #all-courses .calendar .calendar-res .calendar-res-img {
        height: 36px; } }

#single-course .bg {
  width: 100%;
  background: #cb63b3;
  height: 90px;
  margin-top: -90px; }

#single-course .header-mobile {
  background: #cb63b3;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 0px;
  padding-top: 10px;
  position: relative;
  height: 450px;
  clip-path: polygon(100% 0%, 100% 90%, 50% 100%, 0 90%, 0 1%); }

#single-course .query_header {
  display: none;
  margin-top: -60px;
  margin-bottom: -90px;
  padding-top: 10px;
  position: relative;
  height: 600px;
  margin: 10px auto;
  overflow: hidden; }
  #single-course .query_header .image_head {
    object-fit: cover;
    position: relative;
    height: 600px;
    width: 100%;
    top: 10px;
    object-position: 60% 40%; }
  #single-course .query_header .infoheader {
    position: absolute;
    top: 200px;
    left: 10%; }

#single-course .header .section-title, #single-course .query_header .section-title {
  color: #fff !important;
  margin: 20px;
  padding: 5px;
  font-size: 32px;
  font-weight: 600; }

#single-course .header .info-container .info-line, #single-course .query_header .info-container .info-line {
  margin: 0px 15%;
  padding: auto 30px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center; }
  #single-course .header .info-container .info-line h4, #single-course .query_header .info-container .info-line h4 {
    vertical-align: middle;
    color: #fff;
    justify-content: center;
    margin: 10px 5px; }
  #single-course .header .info-container .info-line .time-place-icon, #single-course .query_header .info-container .info-line .time-place-icon {
    height: 32px;
    justify-content: center;
    margin: 5px; }

#single-course .header .button-contain, #single-course .query_header .button-contain {
  text-align: center;
  margin-top: 50px; }
  #single-course .header .button-contain .btn-course-sign-up, #single-course .query_header .button-contain .btn-course-sign-up {
    text-decoration: none !important;
    color: #40444A;
    padding: 7px 8px;
    background: #FFCA3C;
    font-size: 18px;
    width: 200px; }

#single-course .about_section {
  position: relative;
  display: flex;
  flex-flow: column; }
  #single-course .about_section .about_title {
    font-size: 30px;
    margin: 20px 30px; }
  #single-course .about_section .info_icons_box {
    display: flex;
    flex-flow: wrap row; }
    #single-course .about_section .info_icons_box .info_icon {
      display: flex;
      flex-flow: wrap row;
      align-items: center; }
      #single-course .about_section .info_icons_box .info_icon .icon {
        height: 32px;
        margin-left: 20px; }
      #single-course .about_section .info_icons_box .info_icon .text {
        padding-left: 10px;
        font-size: 15px; }
  #single-course .about_section .course_about {
    font-size: 16px;
    padding: 5px 20px; }
    #single-course .about_section .course_about #hidden-about-content {
      display: none;
      transition: all .3s ease; }
  #single-course .about_section .about_buttons {
    padding: 5px 10px 10px 10px; }
    #single-course .about_section .about_buttons .readmore {
      background: #CB63B3; }
    #single-course .about_section .about_buttons .watch_video {
      border: 1px solid #CB63B3;
      background: #ffffff;
      color: #CB63B3;
      font-weight: 600; }

#single-course .course_img {
  object-fit: cover;
  width: 100%;
  max-height: 300px;
  margin: 20px 0; }

#single-course #courseImg2 {
  margin-top: -10px; }

#single-course .principles_section {
  position: relative; }
  #single-course .principles_section .principles {
    background: #FFCA3C;
    width: 100%;
    padding: 20px 10px;
    padding-bottom: 50px; }
    #single-course .principles_section .principles p.bullet1 {
      font-size: 18px;
      padding-left: 25px;
      margin: 20px 15px;
      position: relative;
      text-align: left; }
      #single-course .principles_section .principles p.bullet1::before {
        content: "\2022";
        position: absolute;
        top: -17px;
        left: 0px;
        width: 20px;
        font-size: 40px;
        font-weight: bold;
        color: #FF7254; }
  #single-course .principles_section .principles_rtl {
    direction: rtl; }
    #single-course .principles_section .principles_rtl p.bullet1 {
      padding-left: 0;
      padding-right: 25px;
      text-align: right; }
      #single-course .principles_section .principles_rtl p.bullet1::before {
        right: 0;
        left: none; }
  #single-course .principles_section .arrow_icon {
    cursor: pointer;
    position: absolute;
    left: 50%;
    bottom: 10px;
    padding: 0px;
    font-size: 30px;
    color: rgba(64, 68, 74, 0.8); }

#single-course .testi_faq_section {
  margin: 30px 0; }
  #single-course .testi_faq_section .testi_container {
    display: flex;
    flex-flow: column; }
    #single-course .testi_faq_section .testi_container .name {
      color: #CB63B3;
      padding-left: 10px;
      text-align: left; }
    #single-course .testi_faq_section .testi_container .testi_text {
      margin: 10px 30px;
      padding: 10px 30px; }
    #single-course .testi_faq_section .testi_container .c_testi_img {
      width: 80px;
      height: 80px;
      position: absolute;
      transform: translateY(-100%);
      margin: 0px 10px 10px 40px;
      border-radius: 50%;
      object-fit: cover;
      object-position: center center; }
    #single-course .testi_faq_section .testi_container .testi_underline {
      display: block;
      color: #CB63B3;
      font-weight: 200;
      margin: 0px;
      padding: 0px;
      transform: translateY(-60%); }

#single-course #course_signup .section-title {
  color: #CB63B3;
  font-size: 32px;
  margin: 5px 20px; }

#single-course #course_signup #course_signup_form {
  background: #CB63B3;
  padding: 20px;
  margin: 20px auto;
  max-width: 300px;
  border-radius: 8px; }
  #single-course #course_signup #course_signup_form .form_title {
    color: #fff;
    margin: 10px;
    text-align: center;
    font-weight: normal; }
  #single-course #course_signup #course_signup_form #form_msg {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 1px 10px;
    border-radius: 8px;
    font-size: 14px; }
    #single-course #course_signup #course_signup_form #form_msg .error {
      color: red; }
    #single-course #course_signup #course_signup_form #form_msg .success {
      text-align: center;
      color: green; }
  #single-course #course_signup #course_signup_form .group {
    margin: 20px; }
  #single-course #course_signup #course_signup_form input[type="text"], #single-course #course_signup #course_signup_form label {
    color: #fff; }
  #single-course #course_signup #course_signup_form input[type="text"] {
    border-color: #fff; }
  #single-course #course_signup #course_signup_form .form_actions {
    text-align: center; }
    #single-course #course_signup #course_signup_form .form_actions .btn {
      background: #FFCA3C;
      color: #40444A;
      font-weight: bolder;
      padding: 5px 50px; }

#single-course #course_signup .course_signup__nologged {
  padding: 20px;
  text-align: center;
  color: #40444A; }
  #single-course #course_signup .course_signup__nologged a {
    color: #40444A !important;
    font-weight: bolder; }

#single-course .secondary_title {
  font-size: 30px;
  text-align: center; }

#single-course .popupContainer {
  position: fixed;
  display: none;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.95);
  height: 110vh;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  #single-course .popupContainer .vid {
    display: flex;
    width: 100%;
    height: 100%; }
    #single-course .popupContainer .vid #courseVideo {
      margin: 0 auto;
      align-self: center; }
  #single-course .popupContainer .close {
    cursor: pointer;
    position: absolute;
    opacity: 0.4;
    top: 20px;
    right: 30px;
    color: #fff;
    float: right;
    font-size: 30px;
    transition: all .3s ease-in-out; }
    #single-course .popupContainer .close:hover, #single-course .popupContainer .close:focus {
      opacity: 1;
      text-decoration: none; }

#single-course .purple-arrow {
  color: #CB63B3 !important;
  font-size: 40px;
  margin: 10px;
  padding: 0px 15px; }

#single-course .pull-right {
  color: #CB63B3 !important; }

#single-course #course_signup_loader {
  display: none; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #single-course .info-container {
    padding-left: 50px; }
  #single-course .button-contain {
    left: 120px !important; }
  #single-course .image_head {
    object-position: 10% 100% !important; }
  #single-course .headertitle .section-title {
    margin-left: 120px !important; } }

@media screen and (min-width: 992px) and (max-width: 1920px) {
  #single-course #courseVideo {
    width: 900px;
    height: 550px; }
  #single-course .arrow_icon {
    display: none !important; }
  #single-course .header, #single-course .bg {
    display: none; }
  #single-course .query_header {
    display: block !important;
    z-index: 1;
    margin-top: -110px;
    position: relative;
    height: 500px; }
    #single-course .query_header .imghead {
      z-index: -999;
      position: absolute; }
  #single-course .headertitle.section-title {
    width: 40%;
    text-align: left !important;
    display: flex !important;
    flex-flow: row wrap;
    color: #ffffff !important;
    margin: 10px;
    font-size: 40px !important; }
  #single-course .info-container {
    padding-left: 50px;
    position: relative !important;
    top: 70px; }
  #single-course .info_icon .icon {
    height: 60px !important; }
  #single-course .info-line {
    width: 100% !important;
    margin: 5px auto !important;
    left: 60px !important;
    z-index: 2999;
    max-height: 60px;
    font-size: 18px; }
  #single-course .time-place-icon {
    width: 60px !important;
    height: 60px !important;
    padding: 5px !important; }
  #single-course .button-contain {
    justify-content: flex-start !important;
    width: 200px !important;
    margin: 30px auto;
    position: absolute;
    top: 350px;
    left: 220px;
    text-align: none !important; }
  #single-course .about_section {
    max-width: 700px !important;
    margin: 30px auto !important; }
  #single-course .info_icons_box {
    flex-flow: nowrap !important; }
  #single-course .principles {
    padding: 10px 20px !important;
    min-height: 300px;
    width: 700px !important;
    display: flex;
    justify-content: center;
    flex-flow: column !important;
    align-content: center;
    text-align: center;
    margin-bottom: 90px !important;
    margin: 40px auto !important;
    border-radius: 15px; }
  #single-course .course_img {
    object-fit: cover !important;
    object-position: center center !important;
    max-height: 300px !important;
    overflow: hidden;
    margin: 0px; }
  #single-course .about_title {
    font-size: 36px !important;
    margin: 20px 0px 40px 10px !important; }
  #single-course p.bullet1 {
    font-size: 24px;
    margin: 10px 15px !important;
    display: flex; }
  #single-course .arrow_icon {
    bottom: -60px !important; }
  #single-course .image_head {
    height: 500px;
    z-index: -999 !important; }
  #single-course .testi_faq_section {
    width: 700px !important;
    margin: 30px auto !important; }
  #single-course .testi_container {
    display: flex;
    flex-flow: row norwap !important;
    justify-content: space-between !important; }
    #single-course .testi_container .c_testi_img {
      position: relative !important;
      width: 200px !important;
      height: 200px !important;
      transform: none !important;
      margin: 20px auto !important; }
    #single-course .testi_container .name {
      text-align: center !important; }
  #single-course #title-testi_course {
    margin-top: 80px !important; }
  #single-course .secondary_title {
    font-size: 40px !important; }
  #single-course .title-form {
    font-size: 40px !important;
    color: #CB63B3 !important;
    margin-top: 60px !important; }
  #single-course #faq_title {
    margin-top: 30px !important; }
  #single-course .testi_text {
    width: 80% !important;
    margin: 20px auto !important; }
  #single-course #courseImg2 {
    margin-top: 0px;
    position: relative; }
    #single-course #courseImg2:before {
      content: '';
      background: #CB63B3;
      width: 100%;
      height: 300px !important;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      opacity: .15;
      z-index: 999 !important; }
  #single-course .testi_faq_section {
    margin-bottom: 80px !important; } }

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  #single-course .query_header {
    display: block !important;
    z-index: 1;
    margin-top: -60px;
    height: 600px !important; }
  #single-course .image_head {
    height: 600px !important;
    object-position: 50% 60% !important; }
  #single-course .headertitle {
    margin: 10px;
    margin-left: 150px !important;
    margin-top: 40px !important;
    font-size: 40px !important; }
  #single-course .info-container {
    padding: 10px 0px !important;
    margin: 10px 0px !important; }
  #single-course .button-contain {
    margin-top: 40px !important; } }

#single-course .slick-prev {
  left: 5px !important; }

#single-course .slick-next {
  right: 5px !important; }

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  #single-course .slick-prev {
    left: -30px !important; }
  #single-course .slick-next {
    right: -30px !important; } }

@media screen and (max-width: 320px) {
  #single-course .header-mobile {
    height: 550px !important; } }

@media screen and (max-width: 300px) {
  #single-course .header-mobile {
    height: 650px; } }

#single-event .bg {
  width: 100%;
  background: #14CCFF;
  height: 90px;
  margin-top: -90px; }

#single-event .header-mobile {
  background: #14CCFF;
  width: 100%;
  margin-top: -40px;
  padding-top: 10px;
  position: relative;
  height: 400px;
  clip-path: polygon(100% 0%, 100% 90%, 50% 100%, 0 90%, 0 1%); }

#single-event .query_header {
  display: none;
  margin-top: -40px;
  margin-bottom: -90px;
  padding-top: 10px;
  position: relative;
  height: 500px;
  margin: 10px auto;
  overflow: hidden; }
  #single-event .query_header .image_head {
    object-fit: cover;
    object-position: 20% 100%;
    width: 100%; }

#single-event .header .section-title, #single-event .query_header .section-title {
  color: #fff !important;
  margin: 20px;
  padding: 5px;
  font-size: 32px;
  font-weight: 600; }

#single-event .header .info-container, #single-event .query_header .info-container {
  display: flex;
  flex-flow: column;
  margin: 15px 20%; }
  #single-event .header .info-container .info-line, #single-event .query_header .info-container .info-line {
    display: flex;
    align-items: center; }
    #single-event .header .info-container .info-line .time-place-icon, #single-event .query_header .info-container .info-line .time-place-icon {
      width: 32px;
      object-fit: contain;
      margin: 0 5px; }
    #single-event .header .info-container .info-line .info-text, #single-event .query_header .info-container .info-line .info-text {
      display: inline-block;
      color: #fff;
      margin-bottom: 10px; }

#single-event .header .cta-contain, #single-event .query_header .cta-contain {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 5px 0 30px 0;
  padding: 5px; }
  #single-event .header .cta-contain .btn-event-langs, #single-event .query_header .cta-contain .btn-event-langs {
    background: #ffffff;
    color: #FF7254 !important;
    border: 1px solid #FF7254;
    margin: 0 2px;
    padding: 10px 20px; }
    #single-event .header .cta-contain .btn-event-langs:hover, #single-event .header .cta-contain .btn-event-langs:active, #single-event .query_header .cta-contain .btn-event-langs:hover, #single-event .query_header .cta-contain .btn-event-langs:active {
      color: #FF7254 !important; }
  #single-event .header .cta-contain .btn-event-sign-up, #single-event .query_header .cta-contain .btn-event-sign-up {
    display: block;
    background: #FF7254;
    margin: 0 2px;
    color: #fff !important;
    text-align: center; }
  #single-event .header .cta-contain .btn-credits-store, #single-event .query_header .cta-contain .btn-credits-store {
    display: block;
    background: #14CCFF;
    margin: 0 2px; }

#single-event .btn-event-sign-up {
  display: block;
  background: #FF7254;
  margin: 20px auto;
  width: 270px !important;
  padding: 10px 20px; }
  #single-event .btn-event-sign-up:hover, #single-event .btn-event-sign-up:active {
    color: #40444A !important; }

#single-event .btn-credits-store {
  display: block;
  background: #14CCFF;
  color: #40444A !important;
  margin: 20px auto;
  padding: 10px 20px;
  width: 270px !important; }
  #single-event .btn-credits-store:hover, #single-event .btn-credits-store:active {
    color: #fff !important; }

#single-event .about_section {
  padding: 0 20px;
  position: relative;
  transition: height 2s ease; }
  #single-event .about_section #hidden-about-content {
    display: none;
    transition: all .3s ease; }
  #single-event .about_section .btn-read-more {
    background: #14CCFF; }

#single-event .tables_section {
  margin-top: 10px;
  position: relative; }
  #single-event .tables_section .table-title {
    position: static;
    color: #FF7254;
    text-align: center;
    font-size: 30px;
    margin: 20px 15px 15px 15px; }
  #single-event .tables_section .subtitle {
    text-align: center;
    color: #40444A; }
  #single-event .tables_section .lang_selectors__slider .lang_trigger {
    border: solid 1px;
    border-radius: 10px;
    color: #40444A;
    font-size: 16px;
    font-weight: 600;
    width: 140px !important;
    height: 100px;
    margin: 10px;
    padding: 20px 0px;
    text-align: center;
    background: #fff;
    display: block;
    cursor: pointer;
    transition: all .4s ease-in-out;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.4); }
    #single-event .tables_section .lang_selectors__slider .lang_trigger .stats {
      font-size: 12px;
      margin-top: 10px;
      padding: 0 5px; }
  #single-event .tables_section .lang_selectors__slider .slick-slide {
    margin: 0 10px !important; }
  #single-event .tables_section .language-users {
    margin-top: -10px; }
    #single-event .tables_section .language-users #language-users_loader {
      display: none; }
    #single-event .tables_section .language-users .slick-slide {
      margin: 10px 10px !important; }
    #single-event .tables_section .language-users .amb_guest_toggle {
      text-align: center;
      margin: 10px auto;
      margin-top: 60px; }
    #single-event .tables_section .language-users .user_slider {
      margin: 30px 0;
      padding: 20px 0;
      display: flex;
      flex-flow: row nowrap;
      justify-content: center; }
      #single-event .tables_section .language-users .user_slider .slide_box_content {
        background: #fff;
        padding: 20px;
        margin: 10px;
        text-align: center;
        border-radius: 10px;
        border: 1px solid #40444A;
        max-width: 250px;
        min-width: 150px;
        transition: all .3s ease;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2); }
        #single-event .tables_section .language-users .user_slider .slide_box_content a, #single-event .tables_section .language-users .user_slider .slide_box_content a:visited, #single-event .tables_section .language-users .user_slider .slide_box_content a:hover, #single-event .tables_section .language-users .user_slider .slide_box_content a:active {
          text-decoration: none;
          color: #40444A; }
        #single-event .tables_section .language-users .user_slider .slide_box_content .userimg {
          display: flex;
          justify-content: center;
          margin: 10px 0; }
          #single-event .tables_section .language-users .user_slider .slide_box_content .userimg img {
            cursor: pointer;
            height: 70px;
            width: 70px;
            border-radius: 50%;
            object-fit: cover;
            object-position: center center;
            margin-bottom: 10px; }
      #single-event .tables_section .language-users .user_slider .slick-list {
        padding: 0 5px; }
      #single-event .tables_section .language-users .user_slider .slick-track {
        display: flex;
        align-items: center; }
      #single-event .tables_section .language-users .user_slider .slick-slide {
        text-align: center; }
    #single-event .tables_section .language-users .event_stats {
      margin: 5px 100px;
      text-align: center; }
      #single-event .tables_section .language-users .event_stats .stats_box {
        padding: 2px 20px;
        margin: 30px 10px !important; }
        #single-event .tables_section .language-users .event_stats .stats_box p {
          margin: 7px 4px; }

#single-event .event_map {
  object-fit: contain;
  left: 0;
  max-height: 300px;
  width: 100vw;
  margin: 10px 0px; }

#single-event .slick-slide div:first-child {
  text-align: center; }

#single-event .slick-track {
  margin-left: auto;
  margin-right: auto; }

#single-event .user_slider .slick-dots {
  bottom: 0 !important; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #single-event .image_head {
    object-fit: cover;
    object-position: 40% 100% !important;
    width: 100%; }
  #single-event .cta-contain {
    left: 50px !important; }
  #single-event .info-text {
    display: flex;
    flex-flow: row wrap;
    max-width: 200px; }
  #single-event .section-title {
    width: 50% !important; } }

@media screen and (min-width: 1200px) and (max-width: 1920px) {
  #single-event .section-title {
    width: 80% !important; } }

@media screen and (min-width: 992px) and (max-width: 1920px) {
  #single-event .about_section {
    width: 700px;
    margin: 20px auto; }
  #single-event .about_title {
    font-size: 36px !important;
    margin: 20px 0px 40px 10px !important; }
  #single-event .tables_section {
    width: 800px;
    margin: 20px auto; }
  #single-event .event_map {
    width: 800px !important;
    margin: 20px auto !important;
    margin-bottom: 80px !important; }
  #single-event .section-title {
    text-align: left !important;
    display: flex !important;
    flex-flow: row wrap;
    color: #ffffff !important;
    margin: 10px;
    font-size: 40px !important; }
  #single-event .info-container {
    position: absolute;
    padding-left: 50px !important;
    top: 70px;
    margin: 20px 0px !important; }
  #single-event .info-line {
    width: 100% !important;
    margin: 5px auto !important;
    left: 60px !important;
    z-index: 2999;
    max-height: 60px;
    font-size: 18px; }
  #single-event .time-place-icon {
    width: 60px !important;
    height: 60px !important;
    padding: 5px !important; }
  #single-event .cta-contain {
    justify-content: flex-start !important;
    width: 600px !important;
    margin: 30px auto !important;
    position: absolute;
    top: 350px;
    left: 140px;
    height: 60px;
    line-height: 1.8;
    align-items: center !important;
    text-align: none !important; }
  #single-event .btn-event-sign-up {
    width: 270px !important;
    text-align: center;
    vertical-align: middle;
    height: 40px; }
  #single-event .btn-credits-store {
    width: 270px !important;
    text-align: center;
    vertical-align: middle; }
  #single-event .header, #single-event .bg {
    display: none !important; }
  #single-event .query_header {
    display: block !important;
    z-index: 1;
    margin-top: -100px !important;
    position: relative;
    height: 500px; }
    #single-event .query_header .image_head {
      z-index: -999;
      position: absolute;
      height: 500px; }
  #single-event .table-title {
    font-size: 46px !important; }
  #single-event .about_section {
    margin-bottom: 60px !important; } }

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  #single-event .section-title {
    width: 81%; } }

@media screen and (max-width: 500px) {
  #single-event .about_section {
    margin-top: 0 !important; }
  #single-event .btn-credits-store {
    display: block;
    background: #14CCFF;
    margin: 20px auto;
    padding: 10px;
    width: 170px !important; }
  #single-event .btn-event-sign-up {
    width: 170px !important;
    padding: 10px;
    display: block;
    margin: 20px auto; } }

@media screen and (min-width: 1300px) and (max-width: 1720px) {
  #single-event .section-title {
    font-size: 2.2vw !important; } }

@media screen and (min-width: 992px) and (max-width: 1320px) {
  #single-event .section-title {
    font-size: 2.5vw !important; } }

#single-activity .bg {
  width: 100%;
  background: #FFCA3C;
  height: 90px;
  margin-top: -90px; }

#single-activity .query_header {
  display: none;
  margin-top: -40px;
  margin-bottom: -90px;
  padding-top: 10px;
  position: relative;
  height: 600px;
  margin: 10px auto;
  overflow: hidden; }
  #single-activity .query_header .image_head {
    object-fit: cover;
    position: relative;
    height: 630px;
    width: 100%;
    top: 10px;
    object-position: 60% 40%; }
  #single-activity .query_header .infoheader {
    position: absolute;
    top: 200px;
    left: 70px; }

#single-activity .header-mobile {
  background: #FFCA3C;
  width: 100%;
  margin-top: -40px;
  margin-bottom: 0px;
  padding-top: 10px;
  position: relative;
  height: 300px; }

#single-activity .header .section-title, #single-activity .query_header .section-title {
  color: black;
  font-size: 32px;
  font-weight: 600;
  margin: 10px 50px; }

#single-activity .header .info-container, #single-activity .query_header .info-container {
  display: flex;
  flex-flow: column;
  justify-content: flex-start;
  margin: 15px 0;
  margin-left: 20px; }
  #single-activity .header .info-container .info-line, #single-activity .query_header .info-container .info-line {
    display: flex;
    align-items: center;
    color: #40444A; }
    #single-activity .header .info-container .info-line h4, #single-activity .query_header .info-container .info-line h4 {
      margin: 10px 5px 15px 5px; }
    #single-activity .header .info-container .info-line .time-place-icon, #single-activity .query_header .info-container .info-line .time-place-icon {
      width: 32px;
      object-fit: contain;
      margin: 0 5px; }

#single-activity .header .cta-contain, #single-activity .query_header .cta-contain {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  margin: 5px 0 30px 0;
  padding: 5px; }
  #single-activity .header .cta-contain .btn, #single-activity .query_header .cta-contain .btn {
    display: flex;
    align-items: center; }
  #single-activity .header .cta-contain .btn-blue-rev, #single-activity .query_header .cta-contain .btn-blue-rev {
    background: #ffffff;
    color: #14CCFF;
    border: 1px solid #14CCFF; }
  #single-activity .header .cta-contain .btn-blue, #single-activity .query_header .cta-contain .btn-blue {
    background: #14CCFF !important;
    display: flex;
    align-content: center;
    justify-content: center;
    color: #ffffff; }

#single-activity .about_section {
  padding: 0 20px;
  position: relative;
  transition: all 2s ease; }
  #single-activity .about_section #hidden-about-content {
    transition: all .4s ease; }
  #single-activity .about_section .hiddentext {
    display: none; }
  #single-activity .about_section .btn-read-more {
    background: #14CCFF;
    margin-bottom: 20px; }

#single-activity .activity_img {
  object-fit: cover;
  object-position: center center;
  width: 100%;
  max-height: 250px;
  margin: 10px 0px; }

#single-activity h2.title-location {
  text-align: center;
  color: #40444A;
  margin-bottom: 10px; }

#single-activity .event_map {
  object-fit: contain;
  left: 0;
  max-height: 300px;
  width: 100vw;
  margin: 0px 0px 10px 0px; }
  #single-activity .event_map .title-location {
    text-align: center;
    color: #40444A;
    margin-bottom: 10px; }

#single-activity .btn-cta1 {
  background: #40444A;
  color: #fff !important; }

#single-activity #activity_signup .subtitle {
  color: #CB63B3;
  text-align: center;
  font-size: 40px !important;
  margin: 5px 20px; }

#single-activity #activity_signup #activity_signup_form {
  background: #FFCA3C;
  padding: 20px;
  margin: 20px auto;
  max-width: 300px;
  border-radius: 8px; }
  #single-activity #activity_signup #activity_signup_form .form_title {
    color: #40444A;
    margin: 10px;
    text-align: center;
    font-weight: normal; }
  #single-activity #activity_signup #activity_signup_form #form_msg {
    display: none;
    background: rgba(255, 255, 255, 0.7);
    padding: 1px 10px;
    border-radius: 8px;
    font-size: 14px; }
    #single-activity #activity_signup #activity_signup_form #form_msg .error {
      color: red; }
    #single-activity #activity_signup #activity_signup_form #form_msg .success {
      text-align: center;
      color: green; }
  #single-activity #activity_signup #activity_signup_form .group {
    margin: 20px; }
  #single-activity #activity_signup #activity_signup_form input[type="text"], #single-activity #activity_signup #activity_signup_form input[type="email"], #single-activity #activity_signup #activity_signup_form input[type="tel"], #single-activity #activity_signup #activity_signup_form label {
    color: #40444A; }
  #single-activity #activity_signup #activity_signup_form input[type="text"], #single-activity #activity_signup #activity_signup_form input[type="email"], #single-activity #activity_signup #activity_signup_form input[type="tel"] {
    border-color: #40444A; }
  #single-activity #activity_signup #activity_signup_form .form_actions {
    text-align: center; }
    #single-activity #activity_signup #activity_signup_form .form_actions .btn {
      background: #CB63B3;
      color: #fff;
      font-weight: bolder;
      padding: 5px 50px; }

#single-activity #activity_signup .activity_signup__nologged {
  padding: 20px;
  text-align: center;
  color: #40444A; }
  #single-activity #activity_signup .activity_signup__nologged a {
    color: #40444A !important;
    font-weight: bolder; }

#single-activity #activity_signup_loader {
  display: none; }

@media screen and (min-width: 992px) and (max-width: 1200px) {
  #single-activity .query_header {
    display: block !important;
    z-index: 1;
    margin-top: -60px !important;
    height: 550px !important; }
  #single-activity .image_head {
    object-position: 15% 40% !important; }
  #single-activity .subtitle {
    margin-top: 30px !important;
    margin-left: 20px !important; }
  #single-activity .section-title {
    color: #ff6161 !important;
    margin-left: 20px !important;
    text-align: left !important; }
  #single-activity .headertitle {
    margin-top: 30px !important; }
  #single-activity .info-container {
    margin-left: -50px !important; }
  #single-activity .cta-contain {
    margin-left: -10px !important; } }

@media screen and (min-width: 992px) and (max-width: 1920px) {
  #single-activity .about_section {
    max-width: 700px;
    margin: 30px auto; }
  #single-activity .info-line {
    width: 1200px !important;
    margin: 5px auto !important; }
  #single-activity .cta-contain {
    justify-content: flex-start !important;
    width: 1200px !important;
    margin: 20px auto !important;
    margin-top: 30px !important;
    position: absolute;
    top: 200px; }
  #single-activity .time-place-icon {
    width: 60px !important; }
  #single-activity .about_img {
    position: relative;
    margin: 40px auto; }
    #single-activity .about_img .activity_img {
      object-fit: cover;
      object-position: center center;
      max-height: 300px !important;
      overflow: hidden;
      margin: 0px; }
  #single-activity .header, #single-activity .bg {
    display: none; }
  #single-activity .event_map {
    max-width: 700px !important;
    margin: 25px auto !important;
    margin-bottom: 120px !important; }
  #single-activity .query_header {
    display: block !important;
    z-index: 1;
    margin-top: -40px;
    height: 550px; }
    #single-activity .query_header .subtitle {
      position: absolute;
      left: 0;
      top: 35px;
      opacity: .6;
      margin: 10px 50px;
      width: 40%;
      color: #40444A; }
  #single-activity .headertitle.section-title {
    display: flex !important;
    position: absolute;
    flex-flow: row;
    top: 60px;
    margin: 10px 50px;
    width: 35% !important;
    text-align: left !important;
    font-size: 4vw !important; }
  #single-activity .imghead {
    z-index: -9999; }
  #single-activity .about_title {
    font-size: 36px; }
  #single-activity .info-container {
    top: 60px;
    display: grid;
    position: absolute;
    grid-column: 1fr 1fr;
    margin-left: -25px !important; }
  #single-activity .info-line {
    max-width: 300px !important;
    display: flex;
    flex-flow: row nowrap; }
    #single-activity .info-line .time-place-icon {
      padding: 5px;
      margin: 0px 5px; }
  #single-activity #activity_signup {
    width: 700px;
    margin: 25px auto; } }

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  #single-activity .query_header {
    display: block !important;
    z-index: 1;
    margin-top: -60px;
    height: 600px !important; }
  #single-activity .image_head {
    object-position: 70% 30% !important; }
  #single-activity .cta_contain {
    position: absolute !important;
    padding-left: -40px !important; }
  #single-activity .info-container {
    position: relative !important;
    left: 0px !important;
    margin-top: 20px !important; }
  #single-activity .subtitle {
    top: 50px !important; }
  #single-activity .headertitle {
    top: 65px !important; }
  #single-activity .headertitle.section-title {
    font-size: 3vw !important; } }

@media screen and (max-width: 1920px) {
  #single-activity .info-container {
    top: 85px !important; }
  #single-activity .cta-contain {
    top: 230px !important; } }

@media screen and (min-width: 1300px) and (max-width: 1700px) {
  #single-activity .headertitle.section-title {
    font-size: 3.2vw !important; } }

#calendar-page .calendar {
  position: relative; }

#calendar-page .query_header {
  display: none;
  margin-bottom: -90px;
  padding-top: 10px;
  position: relative;
  height: 600px;
  margin: 10px auto;
  overflow: hidden;
  margin-top: -160px !important;
  z-index: 1;
  margin-top: -40px;
  height: 500px; }
  #calendar-page .query_header .subtitle {
    position: absolute;
    left: 0;
    top: 65%;
    opacity: .6;
    margin: 10px 150px;
    color: #40444A; }
  #calendar-page .query_header .headertitle.section-title {
    display: flex !important;
    position: absolute;
    flex-flow: row;
    margin: 10px 150px;
    width: 1200px !important;
    text-align: none !important;
    top: 50%; }
  #calendar-page .query_header .imghead {
    z-index: -9999; }
    #calendar-page .query_header .imghead .image_head {
      float: right;
      position: relative;
      height: 630px;
      width: 50%; }
  #calendar-page .query_header .infoheader {
    position: absolute;
    top: 200px;
    left: 10%; }

#calendar-page .subtitle {
  text-align: center;
  font-size: 24px;
  color: #a5a4a4; }

#calendar-page .calendar_events_triggers {
  display: flex;
  flex-flow: row wrap;
  justify-content: center; }

#calendar-page .calendar-res {
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-weight: bolder;
  margin: 2px 4px;
  cursor: pointer;
  display: grid;
  justify-content: center;
  align-items: center; }
  #calendar-page .calendar-res .calendar-res-img {
    height: 50px; }

#calendar-page .calendar-event {
  background: #14CCFF;
  font-weight: bolder;
  color: #fff; }

#calendar-page .calendar-course {
  background: #CB63B3;
  font-weight: bolder;
  color: #fff; }

#calendar-page .calendar-activity {
  background: #FFCA3C;
  font-weight: bolder;
  color: #40444A; }

#calendar-page #calendar-event-popup {
  position: absolute;
  opacity: 0;
  display: flex;
  flex-flow: column wrap;
  background: #14CCFF;
  width: 90%;
  top: 30%;
  left: -100%;
  transition: all .3s ease; }
  #calendar-page #calendar-event-popup .content {
    flex: 50%;
    padding: 10px;
    position: relative;
    padding-bottom: 30px; }
    #calendar-page #calendar-event-popup .content .info {
      text-align: center; }
      #calendar-page #calendar-event-popup .content .info .title {
        color: #40444A;
        font-weight: bolder;
        padding: 5px 60px; }
        #calendar-page #calendar-event-popup .content .info .title a {
          text-decoration: none;
          color: #40444A; }
      #calendar-page #calendar-event-popup .content .info .location {
        font-size: 14px; }
    #calendar-page #calendar-event-popup .content .signup {
      text-align: center;
      bottom: -10px;
      z-index: 999;
      width: 100%;
      position: absolute; }
    #calendar-page #calendar-event-popup .content .date_circle {
      background-color: #FFCA3C;
      border-radius: 50%;
      width: 50px;
      height: 50px;
      position: absolute;
      top: 10px;
      left: 7px;
      text-align: center;
      display: flex;
      flex-flow: column;
      justify-content: center;
      font-weight: bolder;
      font-size: 16px;
      box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
      transform: rotate(-15deg); }
  #calendar-page #calendar-event-popup .thumbnail {
    margin-bottom: -4px;
    position: relative; }
    #calendar-page #calendar-event-popup .thumbnail img {
      height: 100px;
      width: 100%;
      object-fit: cover;
      object-position: center center; }
    #calendar-page #calendar-event-popup .thumbnail .img-overlay {
      position: absolute;
      top: -4px;
      width: 100%;
      height: 100%;
      background: rgba(20, 204, 255, 0.3); }
  #calendar-page #calendar-event-popup .close-event-popup__trigger {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    z-index: 999;
    opacity: .5;
    transition: all .3s ease; }
    #calendar-page #calendar-event-popup .close-event-popup__trigger:hover {
      opacity: 1; }

#calendar-page .calendar-event-popup__show {
  opacity: 1 !important;
  left: 5% !important; }

#calendar-page .calendar-event-popup__event {
  background: #14CCFF !important; }
  #calendar-page .calendar-event-popup__event .thumbnail .img-overlay {
    background: rgba(20, 204, 255, 0.3) !important; }

#calendar-page .calendar-event-popup__course {
  background: #CB63B3 !important; }
  #calendar-page .calendar-event-popup__course .thumbnail .img-overlay {
    background: rgba(203, 99, 179, 0.3) !important; }

#calendar-page .calendar-event-popup__activity {
  background: #FFCA3C !important; }
  #calendar-page .calendar-event-popup__activity .thumbnail .img-overlay {
    background: rgba(255, 202, 60, 0.3) !important; }
  #calendar-page .calendar-event-popup__activity .date_circle {
    background: #CB63B3 !important; }
  #calendar-page .calendar-event-popup__activity .signup .btn-cta1 {
    background: #CB63B3 !important; }

#calendar-page .upcoming-events {
  display: flex;
  flex-flow: column; }
  #calendar-page .upcoming-events .title {
    text-align: center;
    font-size: 24px;
    color: #FF7254; }
  #calendar-page .upcoming-events .upcoming-events-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    #calendar-page .upcoming-events .upcoming-events-list .event-item__course {
      background: #CB63B3 !important; }
    #calendar-page .upcoming-events .upcoming-events-list .event-item__activity {
      background: #FFCA3C !important; }
      #calendar-page .upcoming-events .upcoming-events-list .event-item__activity .btn.signup {
        background: #FF7254;
        color: #fff; }
      #calendar-page .upcoming-events .upcoming-events-list .event-item__activity .date_circle {
        background: #FF7254 !important;
        color: #fff; }
    #calendar-page .upcoming-events .upcoming-events-list .event-item__event {
      background: #14CCFF !important; }
    #calendar-page .upcoming-events .upcoming-events-list .event-item {
      position: relative;
      display: block;
      margin: 20px 10px;
      padding: 10px;
      height: 220px;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23); }
      #calendar-page .upcoming-events .upcoming-events-list .event-item .title {
        color: #40444A;
        text-align: left;
        margin: 10px 0;
        padding-right: 70px; }
        #calendar-page .upcoming-events .upcoming-events-list .event-item .title a {
          text-decoration: none;
          color: #40444A; }
      #calendar-page .upcoming-events .upcoming-events-list .event-item .event-location {
        display: block;
        margin-top: -5px; }
      #calendar-page .upcoming-events .upcoming-events-list .event-item .signup {
        width: 100%;
        text-align: center;
        margin: 30px auto;
        position: absolute;
        bottom: 10px;
        left: 50px; }
        #calendar-page .upcoming-events .upcoming-events-list .event-item .signup .btn {
          width: 50%;
          margin-bottom: -20px;
          padding: 8px 50px; }
      #calendar-page .upcoming-events .upcoming-events-list .event-item .date_circle {
        background-color: #FFCA3C;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        position: absolute;
        top: 15px;
        right: 20px;
        text-align: center;
        display: flex;
        flex-flow: column;
        justify-content: center;
        font-weight: bolder;
        font-size: 16px;
        box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
        transform: rotate(15deg); }

#calendar-page .loader {
  margin: 50px 0;
  text-align: center; }

@media screen and (min-width: 1200px) {
  #calendar-page .calendar {
    width: 1200px !important;
    padding: 0 20px !important;
    margin: 0 auto; }
    #calendar-page .calendar #cal #cal-frame td {
      height: 90px !important; }
  #calendar-page .upcoming-events-list {
    display: flex;
    flex-flow: row wrap; }
    #calendar-page .upcoming-events-list .event-item {
      width: 450px !important; } }

@media screen and (min-width: 700px) and (max-width: 1200px) {
  #calendar-page .calendar {
    width: 700px !important;
    padding: 0 20px !important;
    margin: 0 auto; }
    #calendar-page .calendar #cal #cal-frame td {
      height: 80px !important; }
    #calendar-page .calendar .calendar-res {
      width: 36px;
      height: 36px;
      line-height: 36px; }
      #calendar-page .calendar .calendar-res .calendar-res-img {
        height: 36px; }
  #calendar-page .upcoming-events-list {
    display: flex;
    flex-flow: row wrap;
    justify-content: center; }
    #calendar-page .upcoming-events-list .event-item {
      width: 450px !important; } }

@media screen and (min-width: 300px) and (max-width: 1200px) {
  #calendar-page .calendar .calendar-res {
    width: 36px !important;
    height: 36px !important;
    line-height: 36px !important; }
    #calendar-page .calendar .calendar-res .calendar-res-img {
      height: 36px !important; } }

@media screen and (min-width: 992px) and (max-width: 1920px) {
  #calendar-page .about_section {
    max-width: 700px;
    margin: 30px auto; }
  #calendar-page .info-line {
    width: 1200px !important;
    margin: 5px auto !important; }
  #calendar-page .cta-contain {
    justify-content: flex-start !important;
    width: 1200px !important;
    margin: 20px auto !important;
    position: absolute;
    top: 200px; }
  #calendar-page .time-place-icon {
    width: 60px !important; }
  #calendar-page .about_img {
    position: relative;
    margin: 40px auto; }
    #calendar-page .about_img:before {
      content: '';
      background: #FFCA3C;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      height: 100%;
      opacity: .15; }
    #calendar-page .about_img .activity_img {
      object-fit: cover;
      max-height: 300px !important;
      overflow: hidden;
      margin: 0px; }
  #calendar-page .event_map {
    max-width: 700px !important;
    margin: 25px auto !important;
    margin-bottom: 120px !important; }
  #calendar-page .query_header {
    display: block !important; }
  #calendar-page .section-header {
    display: none; }
  #calendar-page .about_title {
    font-size: 36px; }
  #calendar-page .info-container {
    top: 50px;
    display: grid;
    position: absolute;
    grid-column: 1fr 1fr; }
  #calendar-page .info-line {
    max-width: 300px !important;
    display: flex;
    flex-flow: row nowrap; }
    #calendar-page .info-line .time-place-icon {
      padding: 5px;
      margin: 0px 5px; }
  #calendar-page #activity_signup {
    width: 700px;
    margin: 25px auto; }
  #calendar-page .upcoming-events .title {
    font-size: 36px !important; }
  #calendar-page .upcoming-events-list {
    justify-content: center; }
    #calendar-page .upcoming-events-list .title {
      font-size: 26px !important; } }

@media screen and (min-width: 1700px) and (max-width: 1920px) {
  #calendar-page .headertitle.section-title {
    top: 30% !important; }
  #calendar-page .subtitle {
    top: 50% !important; } }

#confirm_ambassador_booking {
  padding: 20px;
  max-width: 1000px;
  margin: 100px auto; }
  #confirm_ambassador_booking .section-header {
    text-align: center; }
    #confirm_ambassador_booking .section-header .section-title {
      color: #FF7254;
      margin-bottom: 100px; }
    #confirm_ambassador_booking .section-header .btn-home {
      margin: 80px 0 0 0;
      background: #14CCFF;
      padding: 10px 80px;
      font-size: 20px; }
    #confirm_ambassador_booking .section-header .subtitle_error {
      font-size: 30px; }

#page-credits_store .cards_list {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1200px;
  margin: 0 auto; }
  #page-credits_store .cards_list .card_item {
    min-width: 300px;
    background: #14CCFF;
    margin: 10px;
    padding: 10px;
    display: flex;
    flex-flow: column;
    border-radius: 5px;
    position: relative; }
    #page-credits_store .cards_list .card_item .title {
      margin: 0; }
    #page-credits_store .cards_list .card_item .buy_action {
      width: 100%;
      text-align: center;
      margin-top: 20px;
      margin-bottom: 20px; }
      #page-credits_store .cards_list .card_item .buy_action .buy_card_btn {
        cursor: pointer;
        padding: 5px 40px; }

#page-credits_store .rules {
  margin: 20px auto;
  max-width: 1200px;
  padding: 10px; }
  #page-credits_store .rules .rules_title {
    color: #CB63B3;
    text-align: center;
    font-size: 32px; }
  #page-credits_store .rules .rule {
    font-size: 18px;
    margin: 5px 0;
    color: #14CCFF;
    display: flex;
    flex-flow: row nowrap; }
    #page-credits_store .rules .rule > i {
      padding-right: 20px;
      color: #CB63B3; }
    #page-credits_store .rules .rule > p {
      margin: 0;
      display: inline-block; }

#page-credits_store .counter {
  margin: 20px auto;
  max-width: 1200px;
  padding: 10px;
  text-align: center; }
  #page-credits_store .counter .counter_num {
    font-size: 60px;
    color: #CB63B3;
    margin-bottom: 10px;
    margin-top: 10px; }
  #page-credits_store .counter .counter_title {
    color: #14CCFF;
    margin: 0; }

.ribbon {
  width: 100px;
  height: 100px;
  overflow: hidden;
  position: absolute; }

.ribbon::before,
.ribbon::after {
  position: absolute;
  z-index: -1;
  content: '';
  display: block;
  border: 5px solid #8b2e76; }

.ribbon span {
  position: absolute;
  display: block;
  width: 225px;
  padding: 5px 0;
  background-color: #CB63B3;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  font-weight: 500;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  text-transform: uppercase;
  text-align: center; }

/* bottom right*/
.ribbon-bottom-right {
  bottom: -10px;
  right: -10px; }

.ribbon-bottom-right::before,
.ribbon-bottom-right::after {
  border-bottom-color: transparent;
  border-right-color: transparent; }

.ribbon-bottom-right::before {
  bottom: 0;
  left: 0; }

.ribbon-bottom-right::after {
  top: 0;
  right: 0; }

.ribbon-bottom-right span {
  left: -55px;
  bottom: 30px;
  transform: rotate(-45deg); }

#page-contact {
  margin-bottom: -20px; }
  #page-contact .section-body {
    display: flex;
    flex-flow: column;
    margin: 40px 0; }
  #page-contact .section-img {
    text-align: center; }
    #page-contact .section-img img {
      width: 260px; }
  #page-contact .contact-info {
    text-align: center; }
    #page-contact .contact-info .title {
      font-size: 22px; }
    #page-contact .contact-info .contact {
      margin: 20px; }
      #page-contact .contact-info .contact .title {
        color: #CB63B3;
        margin: 5px; }
      #page-contact .contact-info .contact a {
        color: #40444A;
        text-decoration: none;
        font-size: 24px; }
  #page-contact .contact-form {
    margin-top: 40px;
    margin-bottom: -30px;
    z-index: 9999; }
    #page-contact .contact-form .title {
      text-align: center;
      color: #FF7254;
      font-size: 36px; }
    #page-contact .contact-form .section-title {
      display: none; }
  #page-contact .contact-map {
    overflow: hidden;
    position: relative;
    height: 600px; }
    #page-contact .contact-map .iframe {
      z-index: -9999;
      left: 0;
      top: 0;
      height: 100%;
      width: 100%;
      position: absolute; }

@media screen and (min-width: 1200px) {
  #page-contact .section-img {
    text-align: right;
    margin-right: 20px;
    flex: 1; }
    #page-contact .section-img img {
      width: 350px; }
  #page-contact .contact-info {
    flex: 1;
    text-align: left; }
  #page-contact .section-body {
    display: flex;
    flex-flow: row; } }

#not_found {
  font-family: Dosis, Rubik; }
  #not_found .query_header {
    padding-top: 10px;
    position: relative;
    margin: 10px auto;
    overflow: hidden;
    z-index: 1; }
    #not_found .query_header .subtitle {
      opacity: .6;
      margin: 10px auto;
      color: #40444A;
      font-size: 20px;
      text-align: center !important; }
    #not_found .query_header .section-title {
      margin: 10px auto;
      text-align: center !important;
      top: 0; }
    #not_found .query_header p {
      text-align: center;
      font-size: 24px; }
    #not_found .query_header .imghead {
      z-index: -9999; }
      #not_found .query_header .imghead .image_head {
        object-fit: fit;
        height: 100%;
        width: 100%; }

#fluent-members .section-header {
  position: relative;
  height: 500px; }
  #fluent-members .section-header::after {
    content: "";
    background: url("../fluentlv/img/pages/members-header.png");
    background-image: url("../fluentlv/img/pages/members-header.png");
    background-position: fit;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: .5;
    top: 70px;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1; }
  #fluent-members .section-header .section-title {
    font-size: 50px; }
  #fluent-members .section-header .signup {
    text-align: center;
    margin: 50px; }
    #fluent-members .section-header .signup .btn-cta1 {
      font-size: 26px;
      padding: 5px 50px;
      color: #ffffff;
      background: #CB63B3; }

#fluent-members .members__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-top: -200px;
  margin-bottom: 100px; }
  #fluent-members .members__container .member__card {
    margin: 3px;
    font-family: Dosis, Rubik;
    min-width: 220px;
    background: #FFCA3C;
    border-radius: 10px; }
    #fluent-members .members__container .member__card .likebtn-wrapper {
      display: none !important; }
    #fluent-members .members__container .member__card .um-member-photo {
      padding: 20px 0; }
      #fluent-members .members__container .member__card .um-member-photo img {
        height: 100px;
        width: 100px;
        object-fit: cover;
        object-position: center center; }
    #fluent-members .members__container .member__card .um-member-card {
      padding: 0 15px;
      padding-bottom: 15px;
      display: flex;
      flex-flow: column; }
      #fluent-members .members__container .member__card .um-member-card .um-member-name {
        text-align: center;
        letter-spacing: .5px;
        margin-bottom: 10px; }
        #fluent-members .members__container .member__card .um-member-card .um-member-name a {
          font-size: 22px;
          text-transform: capitalize;
          text-decoration: none; }
      #fluent-members .members__container .member__card .um-member-card .user-languages {
        order: 1;
        text-align: center;
        font-size: 14px;
        margin-bottom: 10px; }
        #fluent-members .members__container .member__card .um-member-card .user-languages .lang {
          margin: 10px 0; }
      #fluent-members .members__container .member__card .um-member-card .um-members-follow-btn {
        order: 2; }
      #fluent-members .members__container .member__card .um-member-card .um-message-btn {
        order: 3; }
      #fluent-members .members__container .member__card .um-member-card .um-members-friend-btn, #fluent-members .members__container .member__card .um-member-card .um-friend-pending-btn {
        order: 4;
        margin: 10px 0 !important;
        margin-top: 5px !important; }
      #fluent-members .members__container .member__card .um-member-card .um-friend-pending-btn {
        margin: 0 !important; }
      #fluent-members .members__container .member__card .um-member-card .um-members-follow-stats, #fluent-members .members__container .member__card .um-member-card .um-members-friend-stats {
        display: none; }
      #fluent-members .members__container .member__card .um-member-card .um-members-friend-stats, #fluent-members .members__container .member__card .um-member-card .um-members-follow-btn, #fluent-members .members__container .member__card .um-member-card .um-members-friend-btn, #fluent-members .members__container .member__card .um-member-card .um-message-btn {
        text-align: center;
        color: #40444A;
        margin: 5px 0; }
      #fluent-members .members__container .member__card .um-member-card .um-button {
        color: #fff;
        background: #14CCFF;
        width: 120px !important;
        letter-spacing: .5px; }

#fluent-members .pagination {
  margin-top: 30px; }
  #fluent-members .pagination .pagi {
    color: #CB63B3 !important;
    text-decoration: none !important;
    font-size: 24px;
    font-weight: bolder; }

@media screen and (min-width: 800px) {
  #fluent-members .members__container {
    margin-top: -200px !important;
    margin-bottom: 100px; } }

.um-profile {
  font-family: Dosis, Rubik !important; }
  .um-profile .um-follow-btn, .um-profile .um-unfollow-btn, .um-profile .um-message-btn {
    width: 120px !important;
    background: #14CCFF !important; }
  .um-profile .um-login-to-follow-btn {
    width: 120px !important;
    background: #FF7254 !important;
    color: #fff !important; }
  .um-profile .um-profile-nav-item.active a {
    background: #14CCFF !important; }
  .um-profile .um-profile-nav {
    background: #40444A; }
  .um-profile .um-profile-body {
    padding: 20px !important;
    max-width: 900px !important; }
  .um-profile .actions {
    display: flex;
    flex-flow: row;
    justify-content: center; }
  .um-profile .um-field {
    flex-flow: row nowrap;
    justify-content: space-between; }
    .um-profile .um-field .um-field-half {
      width: 100% !important; }
  .um-profile .gravatar.avatar.avatar-190.um-avatar.um-avatar-uploaded {
    object-fit: cover; }
  .um-profile .list_title {
    text-align: center;
    font-size: 24px; }
  .um-profile .min-list {
    list-style: none;
    margin: 0;
    padding: 0; }
    .um-profile .min-list .eventbox {
      background: #14CCFF; }
    .um-profile .min-list .coursebox {
      background: #CB63B3; }
    .um-profile .min-list .activitybox {
      background: #FF7254; }
    .um-profile .min-list .coursebox, .um-profile .min-list .activitybox, .um-profile .min-list .eventbox {
      display: flex;
      flex-flow: column nowrap;
      margin: 15px auto;
      padding: 10px;
      border-radius: 10px;
      max-width: 450px; }
      .um-profile .min-list .coursebox .event-data, .um-profile .min-list .activitybox .event-data, .um-profile .min-list .eventbox .event-data {
        padding: 10px 5px;
        display: flex;
        flex-flow: column;
        position: relative; }
        .um-profile .min-list .coursebox .event-data .role-icon, .um-profile .min-list .activitybox .event-data .role-icon, .um-profile .min-list .eventbox .event-data .role-icon {
          position: absolute;
          top: 5px;
          right: 0;
          transform: rotate(25deg);
          background: #FFCA3C;
          padding: 7px 10px;
          border-radius: 50%; }
      .um-profile .min-list .coursebox .event-title, .um-profile .min-list .activitybox .event-title, .um-profile .min-list .eventbox .event-title {
        display: block;
        color: #fff;
        text-align: center;
        text-decoration: none;
        margin-bottom: 15px;
        font-size: 20px; }
      .um-profile .min-list .coursebox .event-info, .um-profile .min-list .activitybox .event-info, .um-profile .min-list .eventbox .event-info {
        display: flex;
        flex-flow: row nowrap;
        justify-content: space-between;
        color: #000;
        width: 100%; }
        .um-profile .min-list .coursebox .event-info .date-loc, .um-profile .min-list .activitybox .event-info .date-loc, .um-profile .min-list .eventbox .event-info .date-loc {
          padding-right: 10px; }
          .um-profile .min-list .coursebox .event-info .date-loc .b, .um-profile .min-list .activitybox .event-info .date-loc .b, .um-profile .min-list .eventbox .event-info .date-loc .b {
            display: flex;
            flex-flow: row nowrap; }
            .um-profile .min-list .coursebox .event-info .date-loc .b img, .um-profile .min-list .activitybox .event-info .date-loc .b img, .um-profile .min-list .eventbox .event-info .date-loc .b img {
              height: 40px;
              overflow: none;
              margin-right: 10px !important; }
        .um-profile .min-list .coursebox .event-info .thumbnail, .um-profile .min-list .activitybox .event-info .thumbnail, .um-profile .min-list .eventbox .event-info .thumbnail {
          width: 100px;
          height: 90px;
          float: right;
          display: block;
          border: 2px solid #fff;
          object-fit: cover;
          object-position: center center; }
  .um-profile .btn-credits-store {
    background: #14CCFF;
    color: #40444A !important;
    margin: 10px;
    margin-left: 20px;
    padding: 10px 20px;
    width: 270px !important;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center; }
    .um-profile .btn-credits-store:hover, .um-profile .btn-credits-store:active {
      color: #fff !important; }

.um-follow-btn {
  padding: 16px 20px !important; }

@media screen and (max-width: 500px) {
  .um-message-btn {
    margin: 0 auto !important; } }

@media screen and (min-width: 1200px) {
  .um-profile .min-list {
    flex-flow: row wrap !important;
    justify-content: center; }
    .um-profile .min-list .coursebox .event-data, .um-profile .min-list .activitybox .event-data, .um-profile .min-list .eventbox .event-data {
      min-width: 350px !important; } }

.um-login {
  padding: 20px;
  max-width: 800px !important;
  font-family: Dosis, Rubik !important; }
  .um-login .section-title {
    color: #40444A !important; }
  .um-login .um-field .um-left.um-half:first-child {
    width: 100%;
    text-align: center !important; }
    .um-login .um-field .um-left.um-half:first-child .um-button-facebook {
      margin: 0 auto !important; }
  .um-login .um-link-alt {
    color: #40444A !important; }
  .um-login .not-a-member {
    text-align: center; }
  .um-login .um-row {
    max-width: 80% !important;
    margin: 0 auto 30px auto !important; }
  .um-login .um-col-alt {
    max-width: 80% !important;
    margin: 15px auto 5px auto; }

.um-login__side {
  display: none; }

@media screen and (min-width: 1200px) {
  .login__container {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    border-radius: 15px !important;
    background: #fff !important;
    max-width: 900px !important;
    margin: 30px auto;
    margin-bottom: 100px;
    background: #14CCFF !important; }
    .login__container .um-login {
      width: 450px !important;
      font-family: Dosis, Rubik !important; }
      .login__container .um-login .section-title {
        color: #fff; }
      .login__container .um-login .center-separator {
        margin: 20px auto !important;
        max-width: 100%; }
    .login__container .um-login__side {
      width: 450px !important;
      display: flex; }
      .login__container .um-login__side img {
        object-fit: cover;
        object-position: center center;
        width: 100%;
        border-radius: 0 15px 15px 0 !important; } }

.um-register {
  padding: 20px;
  max-width: 400px !important;
  font-family: Dosis, Rubik !important; }
  .um-register .um-row-heading {
    font-size: 24px !important;
    text-align: center;
    color: #ff6161;
    margin: 10px;
    font-weight: bolder;
    letter-spacing: 1px; }
  .um-register .um-form .um-field .um-left.um-half:first-child {
    width: 100% !important; }
    .um-register .um-form .um-field .um-left.um-half:first-child .um-button-facebook i, .um-register .um-form .um-field .um-left.um-half:first-child .um-button-facebook span {
      text-align: center !important; }

@media screen and (min-width: 1200px) {
  .um-register {
    margin-top: 30px;
    border-radius: 15px !important;
    background: #fff !important;
    max-width: 1200px !important;
    font-family: Dosis, Rubik !important; }
    .um-register .um-field .um-left.um-half:first-child {
      text-align: center !important; }
      .um-register .um-field .um-left.um-half:first-child .um-button-facebook {
        margin: 0 auto !important;
        width: 400px !important; }
    .um-register .center-separator {
      margin: 40px auto !important;
      max-width: 80%; }
    .um-register .register_form_actions {
      max-width: 400px !important;
      margin: 0 auto; }
    .um-register .um-row {
      border-radius: 15px !important;
      background: #efefef;
      padding: 20px !important;
      margin-top: 10px !important;
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12) !important; } }

.um-password {
  padding: 20px;
  max-width: 400px !important;
  font-family: Dosis, Rubik !important; }

html {
  scroll-behavior: smooth; }

html.sr .load-hidden {
  visibility: hidden; }

.um-activity-ava .avatar {
  width: 40px;
  height: 40px; }
