h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 30px;
  color: #484a56;
}

@media (max-width: 1199px) {
  h1,
  .h1 {
    font-size: calc(1.5375rem + 3.45vw);
  }
}

@media (max-width: 1199px) {
  h2,
  .h2 {
    font-size: calc(1.4rem + 1.8vw);
  }
}

@media (max-width: 1199px) {
  h3,
  .h3 {
    font-size: calc(1.35625rem + 1.275vw);
  }
}

@media (max-width: 1199px) {
  h4,
  .h4 {
    font-size: calc(1.30625rem + 0.675vw);
  }
}

h1:after {
  margin-top: 20px;
}

.block-views h2,
.block-block-content h2 {
  margin-bottom: 0;
  padding-top: 60px;
  padding-bottom: 30px;
  text-align: center;
}

.block-views {
  margin-bottom: 100px;
}

ul.check-point {
  list-style: square inside url("../../images/list-check.svg");
}

.cke_editable ul {
  padding-inline-start: 40px;
  -webkit-padding-start: 40px;
  -moz-padding-start: 40px;
}

a {
  position: relative;
}

a.red-button {
  position: relative;
  display: inline-block;
  width: auto;
  height: auto;
  padding: 10px 40px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 0;
  background-color: #c8102e;
}

a.red-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.red-button:hover {
  background-color: #810a1e;
}

a.red-button:after {
  content: none;
}

a.white-button {
  position: relative;
  width: auto;
  height: auto;
  padding: 10px 40px;
  padding: 9px 39px;
  text-align: center;
  color: #fff;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 0;
  background-color: transparent;
}

a.white-button:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

a.white-button:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}

a.white-button:hover {
  opacity: 1;
  background-color: transparent;
}

a.white-button:hover:after {
  left: 0;
  width: 100%;
}

.btn {
  position: relative;
  width: auto;
  height: auto;
  padding: 10px 40px;
  text-align: center;
  color: #fff;
  border-radius: 0;
}

.btn:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn.btn-primary {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 0;
  background-color: #c8102e;
}

.btn.btn-primary:hover {
  background-color: #810a1e;
}

.btn.btn-primary:after {
  content: none;
}

.btn.btn-default {
  padding: 9px 39px;
  color: #fff;
  border: 1px solid #fff;
  background-color: transparent;
}

.btn.btn-default:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}

.btn.btn-default:hover {
  opacity: 1;
  background-color: transparent;
}

.btn.btn-default:hover:after {
  left: 0;
  width: 100%;
}

.btn.btn-secondary {
  padding: 9px 39px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  color: #484a56;
  border: 1px solid #484a56;
  background-color: transparent;
}

.btn.btn-secondary:hover {
  color: #fff;
  background-color: #484a56;
}

.btn.btn-secondary:after {
  content: none;
}

.btn.btn-info {
  padding: 9px 39px;
  color: #c8102e;
  border: 1px solid #c8102e;
  background-color: transparent;
}

.btn.btn-info:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 3px;
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #c8102e;
}

.btn.btn-info:hover {
  opacity: 1;
  background-color: transparent;
}

.btn.btn-info:hover:after {
  left: 0;
  width: 100%;
}

form fieldset {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

form fieldset .SumoSelect {
  width: 100%;
}

form fieldset .SumoSelect:focus > .CaptionCont {
  border-color: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

form fieldset .SumoSelect .SelectBox {
  height: 49px;
  padding-top: 10px;
  border-color: #d6d6d6;
  border-radius: 0;
}

form fieldset .SumoSelect .SelectBox .placeholder {
  color: #878a8d;
  font-style: normal;
}

form fieldset .SumoSelect .SelectBox i {
  width: 1.07rem;
  height: 1rem;
  background-image: none;
}

form fieldset .SumoSelect .SelectBox i:after,
form fieldset .SumoSelect .SelectBox i:before {
  position: absolute;
  top: 0.7rem;
  display: inline-block;
  width: 0.7rem;
  height: 0.16rem;
  content: "";
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  background-color: #c8102e;
}

form fieldset .SumoSelect .SelectBox i:before {
  left: 0;
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

form fieldset .SumoSelect .SelectBox i:after {
  right: 0;
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

form fieldset .SumoSelect.open > .optWrapper {
  z-index: 999;
  top: 48px;
  width: auto;
  min-width: 100%;
}

form fieldset .SumoSelect.open .SelectBox i {
  width: 1.1rem;
}

form fieldset .SumoSelect.open .SelectBox i:before {
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

form fieldset .SumoSelect.open .SelectBox i:after {
  -webkit-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

form fieldset .SumoSelect .optWrapper.multiple .options li.opt.selected span i {
  background-color: #c8102e !important;
}

form fieldset .SumoSelect .optWrapper.multiple .options li.opt span {
  margin-bottom: 0.3rem;
}

form fieldset .form-control {
  min-width: 200px;
  height: 49px;
  margin: 0;
  padding: 10px 15px;
  border-radius: 0;
}

form fieldset .form-control.form-select {
  height: 49px;
  padding: 0;
}

@media (max-width: 575px) {
  form fieldset {
    width: 100%;
  }
}

form .form-check .form-required:after {
  margin: 0;
  content: none;
}

.main-content {
  min-height: 160px;
}

.media--loading::before {
  width: 60px;
  max-width: 60px;
  height: 60px;
  margin-top: -30px;
  margin-left: -30px;
  -webkit-animation: none;
  -o-animation: none;
  animation: none;
  background: url(/themes/custom/ffme/images/blazy-load.svg) no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

.ajax-progress-throbber .throbber,
.js input.form-autocomplete.ui-autocomplete-loading {
  background-image: url(/themes/custom/ffme/images/blazy-load.svg);
  background-position: 95% center;
  -webkit-background-size: 20px 20px;
  background-size: 20px;
}

.ajax-progress-throbber {
  position: absolute;
  z-index: 1;
  width: 50px;
  height: 50px;
}

.ajax-progress-throbber .throbber {
  display: block;
  background-position: center;
  -webkit-background-size: 35px 35px;
  background-size: 35px;
}

.ajax-progress-fullscreen {
  left: 48%;
  width: 55px;
  height: 55px;
  background-color: transparent;
  background-image: url("../../images/blazy-load.svg");
  -webkit-background-size: 55px 55px;
  background-size: 55px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 22px;
  margin-bottom: 0;
}

.switch input {
  width: 0;
  height: 0;
  opacity: 0;
}

.switch .slider {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #707070;
}

.switch .slider:before {
  position: absolute;
  bottom: -4px;
  left: -4px;
  width: 30px;
  height: 30px;
  content: "";
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  background-color: #fff;
  -webkit-box-shadow: 0 0 6px 0 #484a56;
  box-shadow: 0 0 6px 0 #484a56;
}

.switch .slider.round {
  border-radius: 50px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch input:checked + .slider {
  background-color: #c8102e;
}

.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px #c8102e;
  box-shadow: 0 0 1px #c8102e;
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -o-transform: translateX(26px);
  transform: translateX(26px);
}

.paragraph {
  margin-bottom: 100px;
}

.paragraph.no-space {
  margin-bottom: 0 !important;
}

.paragraph.no-space .paragraph {
  margin-bottom: 0 !important;
}

.paragraph.no-space-top {
  margin-top: 0 !important;
}

.paragraph.testimonial-block {
  margin-bottom: 100px;
  padding: 60px 30px;
  text-align: center;
}

.paragraph.tout-view-mode {
  margin-bottom: 0;
}

.paragraph.border {
  padding: 15px;
  border: 1px sold #d6d6d6;
}

.paragraph.bg-edge2edge {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (min-width: 992px) {
  .paragraph.bg-edge2edge {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

.paragraph.paragraph--type--text-and-image {
  padding-top: 0;
  padding-bottom: 0;
}

.paragraph.align-item-right .field--name-bp-link {
  text-align: right;
}

.paragraph.align-item-left .field--name-bp-link {
  text-align: left;
}

.paragraph.align-item-center .field--name-bp-link {
  text-align: center;
}

.bs-region--main > .paragraph:first-child {
  margin-top: 60px;
}

@media (max-width: 991px) {
  .bs-region--main > .paragraph--type--text-and-image:first-child {
    margin-top: 120px;
  }
}

.margin-top {
  margin-top: 100px !important;
}

.margin-top-30 {
  margin-top: 30px !important;
}

.image-hover.node .field,
.image-hover .node .field {
  overflow: hidden;
}

.image-hover.node .field img,
.image-hover .node .field img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.image-hover.node:hover img,
.image-hover .node:hover img {
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

h1:after {
  display: block;
  width: 87px;
  height: 7px;
  content: "";
  background-color: #fff;
}

ul.slick-dots {
  position: relative;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 0;
  background-color: transparent;
}

ul.slick-dots li {
  width: 100%;
  height: 7px;
  margin: 0;
}

ul.slick-dots li button {
  width: 100%;
  height: 7px;
  padding: 0;
  border: none;
  outline: none;
  background-color: #f6f6f6;
}

ul.slick-dots li button:before {
  display: block;
  width: 100%;
  height: 7px;
  content: "";
  background-color: #f6f6f6;
}

ul.slick-dots li button:hover:before {
  background-color: #fcdbe0 !important;
}

ul.slick-dots li.slick-active button::before {
  background-color: #c8102e !important;
}

ul.slick-dots li:only-child {
  display: none;
}

.views-exposed-form {
  margin-top: 30px;
  margin-bottom: 30px;
}

.views-exposed-form .form-row {
  margin-right: 0;
  margin-left: 0;
}

.views-exposed-form fieldset {
  width: 100%;
}

@media (max-width: 575px) {
  .views-exposed-form fieldset .SumoSelect,
  .views-exposed-form fieldset input {
    width: 100%;
  }
}

@media (min-width: 576px) {
  .views-exposed-form fieldset {
    width: 45%;
    margin-right: 15px;
  }
}

@media (min-width: 1200px) {
  .views-exposed-form fieldset {
    width: 20%;
  }
}

.views-exposed-form fieldset > label {
  position: absolute;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  width: 1px;
  height: 1px;
  padding: 0;
  white-space: nowrap;
  border: 0;
}

.views-exposed-form [data-drupal-selector="edit-actions"] {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  width: 100%;
}

@media (min-width: 768px) {
  .views-exposed-form [data-drupal-selector="edit-actions"] {
    width: auto;
  }
}

.views-exposed-form [data-drupal-selector="edit-actions"] [data-drupal-selector="edit-reset"] {
  padding: 0;
  color: #c8102e;
  border: none;
  background-color: transparent;
}

.views-exposed-form [data-drupal-selector="edit-actions"] [data-drupal-selector="edit-reset"]:focus,
.views-exposed-form [data-drupal-selector="edit-actions"] [data-drupal-selector="edit-reset"]:active {
  outline: none;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.views-exposed-form [data-drupal-selector="edit-actions"] [data-drupal-selector="edit-reset"]:hover {
  color: #810a1e;
}

table {
  overflow-x: auto;
  -webkit-box-flex: 1;
  -webkit-flex-basis: 0;
  flex-basis: 0;
  flex-grow: 1;
  width: 100%;
  max-width: 100%;
  border-color: transparent;

  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  -ms-flex-preferred-size: 0;
}

table tr:first-child {
  color: #484a56;
  background-color: #f3f3f4;
  font-size: 20px;
}

table tr td {
  padding: 20px;
  border-color: #eaeaea;
  border-top: transparent;
  border-left: transparent;
}

.view nav {
  text-align: center;
}

.view nav .pagination {
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.view nav .pagination > li {
  display: inline;
}

.view nav .pagination > li:first-child .page-link,
.view nav .pagination > li:last-child .page-link {
  border-radius: 0;
}

.view nav .pagination > li.ellipsis {
  padding: 0 9px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  font-weight: bold;
}

.view nav .pagination > li .page-link {
  padding: 5px 11px;
  -webkit-transition: all 0.2 ease;
  -o-transition: all 0.2 ease;
  transition: all 0.2 ease;
  border-radius: 0;
  font-weight: bold;
}

.view ul.pager {
  margin-top: 15px;
  padding: 0;
}

.view ul.pager .pager__item {
  list-style: none;
  text-align: center;
}

.view ul.pager .pager__item a {
  font-weight: 500;
}

.view ul.pager .pager__item a .icon {
  float: left;
  width: 20px;
  height: 20px;
  margin-top: 4px;
  margin-right: 15px;
  background: url(/themes/custom/ffme/images/icons/load-more.svg) no-repeat;
}

.big-font {
  margin-bottom: 30px;
  font-size: 20px !important;
}

.anchor {
  margin-top: -130px;
  padding-top: 130px;
}

input[type=checkbox],
input[type=radio] {
  position: absolute;
  opacity: 0;
}

input[type=checkbox] + label,
input[type=radio] + label {
  position: relative;
  margin-bottom: 15px;
  padding: 0;
  cursor: pointer;
  line-height: 1.2;
}

input[type=checkbox] + label:before,
input[type=radio] + label:before {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-top: 3px;
  margin-right: 10px;
  content: "";
  vertical-align: text-top;
  border: 1px solid #9b9b9b;
}

input[type=checkbox] + label:after,
input[type=radio] + label:after {
  position: absolute;
  top: 7px;
  left: 4px;
  width: 10px;
  height: 10px;
  background: #c8102e;
}

input[type=checkbox]:hover + label:after,
input[type=checkbox]:checked + label:after,
input[type=radio]:hover + label:after,
input[type=radio]:checked + label:after {
  content: "";
}

input[type=checkbox]:hover + label:after,
input[type=radio]:hover + label:after {
  background: #f14d68;
}

@media (max-width: 575px) {
  input[type=checkbox]:hover + label:after,
  input[type=radio]:hover + label:after {
    background: transparent;
  }
}

input[type=checkbox]:checked:hover + label:after,
input[type=radio]:checked:hover + label:after {
  background: #c8102e;
}

input[type=checkbox]:hover + label:before,
input[type=checkbox]:checked + label:before,
input[type=radio]:hover + label:before,
input[type=radio]:checked + label:before {
  border-color: #c8102e;
}

input[type=checkbox]:disabled + label,
input[type=radio]:disabled + label {
  cursor: auto;
  color: #b8b8b8;
}

input[type=checkbox]:disabled + label:before,
input[type=radio]:disabled + label:before {
  background: #ddd;
  -webkit-box-shadow: none;
  box-shadow: none;
}

input[type=radio] + label:before,
input[type=radio]:hover + label:after,
input[type=radio]:checked + label:after {
  border-radius: 50%;
}

.align-title-left h2.text-center {
  text-align: left !important;
}

.node-banner-wrapper {
  min-height: 295px;
  padding-top: 55px;
  padding-bottom: 90px;
  background-color: #c8102e;
}

.node-banner-wrapper h1,
.node-banner-wrapper h4 {
  color: #fff;
}

.node-banner-wrapper h1 {
  line-height: 1;
}

.path-checkout .node-banner-wrapper,
.path-join-online .node-banner-wrapper,
.page-node-type-landing-page .node-banner-wrapper {
  min-height: 0;
}

.email,
.phone {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}

.email::before,
.phone::before {
  display: inline-table;
  width: 25px;
  height: 20px;
  margin: 5px 10px 0 0;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
}

.phone::before {
  background-image: url(../../images/icons/phone.png);
}

.email::before {
  background-image: url(../../images/email.svg);
}

.email a {
  width: 80%;
  word-break: break-word;
}

.ui-widget {
  font-family: "Soho", sans-serif;
}

drupal-entity {
  display: block;
  margin: 30px 0;
}

.ui-autocomplete li.ui-menu-item.selected {
  background: #f3f3f4;
}

.ui-autocomplete li.ui-menu-item:hover {
  background: #f3f3f4;
}

:focus {
  outline: 0;
}

#backtotop {
  z-index: 9002;
  right: 30px;
  bottom: 12px;
  width: 44px;
  height: 44px;
  background: #c8102e;
  -webkit-background-size: cover;
  background-size: cover;
}

#backtotop:before {
  position: absolute;
  top: 18px;
  left: 14px;
  width: 1rem;
  height: 1rem;
  content: "";
  -webkit-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
}

#auth-box .js-form-item-name {
  display: block;
}

#auth-box .js-form-type-checkbox {
  padding-left: 0;
}

@media print {
  .paragraph--type--text-and-image,
  .paragraph--type--bp-columns {
    page-break-before: always;
    page-break-after: always;
  }
  #block-subscribe,
  .field--name-dynamic-block-fieldnode-more-news,
  .field--name-dynamic-block-fieldnode-more-instructor,
  .field--name-dynamic-block-fieldnode-related-classes-block,
  .field--name-dynamic-block-fieldnode-explore-more-clubs,
  .field--name-dynamic-block-fieldnode-more-events {
    display: none;
  }
  .node-banner-wrapper {
    min-height: 0;
  }
  .paragraph--type--parallax.paragraph--view-mode--default .paragraph--type--teaser-carousel {
    margin: 0;
  }
  .paragraph .slick-slide,
  .block-views-blocktestimonial-testimonial-club-block .slick-slide {
    width: 27% !important;
  }
  .paragraph .slick-slide .paragraph--type--tout-square-card .field--name-field-card-description,
  .block-views-blocktestimonial-testimonial-club-block .slick-slide .paragraph--type--tout-square-card .field--name-field-card-description {
    width: 25%;
    margin: auto;
  }
  .node--view-mode-text-teaser-small {
    display: contents !important;
  }
}

.vbp_color_05 .privacy-policy a,
.vbp_color_05 .form-item-privacy-policy a {
  text-decoration: underline;
  color: #fff;
}

.vbp_color_05 .privacy-policy a:hover,
.vbp_color_05 .form-item-privacy-policy a:hover {
  color: #ced4da;
}

.vbp_color_05 .privacy-policy input[type=checkbox] + label:before,
.vbp_color_05 .privacy-policy input[type=radio] + label:before,
.vbp_color_05 .form-item-privacy-policy input[type=checkbox] + label:before,
.vbp_color_05 .form-item-privacy-policy input[type=radio] + label:before {
  border-color: #fff;
}

.vbp_color_05 .privacy-policy input[type=checkbox]:hover + label:before,
.vbp_color_05 .privacy-policy input[type=checkbox]:checked + label:before,
.vbp_color_05 .privacy-policy input[type=radio]:hover + label:before,
.vbp_color_05 .privacy-policy input[type=radio]:checked + label:before,
.vbp_color_05 .form-item-privacy-policy input[type=checkbox]:hover + label:before,
.vbp_color_05 .form-item-privacy-policy input[type=checkbox]:checked + label:before,
.vbp_color_05 .form-item-privacy-policy input[type=radio]:hover + label:before,
.vbp_color_05 .form-item-privacy-policy input[type=radio]:checked + label:before {
  border-color: #fff;
}

.vbp_color_05 .privacy-policy input[type=checkbox]:hover + label:after,
.vbp_color_05 .privacy-policy input[type=checkbox]:checked + label:after,
.vbp_color_05 .privacy-policy input[type=radio]:hover + label:after,
.vbp_color_05 .privacy-policy input[type=radio]:checked + label:after,
.vbp_color_05 .form-item-privacy-policy input[type=checkbox]:hover + label:after,
.vbp_color_05 .form-item-privacy-policy input[type=checkbox]:checked + label:after,
.vbp_color_05 .form-item-privacy-policy input[type=radio]:hover + label:after,
.vbp_color_05 .form-item-privacy-policy input[type=radio]:checked + label:after {
  background-color: #fff;
}
