@charset "UTF-8";
/* Welcome to this SASS project for Metafit Training */
/* Following the mobile first programming principle */
/* Grab custom mixins */
/* Load global variables */
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

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

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

html,
body,
.body-properties *,
.body-properties *::before,
.body-properties *::after {
  box-sizing: inherit;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1500px;
}

@media (min-width: 576px) {
  .container {
    padding-right: 30px;
    padding-left: 30px;
  }
}
.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*=col-] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.fit-height {
  height: 100%;
}

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

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

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

.order-last {
  -webkit-box-ordinal-group: 14;
  -ms-flex-order: 13;
  order: 13;
}

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

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

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-md-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-last {
    -webkit-box-ordinal-group: 14;
    -ms-flex-order: 13;
    order: 13;
  }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

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

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}
.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

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

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

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

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

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

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 992px) {
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
@media (min-width: 1200px) {
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}
.text-left {
  text-align: left !important;
}

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

.text-center {
  text-align: center !important;
}

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important;
  }
  .text-sm-right {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important;
  }
  .text-md-right {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important;
  }
  .text-lg-right {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important;
  }
  .text-xl-right {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}

/*$orange: #fdcd00;
$light-orange: #EAB404;
$dark-orange: #8F6D00;
$blue: #007AA3;
$dark-grey: #4c4d4f;
$light-grey: #a6a6a6;*/
/* Fix image max-width to 100% in main content area */
section.content img {
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

sup {
  vertical-align: super;
  font-size: 0.75em;
}

sub {
  vertical-align: sub;
  font-size: 0.75em;
}

p {
  line-height: normal;
}

span.uppercase {
  text-transform: uppercase;
}

/* Core page elements */
html {
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  background-color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Source Sans 3", sans-serif;
  width: auto;
}
@media screen and (min-width: 992px) {
  body {
    background-color: #e5e5e5;
  }
}

body > div.body-properties {
  width: 100%;
  height: auto;
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
  overflow: hidden;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
body > div.body-properties > div {
  padding-top: 51px;
  background-color: #fff;
  transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
  backface-visibility: hidden;
  transition: transform 200ms ease-in-out 0;
  perspective: 1000;
}
@media screen and (min-width: 992px) {
  body > div.body-properties > div {
    position: relative;
    padding-top: 0;
  }
}
@media (max-width: 310px) {
  body.user-logged-in > div.body-properties > div {
    padding-top: 101px;
  }
}

.mobile-nav-list {
  display: none;
  height: 500px;
  background-color: #4a4a49;
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .js-nav .mobile-nav-list {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .js-nav .mobile-nav-list {
    display: block;
  }
}
.split-50 {
  width: 100%;
  float: none;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .split-50 {
    width: 50%;
    float: left;
  }
}

.password-manager {
  width: 100%;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .password-manager {
    padding: 2em;
  }
}
.password-manager h1 {
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-size: 1.5em;
  margin-bottom: 0.5em;
  color: #444;
}
@media screen and (min-width: 768px) {
  .password-manager h1 {
    font-size: 2em;
  }
}
.password-manager p {
  width: 80%;
  margin: 0 auto 1em;
  font-size: 0.9375em;
}
@media screen and (min-width: 768px) {
  .password-manager p {
    width: 25em;
    font-size: 1em;
  }
}
.password-manager a {
  text-decoration: none;
  color: #00A2DA;
}
.password-manager a:hover {
  text-decoration: underline;
}
.password-manager .button {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .password-manager .button {
    width: inherit;
  }
}
.password-manager label {
  display: none;
}
.password-manager input[type=text],
.password-manager input[type=password] {
  width: 100%;
  outline: none;
  border: 1px solid #ddd;
  font-size: 1em;
  padding: 1em;
  text-align: center;
  margin-bottom: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .password-manager input[type=text],
  .password-manager input[type=password] {
    width: 20em;
  }
}
.password-manager input[type=text]:hover,
.password-manager input[type=password]:hover {
  border: 1px solid #BBB;
}
.password-manager input[type=text]:focus,
.password-manager input[type=password]:focus {
  border: 1px solid #999;
}

.status {
  padding: 0.5em 1em;
  display: block;
  border: 1px solid #eee;
  border-radius: 0.3em;
  background-color: #f9f9f9;
  text-align: center;
}
@media screen and (min-width: 576px) {
  .status {
    text-align: left;
  }
}
.status i.fa {
  display: block;
  font-size: 2em;
  font-style: normal;
  margin-bottom: 0.3em;
  color: #00B285;
  position: relative;
  top: 0.1em;
}
@media screen and (min-width: 576px) {
  .status i.fa {
    margin-right: 0.5em;
    display: inline-block;
  }
}
.status.smaller {
  font-size: 0.8em;
}
.status.smaller i.fa {
  font-size: 1.8em;
  top: 0.2em;
}
@media screen and (min-width: 768px) {
  .status {
    display: inline-block;
  }
}

.my-metafit {
  /* Style the 'Manage your account details' similarly */
}
.my-metafit .block-wrapper {
  display: table;
  border-spacing: 1px;
  margin: 0 -1px 2em;
}
.my-metafit .block-wrapper:hover .block-links {
  opacity: 0.75;
}
.my-metafit .block-wrapper:hover .block-links:hover {
  opacity: 1;
  transition: opacity 0.1s ease-in-out;
}
.my-metafit .block-links {
  width: 100%;
  float: left;
  background-color: #00A2DA;
  color: #fff;
  vertical-align: top;
  text-align: center;
  padding: 0 1em;
  position: relative;
  padding-bottom: 2em;
  margin-bottom: 1px;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out;
}
.my-metafit .block-links i.fa {
  display: block;
  font-size: 3em;
  font-style: normal;
  margin-bottom: 0.4em;
  color: #fff;
  margin-top: 0.75em;
  top: 0;
}
.my-metafit .block-links a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
@media screen and (min-width: 576px) {
  .my-metafit .block-links {
    text-align: left;
    padding: 2em 1em 1em;
  }
  .my-metafit .block-links i.fa {
    display: inline-block;
    padding: 0;
    margin: 0;
    margin-top: -0.25em;
    width: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  .my-metafit .block-links {
    width: 20%;
    height: 10em;
    display: table-cell;
    float: none;
    text-align: center;
    padding: 0 1em;
    padding-bottom: 2em;
  }
  .my-metafit .block-links i.fa {
    display: block;
    margin-bottom: 0.4em;
    margin-top: 0.75em;
    width: auto;
  }
}
.my-metafit .profile-section {
  margin: 20px 0;
  /* Radio row for "Yes"/"No" */
}
.my-metafit .profile-section .fac-info-text {
  font-size: 0.9rem;
  color: #666;
  margin-bottom: 15px;
  line-height: 1.5;
}
.my-metafit .profile-section label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
.my-metafit .profile-section .radio-row {
  margin: 10px 0;
}
.my-metafit .profile-section .radio-row label {
  font-weight: normal;
  margin-right: 15px;
}
.my-metafit .profile-section .radio-row input[type=radio] {
  margin-right: 5px;
  vertical-align: middle;
}
.my-metafit .profile-section select,
.my-metafit .profile-section input[type=text],
.my-metafit .profile-section input[type=email],
.my-metafit .profile-section textarea {
  width: 100%;
  max-width: 600px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.my-metafit .profile-section .programs-offered {
  margin: 15px 0;
}
.my-metafit .profile-section .programs-offered .program-option {
  display: inline-block;
  margin-right: 15px;
}
.my-metafit .profile-section .programs-offered .program-option label {
  font-weight: normal;
  margin-left: 5px;
}
.my-metafit .account-details {
  margin-top: 30px;
  /* Style for each row in the form */
  /* Radio grouping for Metafit / third-party emails */
}
.my-metafit .account-details h3 {
  margin-bottom: 20px;
}
.my-metafit .account-details label {
  display: inline-block;
  font-weight: bold;
  margin-bottom: 5px;
}
.my-metafit .account-details input[type=text],
.my-metafit .account-details input[type=email],
.my-metafit .account-details input[type=password],
.my-metafit .account-details select,
.my-metafit .account-details textarea {
  width: 100%;
  max-width: 600px;
  margin-bottom: 10px;
  padding: 6px 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.my-metafit .account-details p {
  margin-bottom: 15px;
}
.my-metafit .account-details .radio-group {
  margin-top: 5px;
}
.my-metafit .account-details .radio-group input[type=radio] {
  margin-right: 5px;
  vertical-align: middle;
}

.responsive_form {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .responsive_form {
    display: table;
  }
}
@media screen and (min-width: 576px) {
  .responsive_form p label,
  .responsive_form p input,
  .responsive_form p textarea,
  .responsive_form p span {
    display: table-cell;
  }
}
.responsive_form p label {
  width: 35%;
}
@media screen and (min-width: 768px) {
  .responsive_form p label {
    padding-top: 1em;
    vertical-align: top;
  }
}
@media screen and (min-width: 768px) {
  .responsive_form p span.label {
    vertical-align: top;
    padding-top: 2em;
  }
}
.responsive_form p input,
.responsive_form p textarea {
  width: 100%;
  border: 1px solid #ddd;
  padding: 0.75em;
  font-size: 1em;
  margin: 0.5em 0;
  outline: none;
  box-sizing: border-box;
}
.responsive_form p input:focus,
.responsive_form p textarea:focus {
  border: 1px solid #ccc;
}
@media screen and (min-width: 992px) {
  .responsive_form p input,
  .responsive_form p textarea {
    width: 75%;
  }
}
.responsive_form p img.profile {
  width: 100%;
  max-width: 100%;
  display: block;
  margin-top: 0.5em;
  margin-bottom: 1em;
}
@media screen and (min-width: 576px) {
  .responsive_form p img.profile {
    width: 75%;
  }
}
@media screen and (min-width: 768px) {
  .responsive_form p img.profile {
    width: 50%;
  }
}
.responsive_form p input[type=file] {
  border: none;
  padding: 0;
  margin-top: 1em;
  margin-bottom: 3em;
}
.responsive_form.free-track-form label {
  width: 35%;
}
@media screen and (min-width: 768px) {
  .responsive_form.free-track-form label {
    padding-top: 1em;
  }
}
.responsive_form.free-track-form .checkbox {
  margin: 1.5em 0;
  text-align: left;
  border: 0;
  width: auto;
}
.responsive_form.free-track-form p.button-wrap {
  margin-top: 1em;
}
.responsive_form .submit-button {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .responsive_form .submit-button {
    float: none;
    margin-left: 35%;
    width: auto;
  }
}
.responsive_form .show-profile {
  margin-top: 0.5em;
}
@media screen and (min-width: 576px) {
  .responsive_form .show-profile {
    margin-left: 35%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .responsive_form .show-profile {
    text-align: left;
  }
}
.responsive_form input[readonly],
.responsive_form input[disabled],
.responsive_form textarea[readonly],
.responsive_form textarea[disabled] {
  background-color: #eee !important;
  cursor: not-allowed;
  opacity: 0.6;
  color: #666;
}
.responsive_form input[readonly]:hover,
.responsive_form input[disabled]:hover,
.responsive_form textarea[readonly]:hover,
.responsive_form textarea[disabled]:hover {
  cursor: not-allowed;
}

.login-message {
  border: 1px solid #ddd;
  background-color: #fff;
  margin-bottom: 1em;
  padding: 1em;
}
.login-message h3 {
  padding-bottom: 0.85em;
  font-weight: bold;
  color: #666;
  display: inline-block;
  margin: -1em;
  padding: 1em;
  background-color: #888;
  display: block;
  border-bottom: 1px solid #ddd;
  color: #fff;
}
.login-message p {
  font-size: 0.9em;
  margin-top: 2em;
}
.login-message a {
  display: inline-block;
  text-decoration: none;
  color: #222;
  margin-top: 1em;
}

img.valign {
  display: inline-block;
  vertical-align: middle;
  margin-right: 1em;
}

header {
  width: 100%;
  background-color: #f9bc00;
  overflow: hidden;
  position: relative;
  z-index: 5;
  text-align: center;
}
header .logo-wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  margin-left: -20px;
  margin-right: -25px;
}
@media screen and (min-width: 768px) {
  header .logo-wrapper {
    padding-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }
}
header .metafit-logo-wrapper {
  padding: 20px 4%;
  text-align: right;
  border-right: 3px solid #ffffff;
}
header .metafit-logo-wrapper img {
  max-width: 170px;
}
@media screen and (min-width: 576px) {
  header .metafit-logo-wrapper img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  header .metafit-logo-wrapper {
    text-align: center;
  }
}
header .metapwr-logo-wrapper {
  padding: 20px 4%;
  text-align: left;
}
header .metapwr-logo-wrapper img {
  max-width: 130px;
}
@media screen and (min-width: 576px) {
  header .metapwr-logo-wrapper img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  header .metapwr-logo-wrapper img {
    max-width: 140px;
  }
}
header .metapro-logo-wrapper {
  padding: 20px 4%;
  text-align: right;
  border-left: 3px solid #ffffff;
}
header .metapro-logo-wrapper img {
  max-width: 170px;
}
@media screen and (min-width: 576px) {
  header .metapro-logo-wrapper img {
    max-width: 100%;
  }
}
@media screen and (min-width: 768px) {
  header .metapro-logo-wrapper {
    text-align: center;
  }
}
header img.logo {
  width: 100%;
}
header div.slogan-wrap {
  display: none;
  font-size: 0.7em;
  margin-top: 30px !important;
  margin-bottom: 30px;
  text-transform: uppercase;
}
@media screen and (min-width: 576px) {
  header div.slogan-wrap {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  header div.slogan-wrap {
    font-size: 0.72em;
  }
}
@media screen and (min-width: 992px) {
  header div.slogan-wrap {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1200px) {
  header div.slogan-wrap {
    font-size: 1em;
  }
}
@media screen and (min-width: 1400px) {
  header div.slogan-wrap {
    font-size: 1.1em;
  }
}
@media screen and (min-width: 1500px) {
  header div.slogan-wrap {
    font-size: 1.2em;
  }
}

div.slogan-wrap {
  margin: 0;
  float: right;
  text-align: right;
  z-index: 1;
}
div.slogan-wrap span {
  clear: both;
  font-size: 3em;
  float: right;
  width: auto;
  padding: 0.1em 0.3em 0.2em;
  width: auto;
  color: #fff;
  font-family: "barlow", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  position: relative;
}
div.slogan-wrap span:first-child {
  padding: 0.1em 0.3em 0;
}
div.slogan-wrap span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #4c4d4f;
  z-index: -1;
}

.geo-locate {
  padding: 2.5em 1em 1.5em;
  background-color: #ffffff;
  border-bottom: 1px solid #eee;
  text-align: center;
  position: relative;
}
@media screen and (min-width: 576px) {
  .geo-locate {
    padding: 1em;
  }
}

.geo-locate h2 {
  margin: 0;
  font-size: 1em;
  margin-bottom: 0.5em;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  color: #707070;
}

.geo-locate a.button {
  background-color: #00A2DA;
  padding: 0.7em 1.3em;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 0.9em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: 0.2em rgba(0, 0, 0, 0.1) solid;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transition: border 0.1s ease-in-out;
  -o-transition: border 0.1s ease-in-out;
  -webkit-transition: border 0.1s ease-in-out;
  transition: border 0.1s ease-in-out;
}

.geo-locate a#panel-close,
.geo-locate a#maintenance-panel-close {
  position: absolute;
  top: 0;
  right: 0.2em;
  font-size: 1.2em;
  font-weight: 600;
  text-decoration: none;
  display: block;
  padding: 0.5em;
  color: #444;
  text-transform: uppercase;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  opacity: 0.6;
}

.geo-locate.maintenance-panel.close {
  display: none !important;
}

.geo-locate a#panel-close:hover {
  opacity: 1;
}

.track-promo-success {
  background: #00b285;
  padding: 1.5em;
  position: relative;
  font-size: 0.8375em;
}
@media screen and (min-width: 576px) {
  .track-promo-success {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 992px) {
  .track-promo-success {
    font-size: 1em;
  }
}
.track-promo-success i {
  font-size: 3em;
  color: rgba(255, 255, 255, 0.9);
  display: block;
  text-align: center;
  margin-bottom: 0.3em;
}
@media screen and (min-width: 768px) {
  .track-promo-success i {
    display: inline-block;
    text-align: left;
    font-size: 4em;
    position: absolute;
    top: 61%;
    margin-top: -31px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .track-promo-success i {
    top: 50%;
  }
}
.track-promo-success h3 {
  font-size: 1.4em;
  font-family: Century Gothic;
  font-weight: bold;
  letter-spacing: -1px;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .track-promo-success h3 {
    font-size: 1.6em;
    text-align: left;
    padding-left: 3.7em;
  }
}
.track-promo-success p {
  margin-top: 0.35em;
  color: #fff;
  text-align: center;
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  .track-promo-success p {
    text-align: left;
    padding-left: 5.9em;
    font-size: 1em;
  }
}

nav.main {
  position: absolute;
  top: 0;
  width: 100%;
  clear: both;
  height: auto;
  background-color: #4a4a49;
  font-family: "Source Sans 3", sans-serif;
  z-index: 7;
}
@media screen and (min-width: 992px) {
  nav.main {
    position: relative;
  }
}
nav.main ul li {
  color: #fff;
  position: relative;
  backface-visibility: hidden;
}
@media screen and (min-width: 992px) {
  nav.main ul li {
    display: block;
    float: left;
    transition: all 0.1s ease-in-out;
  }
}
nav.main ul li a {
  display: block;
  font-family: "barlow", sans-serif;
  font-weight: 700;
  font-size: 19px;
  padding: 18px 11px;
  color: #fff;
  text-transform: uppercase;
  text-decoration: none;
  width: 100%;
}
nav.main ul li ul {
  display: none;
  z-index: 10;
  background-color: #333333;
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
@media screen and (min-width: 992px) {
  nav.main ul li ul {
    background-color: #333333;
    width: auto;
    min-width: 100%;
    position: absolute;
    visibility: hidden;
    display: block;
    backface-visibility: hidden;
  }
}
nav.main ul li ul li {
  float: none;
  border: none;
}
@media screen and (min-width: 992px) {
  nav.main ul li ul li {
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  nav.main ul li:hover {
    background-color: #333333 !important;
  }
}
nav.main ul li:hover ul {
  visibility: visible;
  display: block;
  border: 0;
  opacity: 1;
  transition: all 0.1s ease-in-out;
}
nav.main ul li:hover ul li {
  border: none;
  transition: background-color 0.4s ease-out;
}
nav.main ul li:hover ul li:hover {
  background-color: transparent;
}
@media screen and (min-width: 992px) {
  nav.main ul li:hover ul li:hover {
    background-color: #707070;
  }
  nav.main ul li:hover ul li:hover a {
    color: #fff;
  }
}
nav.main ul:after {
  content: "";
  display: table;
  clear: both;
}
nav.main ul.navigation {
  left: -70%;
  position: absolute;
  zoom: 1;
  width: 70%;
  box-sizing: border-box;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  nav.main ul.navigation {
    left: -55%;
    position: absolute;
    zoom: 1;
    width: 55%;
  }
}
@media screen and (min-width: 992px) {
  nav.main ul.navigation {
    position: relative;
    left: 0;
    width: 100%;
    padding: 0;
  }
}
nav.main ul.navigation > li {
  background-color: #444;
  margin-top: 0.5em;
}
@media screen and (min-width: 992px) {
  nav.main ul.navigation > li {
    background-color: transparent;
    box-shadow: none;
    border: 0;
    margin: 0;
  }
}
nav.main ul.navigation li:first-child {
  margin: 0;
}
nav.main ul.extras {
  zoom: 1;
  margin-right: -15px;
  margin-left: -15px;
}
@media screen and (min-width: 576px) {
  nav.main ul.extras {
    margin-right: -30px;
    margin-left: -30px;
  }
}
@media screen and (min-width: 992px) {
  nav.main ul.extras {
    position: absolute;
    top: 0;
    right: 15px;
    margin-left: 0;
    margin-right: 0;
  }
}
nav.main ul.extras li.my-metafit {
  background-color: #666 !important;
  float: right;
}
@media screen and (min-width: 992px) {
  nav.main ul.extras li.my-metafit {
    float: left;
  }
}
nav.main ul.extras li.login,
nav.main ul.extras li.logged-in {
  background-color: #00A2DA;
  border: 0;
  position: relative;
  float: right;
  right: 0;
  z-index: 1;
}
nav.main ul.extras li.login > a,
nav.main ul.extras li.logged-in > a {
  padding-left: 2.3em;
}
nav.main ul.extras li.login > a:before,
nav.main ul.extras li.logged-in > a:before {
  content: "\f023";
  font-family: FontAwesome;
  color: #ffffff;
  opacity: 1;
  font-size: 20px;
  position: absolute;
  left: 16px;
  top: 19px;
}
@media screen and (min-width: 992px) {
  nav.main ul.extras li.login,
  nav.main ul.extras li.logged-in {
    float: right;
    display: block;
    position: relative;
  }
}
nav.main ul.extras li.login:hover,
nav.main ul.extras li.logged-in:hover {
  background-color: #00A2DA !important;
}
nav.main ul.extras li.login:hover a,
nav.main ul.extras li.logged-in:hover a {
  background-color: rgba(0, 0, 0, 0.2);
}
nav.main ul.extras li.logged-in {
  background-color: #00B285;
}
nav.main ul.extras li.logged-in:hover {
  background-color: #00B285 !important;
}
nav.main ul.extras li.logged-in:hover a {
  background-color: rgba(0, 0, 0, 0);
}
nav.main ul.extras li.logged-in ul {
  position: absolute;
  right: 0;
  left: auto;
  background-color: #00B285;
}
nav.main ul.extras li.logged-in ul li {
  background-color: rgba(0, 0, 0, 0.1);
}
nav.main ul.extras li.logged-in ul li:hover {
  background-color: rgba(0, 0, 0, 0.2) !important;
}
nav.main ul.extras li.logged-in ul a.email {
  text-transform: none;
}
nav.main ul.extras li.mobile-nav {
  float: left;
  border: 0;
  display: block;
  width: auto;
  z-index: 0;
  cursor: pointer;
}
@media screen and (min-width: 992px) {
  nav.main ul.extras li.mobile-nav {
    display: none;
  }
}
nav.main ul.extras li.mobile-nav a {
  opacity: 0.5;
  font-size: 30px;
  padding: 10px;
  width: 45px;
  height: 50px;
}
nav.main ul.extras li.mobile-nav a:before {
  content: "\f0c9";
  font-family: FontAwesome;
  position: absolute;
  height: 25px;
  width: 24px;
  top: 11px;
  left: 10px;
}
nav.main ul.extras:focus {
  opacity: 0.9;
}

#my-metafit-navigation {
  background-color: #666;
  display: none;
  z-index: 20;
  position: absolute;
  top: 51px;
}
@media screen and (min-width: 992px) {
  #my-metafit-navigation {
    z-index: 0;
    top: 0;
    position: relative;
    margin-top: -1px;
  }
}
#my-metafit-navigation span.separator {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 17px;
  opacity: 0.2;
}
#my-metafit-navigation.show {
  display: block;
  -webkit-animation: slide-down 0.3s ease-out;
  -moz-animation: slide-down 0.3s ease-out;
}
#my-metafit-navigation .manage-your-account-link:hover {
  text-decoration: underline !important;
}
#my-metafit-navigation .dropdown-header {
  border-bottom: 1px solid #777;
}
#my-metafit-navigation .dropdown-header .container {
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 14px;
  color: #ffffff;
  text-decoration: none;
}
#my-metafit-navigation .dropdown-header .container a {
  color: #ffffff;
  text-decoration: none;
}
#my-metafit-navigation .dropdown-header .container .notification-area a {
  color: #ffffff;
  border-bottom: 1px solid #aaa;
}
#my-metafit-navigation .dropdown-header .container .notification-area a:hover {
  border-bottom: 1px solid #fff;
}
#my-metafit-navigation .dropdown-header .container .top-link-area {
  text-align: right;
}
#my-metafit-navigation .my-metafit-block-links {
  text-align: center;
}
#my-metafit-navigation .my-metafit-block-links .row {
  margin: 0;
}
#my-metafit-navigation .my-metafit-block-links .block-link {
  transition: all 0.15s ease-in-out;
  padding: 15px 10px 25px;
  position: relative;
}
#my-metafit-navigation .my-metafit-block-links .block-link img {
  max-width: 55px;
  margin: 0 auto 5px;
}
@media screen and (min-width: 768px) {
  #my-metafit-navigation .my-metafit-block-links .block-link img {
    max-width: 69px;
  }
}
#my-metafit-navigation .my-metafit-block-links .block-link span {
  display: block;
  color: #ffffff;
}
#my-metafit-navigation .my-metafit-block-links .block-link span.link-title {
  font-size: 17px;
  margin-bottom: 10px;
}
#my-metafit-navigation .my-metafit-block-links .block-link span.link-description {
  font-size: 13px;
}
#my-metafit-navigation .my-metafit-block-links .block-link img,
#my-metafit-navigation .my-metafit-block-links .block-link span {
  opacity: 0.9;
}
#my-metafit-navigation .my-metafit-block-links .block-link:hover {
  background-color: #5e5e5e;
  opacity: 1;
}
#my-metafit-navigation .my-metafit-block-links .block-link:hover img,
#my-metafit-navigation .my-metafit-block-links .block-link:hover span {
  opacity: 1;
}
#my-metafit-navigation .my-metafit-block-links .block-link a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes slide-down {
  0% {
    opacity: 0;
    -moz-transform: translateY(-100%);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
footer {
  background-color: #666666;
  width: 100%;
  min-height: 5em;
  text-align: center;
  box-sizing: border-box;
  overflow: hidden;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 768px) {
  footer {
    text-align: left;
  }
}
footer > div {
  overflow: hidden;
  padding: 30px 48px;
}
footer nav {
  margin: 0 auto;
  text-align: left;
  font-size: 0.9em;
  display: none;
}
@media screen and (min-width: 768px) {
  footer nav {
    overflow: hidden;
    display: block;
    text-align: left;
  }
}
@media screen and (min-width: 576px) {
  footer nav > ul > li {
    width: 25%;
  }
}
footer nav > ul li {
  font-weight: bold;
  color: #ffffff;
}
@media screen and (min-width: 576px) {
  footer nav > ul li {
    float: left;
    display: block;
    font-size: 16px;
  }
}
footer nav > ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  padding: 0em 1em 0.5em;
  opacity: 0.9;
}
@media screen and (min-width: 768px) {
  footer nav > ul li a {
    padding: 0.25em 2.5em 1em 0;
  }
}
footer nav > ul li a:hover {
  opacity: 1;
}
footer nav > ul li ul li {
  float: none;
  font-weight: normal;
  color: #ddd;
  padding: 0;
  padding: 0;
}
footer nav > ul li ul li a {
  color: #ffffff;
  text-decoration: none;
  border: 0;
  margin: 0;
  padding: 0 2.5em 0.25em 0;
  font-size: 0.9em;
  margin-bottom: 5px;
  position: relative;
  transition: all 0.2s ease-in-out;
  line-height: 18px;
  margin-bottom: 3px;
}
footer nav > ul li ul li a:hover {
  color: #bbb;
  padding-left: 0.2em;
  padding-right: 2.3em;
}
footer .social-links nav {
  border: 0;
  text-align: center;
  height: 100%;
  background-color: transparent;
  display: inline-block;
  width: 100%;
}
@media screen and (min-width: 768px) {
  footer .social-links nav {
    text-align: left;
  }
}
footer .social-links nav ul li {
  padding: 0 0.25em;
  display: inline-block;
  float: none;
  width: auto;
  margin: 0 8px 5px 0;
}
footer .social-links nav ul li a {
  color: #ffffff;
  font-size: 31px;
  padding: 0;
  opacity: 1;
}
footer .social-links nav ul li a:hover {
  opacity: 0.9;
}
footer section {
  clear: both;
  width: 100%;
  background-color: #666666;
  padding: 1em 53px 2em;
  overflow: hidden;
  box-sizing: border-box;
}
footer section p {
  float: none;
  color: #ffffff;
  margin-bottom: 0.5em;
  font-size: 15px;
}
@media screen and (min-width: 576px) {
  footer section p {
    float: left;
    margin: 0;
  }
  footer section p.author {
    float: right;
  }
}
footer section p a {
  color: #ffffff;
  text-decoration: none;
  padding-bottom: 3px;
  border-bottom: 3px solid transparent;
}
footer section p a:hover {
  border-bottom: 3px solid #808080;
}

.footer-separator {
  padding: 0 8px;
  display: inline-block;
  opacity: 0.4;
}

.base-links .author {
  float: right;
}

.login_template {
  overflow: hidden;
}
.login_template .split-50 {
  padding: 2em;
  overflow: hidden;
}
.login_template .col-sm-6 {
  padding: 30px 15px;
}
.login_template h2 {
  font-family: "barlow", sans-serif;
  font-weight: 800;
  font-size: 1.6em;
  color: #707070;
  margin-bottom: 0.7em;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 768px) {
  .login_template h2 {
    padding: 0;
    text-align: left;
    font-size: 2em;
  }
}
.login_template .signin {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .login_template .signin {
    padding: 30px 0;
  }
}
.login_template .register {
  background-color: #eee;
  min-height: 33em;
  padding: 30px;
}
.login_template .register h2 {
  padding-left: 0;
  padding-right: 0;
}
.login_template form {
  width: 100%;
}
.login_template form .form-group.table,
.login_template form #fos_user_registration_form div {
  margin-bottom: 0.5em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .login_template form .form-group.table,
  .login_template form #fos_user_registration_form div {
    display: table;
  }
}
.login_template form .form-group.table label,
.login_template form #fos_user_registration_form div label {
  display: block;
  padding-top: 10px;
  padding-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .login_template form .form-group.table label,
  .login_template form #fos_user_registration_form div label {
    display: table-cell;
    width: 10em;
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  .login_template form .form-group.table div,
  .login_template form #fos_user_registration_form div div {
    display: table-cell;
  }
}
.login_template form .form-group.table input[type=text],
.login_template form .form-group.table input[type=email],
.login_template form .form-group.table input[type=password],
.login_template form #fos_user_registration_form div input[type=text],
.login_template form #fos_user_registration_form div input[type=email],
.login_template form #fos_user_registration_form div input[type=password] {
  padding: 0.75em;
  font-size: 1em;
  border: 1px solid #ddd;
  width: 100%;
  box-sizing: border-box;
  outline: none;
  color: #888;
  -webkit-appearance: none;
  border-radius: 0;
}
.login_template form .form-group.table input[type=text]:focus,
.login_template form .form-group.table input[type=email]:focus,
.login_template form .form-group.table input[type=password]:focus,
.login_template form #fos_user_registration_form div input[type=text]:focus,
.login_template form #fos_user_registration_form div input[type=email]:focus,
.login_template form #fos_user_registration_form div input[type=password]:focus {
  border: 1px solid #BBB;
  color: #333;
}
.login_template form .checkbox {
  margin: 1em 0;
}
@media screen and (min-width: 768px) {
  .login_template form .checkbox {
    margin-left: 10em;
  }
}
.login_template .btn-primary,
.login_template .btn-register {
  display: block;
  border: 0;
  background-color: #00A2DA;
  padding: 0.6em 0.8em;
  font-size: 1em;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.1);
  cursor: pointer;
  color: #fff;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
}
.login_template .btn-primary:hover,
.login_template .btn-register:hover {
  border-color: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 768px) {
  .login_template .btn-primary,
  .login_template .btn-register {
    float: right;
    width: auto;
  }
}
.login_template .btn-register {
  margin-top: 1em;
  background-color: #fdcd00;
  color: rgba(0, 0, 0, 0.5);
}
.login_template ul {
  list-style-type: disc;
  margin: 1em;
}
.login_template .panel-heading {
  margin-bottom: 1.5em;
}
.login_template .panel-heading p,
.login_template .panel-heading ul {
  font-size: 0.9375em;
}
.login_template .password-assistance {
  clear: both;
  float: right;
  margin-top: 1.5em;
  font-size: 0.8em;
}
.login_template .password-assistance a {
  color: #555;
  text-decoration: none;
}
.login_template .password-assistance a:hover {
  color: #333;
  text-decoration: underline;
}

.subscribe .item {
  position: relative;
  text-align: center;
  margin-bottom: 1.5em;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  .subscribe .item {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 992px) {
  .subscribe .item {
    height: 10em;
  }
}
.subscribe .item:last-child {
  margin: 0;
}
.subscribe .item h3,
.subscribe .item h4 {
  color: #666;
}
.subscribe .item .item-inner {
  position: relative;
  height: 160px;
  background-color: #f9f9f9;
  padding-top: 30px;
}
.subscribe .item .item-inner h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.subscribe .item .form td {
  border: 0;
}
.subscribe .item .form input[type=submit] {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border: 0;
  background-color: #fdcd00;
  color: #666;
  font-size: 1em;
  cursor: pointer;
  padding: 1em;
  border: 1px solid transparent;
}
.subscribe .item .form input[type=submit]:hover {
  background-color: gold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: #444;
}

.alert-danger {
  background-color: orange;
  padding: 0.75em;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
  color: rgba(0, 0, 0, 0.7);
  border-radius: 2px;
}

#subscribe {
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
  background-color: #ffffff;
}
#subscribe .row {
  margin: 0;
}
#subscribe .row h2 {
  font-size: 30px;
  margin: 20px 0;
  color: #666;
}
#subscribe .program p.desc {
  padding: 0 15px 15px;
}

.login_template form #fos_user_registration_form div input,
.login_template form #fos_user_registration_form div label {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

.login_template form #fos_user_registration_form div div {
  display: block;
}

.login_template form #fos_user_registration_form div {
  position: relative;
  /* to hide the checkbox itself */
  /* space between checkbox and label */
}
.login_template form #fos_user_registration_form div label[for=fos_user_registration_form_agreeMetafitTermsConditions],
.login_template form #fos_user_registration_form div label[for=fos_user_registration_form_agreeMetafitPrivacyPolicy] {
  padding-right: 40px;
  padding-top: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.login_template form #fos_user_registration_form div label + input[type=checkbox] {
  padding-left: 40px;
  display: inline-block;
  padding-top: 2px;
  position: absolute;
  top: 10px;
  right: 8px;
  margin-bottom: 10px !important;
  width: auto;
  margin-bottom: 10px !important;
}
.login_template form #fos_user_registration_form div label + input[type=checkbox]:after {
  display: none;
}
.login_template form #fos_user_registration_form div label + input[type=checkbox]:before {
  font-family: FontAwesome;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
}
.login_template form #fos_user_registration_form div label + input[type=checkbox]:before {
  content: "";
  background-color: #ffffff;
  width: 23px;
  height: 22px;
  border-radius: 4px;
  vertical-align: middle;
  padding: 2px 3px 3px;
  margin-right: 12px;
  border: 1px solid #BBBBBB;
}
.login_template form #fos_user_registration_form div label + input[type=checkbox]:checked:before {
  content: "\f00c";
  font-size: 18px;
  background-color: #1d71b8;
  border: 0;
  color: #ffffff;
}
.login_template form #fos_user_registration_form div .styled-radios {
  padding-left: 0;
  margin-top: 10px;
  /* space between checkbox and label */
}
.login_template form #fos_user_registration_form div .styled-radios input[type=radio] {
  display: none;
}
.login_template form #fos_user_registration_form div .styled-radios label {
  width: 80px !important;
  display: inline-block;
  position: relative;
  padding-top: 2px;
  margin-bottom: 0 !important;
  margin-right: 15px;
  padding-left: 30px;
  margin-bottom: 10px !important;
}
.login_template form #fos_user_registration_form div .styled-radios label:after {
  display: none;
}
.login_template form #fos_user_registration_form div .styled-radios input[type=radio] + label:before,
.login_template form #fos_user_registration_form div .styled-radios input[type=radio] + label:after {
  font-family: FontAwesome;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
}
.login_template form #fos_user_registration_form div .styled-radios input[type=radio] + label:before {
  content: "";
  background-color: #ffffff;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  vertical-align: middle;
  padding: 5px 3px 3px 7px;
  border: 1px solid #BBBBBB;
  text-align: left;
}
.login_template form #fos_user_registration_form div .styled-radios input[type=radio]:checked + label:before {
  font-size: 10px;
  background-color: #1d71b8;
  border: 0;
  color: #ffffff;
}
.login_template form #fos_user_registration_form div .styled-radios input[type=radio]:checked + label:after {
  content: "\f111";
  font-family: FontAwesome;
  font-size: 11px;
  position: absolute;
  color: #ffffff;
  left: 7px;
  top: 6px;
}

.login_template .register {
  overflow: hidden;
}

button,
.submit-button {
  border: 1px solid #eee;
  border-radius: 0.2em;
  font-size: 0.9375em;
  font-family: "Source Sans 3", sans-serif;
  padding: 0.7em 1em;
  border: 1px solid #ddd;
  cursor: pointer;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
}
button:hover,
.submit-button:hover {
  background-image: none;
  background: #fff;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.02);
}

.responsive_form .gemconnect-link {
  display: block;
  background-color: #eee;
  padding: 1em;
  background-color: #f9f9f9;
  box-sizing: border-box;
  margin-bottom: 2em;
  overflow: hidden;
}
.responsive_form .gemconnect-link img {
  border: 1px solid transparent;
  box-sizing: border-box;
  width: 100%;
}
.responsive_form .gemconnect-link img:hover {
  border: 1px solid #eee;
}
@media screen and (min-width: 576px) {
  .responsive_form .gemconnect-link img {
    width: 15%;
    float: left;
  }
}
.responsive_form .gemconnect-link p,
.responsive_form .gemconnect-link span,
.responsive_form .gemconnect-link input[type=text] {
  display: inline-block;
}
.responsive_form .gemconnect-link p {
  padding-top: 15px;
  box-sizing: border-box;
  margin-bottom: 0;
}
@media screen and (min-width: 576px) {
  .responsive_form .gemconnect-link p {
    float: left;
    width: 85%;
    padding-left: 30px;
  }
}
.responsive_form .gemconnect-link input[type=text] {
  width: auto;
  background-color: #fff;
  border: 0;
  border-bottom: 3px solid #eee;
}
.responsive_form .gemconnect-link input[type=text]:focus {
  border-bottom: 3px solid #f9bc00;
}
.responsive_form .submit-button.button-align-left {
  margin-left: 0;
}

.responsive_form label.error {
  width: 100%;
  display: block;
  background-color: rgb(255, 148, 148);
  padding: 10px;
  box-sizing: border-box;
  color: #fff;
  border: 0;
  position: relative;
  margin-top: 5px;
}
@media screen and (min-width: 992px) {
  .responsive_form label.error {
    width: 75%;
  }
}
.responsive_form label.error:after {
  bottom: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 148, 148, 0);
  border-bottom-color: #ff9494;
  border-width: 10px;
  margin-left: -10px;
}
.responsive_form input[type=text].error {
  border-color: #e74c3c;
}

.responsive-iframe {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 35px;
  height: 0;
  overflow: hidden;
}
.responsive-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.responsive-iframe.about-video {
  margin-bottom: 3em;
}

.button-primary {
  background-color: #00A2DA;
  padding: 0.7em 1.3em;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 600;
  font-size: 1.1em;
  color: #fff !important;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  border-bottom: 0.2em rgba(0, 0, 0, 0.1) solid;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out;
  margin: 0.5em 0 1.5em;
}
@media screen and (min-width: 768px) {
  .button-primary {
    width: auto;
  }
}
.button-primary:hover {
  opacity: 0.7;
  text-decoration: none !important;
}

@media screen and (min-width: 992px) {
  .responsive-table {
    display: table;
    width: 100%;
  }
}
.responsive-table div {
  text-align: center;
}
@media screen and (min-width: 992px) {
  .responsive-table div {
    display: table-row;
    margin: 0;
    text-align: left;
  }
}
.responsive-table div div {
  padding: 0.5em 0;
}
@media screen and (min-width: 992px) {
  .responsive-table div div {
    display: table-cell;
    vertical-align: middle;
    padding: 1em;
    border-bottom: 1px solid #eee;
  }
  .responsive-table div div.last-event {
    border-bottom: 0;
  }
}
.responsive-table > div {
  margin-bottom: 1em;
  background-color: #f5f5f5;
  padding: 1em;
  border: 1px solid #eee;
}
@media screen and (min-width: 992px) {
  .responsive-table > div {
    background-color: transparent;
  }
  .responsive-table > div:nth-child(odd) {
    background-color: #f9f9f9;
  }
}
.responsive-table button {
  width: 100%;
}
@media screen and (min-width: 576px) {
  .responsive-table button {
    width: auto;
  }
}
.responsive-table .event-location a {
  text-decoration: none;
  font-size: 1.2em;
  color: #333;
  font-weight: bold;
}
.responsive-table .button-wrap {
  padding: 0.5em 0 0;
}
@media screen and (min-width: 992px) {
  .responsive-table .button-wrap {
    text-align: right;
    padding: 1em;
  }
}

.event-tab-row {
  overflow: hidden;
  margin-bottom: 15px;
}
.event-tab-row .event-tab {
  width: 100%;
  margin-right: 5px;
  margin-bottom: 1px;
  box-sizing: border-box;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .event-tab-row .event-tab {
    float: left;
    width: auto;
  }
}
.event-tab-row .event-tab a {
  background-color: #eee;
  display: block;
  text-decoration: none;
  padding: 15px;
  transition: all 0.1s ease-in-out;
}
.event-tab-row .event-tab a:hover {
  background-color: #ddd;
  text-decoration: none;
}

/* Lightbox */
.lightbox-active {
  overflow: hidden;
}

#paypal_verify {
  background-color: rgba(0, 0, 0, 0.8);
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  width: 100%;
  max-width: 100%;
  overflow-y: auto;
}
#paypal_verify .inner {
  position: relative;
  margin: 20px auto 20px;
  width: 85%;
  max-width: 580px;
  overflow: hidden;
  background-color: #fff;
}
@media screen and (min-width: 576px) {
  #paypal_verify .inner {
    margin: 50px auto 50px;
  }
}
@media screen and (min-width: 768px) {
  #paypal_verify .inner {
    width: 90%;
    box-shadow: 0 0 0.5em 0 rgba(0, 0, 0, 0.5);
  }
}
#paypal_verify h3 {
  font-family: Century Gothic;
  letter-spacing: -1px;
  font-weight: 900;
  text-align: center;
  font-size: 32px;
  line-height: 1.1em;
  color: #999999;
  padding: 0.5em 0.85em;
  margin: 0;
  background-color: #EEEEEE;
  text-align: center;
}
@media screen and (min-width: 576px) {
  #paypal_verify h3 {
    font-size: 40px;
  }
}
@media screen and (min-width: 768px) {
  #paypal_verify h3 {
    font-size: 45px;
  }
}
#paypal_verify h3 i {
  color: #FAC300;
  font-size: 94px;
  display: inline-block;
  vertical-align: middle;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #paypal_verify h3 i {
    display: inline-block;
    margin-right: 22px;
  }
}
#paypal_verify h3 span {
  font-weight: 200;
  display: block;
}
#paypal_verify .close-lightbox {
  display: inline-block;
  background-color: #C2C2C2;
  font-weight: 200;
  font-size: 16px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  padding: 0.75em 1.5em;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  box-sizing: border-box;
  cursor: pointer;
  color: #444;
}
#paypal_verify .close-lightbox:hover {
  opacity: 0.8;
}
#paypal_verify .content {
  background-color: #fff;
  padding: 1em;
  font-size: 16px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #444;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #paypal_verify .content {
    padding: 1em 2.5em;
  }
}
#paypal_verify .content p {
  margin-bottom: 1em;
}
#paypal_verify .verify-now {
  font-family: Century Gothic;
  font-size: 23px;
  color: #fff;
  padding: 0.4em 10%;
  display: block;
  background-color: #00B384;
  border-bottom: 4px solid rgba(0, 0, 0, 0.3);
  cursor: pointer;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  #paypal_verify .verify-now {
    display: inline-block;
    padding: 0.4em 3em;
  }
}
#paypal_verify .verify-now:hover {
  background-color: #008C69;
}
#paypal_verify input {
  font-size: 1.3em;
  margin-bottom: 0.5em;
  padding: 0.3em;
  width: 100%;
  text-align: center;
  color: #444;
  border: 1px solid #e5e5e5;
  outline: none;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #paypal_verify input {
    width: 80%;
  }
}
#paypal_verify input:focus {
  border: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  #paypal_verify .base-links {
    display: table;
    width: 100%;
  }
}
#paypal_verify .base-links .close {
  background-color: #EEEEEE;
  font-family: Century Gothic;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
  position: relative;
}
#paypal_verify .base-links .close p {
  padding: 0.5em;
  margin: 0;
  width: 100%;
  color: #666;
  font-weight: bold;
  box-sizing: border-box;
  font-size: 1.1em;
}
#paypal_verify .base-links .close p i {
  margin-right: 0.5em;
}
@media screen and (min-width: 576px) {
  #paypal_verify .base-links .close {
    display: table-cell;
    width: 100%;
  }
  #paypal_verify .base-links .close a {
    left: 1em;
    bottom: 1em;
    right: 1em;
    width: auto;
  }
}
#paypal_verify .base-links .direct-debit {
  background-color: #00A2DA;
  color: #fff;
  font-family: Century Gothic;
  padding: 1em;
  box-sizing: border-box;
  text-align: center;
  width: 100%;
}
#paypal_verify .base-links .direct-debit h4 {
  margin: 0;
  padding: 0.5em;
  font-size: 1.5em;
  font-weight: bold;
}
#paypal_verify .base-links .direct-debit a {
  display: inline-block;
  background-color: #0089B5;
  font-size: 16px;
  border-bottom: 3px solid rgba(0, 0, 0, 0.3);
  padding: 0.75em 1.5em;
  color: #fff;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  width: 100%;
  font-weight: bold;
  box-sizing: border-box;
  cursor: pointer;
  text-decoration: none;
}
#paypal_verify .base-links .direct-debit a:hover {
  background-color: #0B5E86;
}
@media screen and (min-width: 576px) {
  #paypal_verify .base-links .direct-debit {
    display: table-cell;
    width: 60%;
  }
}

/* Grab sections */
section.home {
  z-index: 0;
  position: relative;
}
section.home.video-section {
  margin-top: 30px;
  margin-bottom: 30px;
}
section.home.links {
  overflow: visible;
  font-family: "barlow", sans-serif;
  box-sizing: border-box;
}
section.home.links div.row.secondary {
  margin-bottom: 30px;
}
section.home.links div.row.secondary div.quicklink {
  padding: 1em;
  box-sizing: border-box;
  background-color: #f5f5f5;
  position: relative;
}
section.home.links div.row.secondary div.quicklink h3 {
  margin-top: 0;
  width: auto;
  padding-top: 0;
  color: #666;
}
@media screen and (min-width: 992px) {
  section.home.links div.row.secondary div.quicklink h3 {
    width: 75%;
  }
}
section.home.links div.row.secondary div.quicklink p {
  color: #666;
  width: auto;
  font-size: 17px;
  font-family: "nimbus-sans", sans-serif;
}
section.home.links div.row.secondary div.quicklink#coach-login {
  background-color: #4c4d4f;
}
section.home.links div.row.secondary div.quicklink#coach-login h3 {
  color: #ffffff;
}
section.home.links div.row.primary {
  margin-bottom: 30px;
}
section.home.links div.row.primary > div h4 {
  font-size: 24px;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  text-shadow: none;
  position: relative;
  z-index: 1;
  margin-bottom: 35px;
}
@media screen and (min-width: 1024px) {
  section.home.links div.row.primary > div h4 {
    font-size: 20px;
  }
}
@media screen and (min-width: 1200px) {
  section.home.links div.row.primary > div h4 {
    font-size: 28px;
  }
}
section.home.links div.row.primary > div p {
  width: auto;
  color: #FFFFFF;
  font-size: 20px;
  text-shadow: none;
  margin-bottom: 15px;
  font-family: "nimbus-sans", sans-serif;
}
section.home.links div.row.primary > div p strong {
  display: block;
  margin-bottom: 3px;
}
section.home.links div.row.primary > div li {
  color: #FFFFFF;
  font-size: 18px;
  margin-bottom: 5px;
  font-family: "nimbus-sans", sans-serif;
}
section.home.links div.row.primary > div li i {
  margin-right: 15px;
  font-size: 22px;
}
section.home.links div.row.primary > div.unavailable .progress-bar {
  background-color: #ddd !important;
}
section.home.links div.row.primary > div.unavailable p {
  color: #bbb !important;
}
section.home.links div.row.primary > div.unavailable .button {
  background-color: #ddd !important;
}
section.home.links div.row.primary #featured-content-slider {
  background-color: #f9bc00;
}
@media screen and (min-width: 1024px) {
  section.home.links div.row.primary #featured-content-slider {
    background-image: url(../images/become-a-coach-block-background.png);
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
section.home.links div.row.primary #featured-content-slider .button {
  background-color: #00A2DA;
  color: #ffffff;
}
@media screen and (min-width: 992px) {
  section.home.links div.row.primary #featured-content-slider p {
    width: 55%;
  }
}
section.home.links div.row.primary #featured-content-slider p.covid-update {
  width: 100%;
}
@media screen and (min-width: 768px) {
  section.home.links div.row.primary #featured-content-slider p.covid-update {
    width: 62%;
  }
}
section.home.links div.row.primary #featured-content-slider .early-bird {
  background: #22b573;
  color: #ffffff;
  margin-left: -16px;
  margin-right: -16px;
  width: auto;
  padding: 18px;
  display: block;
  padding-bottom: 18px !important;
  float: none;
}
@media screen and (min-width: 992px) {
  section.home.links div.row.primary #featured-content-slider .early-bird {
    display: block;
    padding-bottom: 0 !important;
    margin: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    background-image: url(../images/early-bird-background.png);
    width: 210px;
    background-size: contain;
    background-repeat: no-repeat;
    height: 100%;
    top: -15px;
    color: #ffffff;
    padding-left: 95px;
    padding-top: 30px;
    padding-right: 5px;
    font-size: 15px;
  }
}
@media screen and (min-width: 1200px) {
  section.home.links div.row.primary #featured-content-slider .early-bird {
    font-size: 19px;
    width: 285px;
    top: -21px;
    padding-left: 130px;
    padding-top: 45px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 1024px) {
  section.home.links div.row.primary #featured-content-slider.italia-style {
    padding-top: 85px;
  }
}
@media screen and (max-width: 767px) {
  section.home.links div.row.primary #featured-content-slider.italia-style {
    padding-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  section.home.links div.row.primary #featured-content-slider.italia-style {
    padding-top: 30px;
  }
}
@media screen and (max-width: 516px) {
  section.home.links div.row.primary #featured-content-slider.italia-style {
    padding-top: 85px;
  }
}
section.home.links div.row.primary #featured-content-slider .rimini-wellness {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  display: block;
  background-color: transparent;
  position: absolute;
  color: #ffffff;
  font-size: 15px;
  background-image: url(../images/rimini-wellness-logo.png);
  background-size: 600px;
  background-repeat: no-repeat;
  background-position: right top;
}
@media screen and (max-width: 1250px) {
  section.home.links div.row.primary #featured-content-slider .rimini-wellness {
    background-size: 500px;
  }
}
@media screen and (max-width: 767px) {
  section.home.links div.row.primary #featured-content-slider .rimini-wellness {
    background-size: 460px;
  }
}
section.home.links div.row.primary #featured-content-slider .rimini-wellness a {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: absolute;
  z-index: 1;
}
section.home.links div.row.primary #featured-content-slider .alert-p {
  font-size: 18px;
  background-color: #f9bc00;
  border-left: 3px solid #ffffff;
  padding: 10px 12px;
  width: 62%;
}
section.home.links div.row.primary #tabbed-panel {
  background-color: #00A2DA;
  background-image: url(../images/about-block-background.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 50%;
}
section.home.links div.row.primary #tabbed-panel .button {
  background-color: #fbc301;
  color: #4c4d4f;
}
section.home.links div.row.primary .block-inner {
  padding: 20px;
  position: relative;
  padding-bottom: 80px !important;
}
section.home.links div.row div h3 {
  font-size: 1.5em;
  font-family: "barlow", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  padding-top: 0.75em;
  width: 75%;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.075);
  margin-bottom: 20px;
}
section.home.links div.row div p {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  margin: 0 0 1em;
  font-size: 0.9375em;
  width: 60%;
  display: inline-block;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.075);
}
section.home.links div.row div a.button {
  position: absolute;
  bottom: 1em;
  left: 1em;
  padding: 0.5em;
  background-color: #00A2DA;
  font-size: 17px;
  margin-top: 1em;
  text-decoration: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  right: 1em;
  bottom: 1em;
  border-radius: 0.2em;
  left: 1em;
  background-color: #fbc301;
  color: #4c4d4f;
}
@media screen and (min-width: 576px) {
  section.home.links div.row div a.button {
    right: auto;
    bottom: 1.25em;
    left: 1.25em;
  }
}
section.home.links div.row div div {
  box-sizing: border-box;
  position: initial;
  border: 0;
  padding: 0;
}
section.home.links div.row div div a {
  font-size: 1.1em;
  display: block;
  padding: 1em 0;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
section.home.links div.row div div:after {
  background-image: url("../images/core-sprite.png");
}
@media screen and (min-width: 768px) {
  section.home.links div.row div div {
    width: 100%;
  }
}
section.home.links div.row div.clear {
  clear: both;
}
section.home.links div.row div .quicklink {
  padding-bottom: 80px !important;
}
section.home.links div.row .panel-logout-link {
  color: #ffffff;
  position: absolute;
  top: 15px;
  right: 15px;
  text-decoration: none;
  font-weight: bold;
  font-size: 13px;
  background-color: #444;
  padding: 7px 11px;
  border-radius: 5px;
}
section.home.links div.row #coach-login i {
  position: absolute;
  top: 17px;
  right: 20px;
  color: #333333;
  font-size: 30px;
}
section.home.links div.row #coach-login p {
  display: block;
  color: #ffffff;
  margin: 0 0 5px;
}
section.home.links div.row #coach-login p.logout {
  font-size: 12px;
  margin: 0;
}
section.home.links div.row #coach-login a {
  color: #ffffff;
  text-decoration: none;
  display: inline-block;
}
section.home.links div.row #coach-login a:hover {
  text-decoration: underline;
}
section.home.links div.row #coach-login a.button {
  color: #4c4d4f;
}
section.home.links div.row #coach-login .password-assistance {
  font-family: "nimbus-sans", sans-serif;
  position: absolute;
  left: 160px;
  bottom: 36px;
  font-size: 14px;
}
section.home.links div.row #coach-login input[type=text],
section.home.links div.row #coach-login input[type=password] {
  font-family: "nimbus-sans", sans-serif;
  background-color: rgba(51, 51, 51, 0.5);
  color: #ffffff;
  padding: 12px 15px;
  display: block;
  margin-bottom: 5px;
  border: 0;
  width: 100%;
  box-sizing: border-box;
  font-size: 16px;
  outline: none;
}
section.home.links div.row #coach-login input[type=text]:focus,
section.home.links div.row #coach-login input[type=password]:focus {
  background-color: rgb(51, 51, 51);
}
section.home.links div.row #coach-login input[type=submit] {
  position: absolute;
  bottom: 1em;
  left: 1em;
  padding: 0.5em;
  background-color: #00A2DA;
  font-size: 17px;
  margin-top: 1em;
  text-decoration: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  right: 1em;
  bottom: 1em;
  border-radius: 0.2em;
  left: 1em;
  background-color: #fbc301;
  border: 0;
  color: #4c4d4f;
}
@media screen and (min-width: 576px) {
  section.home.links div.row #coach-login input[type=submit] {
    right: auto;
    bottom: 1.25em;
    left: 1.25em;
  }
}
section.home.metapwr-featured-video {
  height: 310px;
  background-color: #00A2DA;
  background-image: url(../images/video-background.jpg);
  background-position: center center;
  background-size: cover;
  position: relative;
  cursor: pointer;
  transition: all 0.15s ease-in-out;
  margin-left: 8px;
  margin-right: 8px;
}
section.home.metapwr-featured-video a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  outline: none;
  z-index: 1000;
}
section.home.metapwr-featured-video:before {
  content: "";
  background-color: rgba(0, 161, 218, 0.4);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transition: all 0.15s ease-in-out;
}
section.home.metapwr-featured-video .slogan-wrap {
  position: absolute;
  width: 100%;
  margin: 0;
  height: 100%;
  padding: 0;
  border: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.home.metapwr-featured-video .slogan-wrap {
    float: left;
    position: relative;
    top: auto;
    height: auto;
    width: auto;
    display: block;
    margin: 4em 1.5em;
    border-bottom: 5px solid #fdcd00;
  }
}
section.home.metapwr-featured-video .slogan-wrap span {
  color: #fff;
  font-size: 3em;
  padding: 0.1em 0.3em 0.2em;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.1);
  transition: all 0.15s ease-in-out;
  float: none;
  top: 50%;
  margin-top: -48px;
  position: absolute;
  margin-left: -43px;
}
@media screen and (min-width: 576px) {
  section.home.metapwr-featured-video .slogan-wrap span {
    font-size: 3.5em;
  }
}
@media screen and (min-width: 768px) {
  section.home.metapwr-featured-video .slogan-wrap span {
    float: left;
    margin: auto;
    position: relative;
  }
}
section.home.metapwr-featured-video .slogan-wrap span:first-child {
  padding: 0.15em 0.25em 0.1em;
}
section.home.metapwr-featured-video .slogan-wrap span i {
  padding: 4px;
  font-size: 1.3em;
  font-style: normal;
}
section.home.metapwr-featured-video .slogan-wrap span.hidden-mobile {
  display: none;
}
@media screen and (min-width: 768px) {
  section.home.metapwr-featured-video .slogan-wrap span.hidden-mobile {
    display: inline-block;
  }
}
section.home.metapwr-featured-video:hover:before {
  background-color: rgba(0, 161, 218, 0.15);
}
section.home.metapwr-featured-video:hover .slogan-wrap span {
  background-color: #252525;
}
section.home .metapwr-intro-text {
  padding: 1.5em 0;
}
section.home .metapwr-intro-text h2,
section.home .metapwr-intro-text p {
  font-family: "nimbus-sans", sans-serif;
  margin-bottom: 20px;
  color: #4d4d4d;
}
section.home .metapwr-intro-text h2 {
  font-weight: bold;
  font-size: 28px;
}
section.home .metapwr-intro-text p {
  font-size: 18px;
  line-height: 1.2;
  max-width: 950px;
}
section.home.metapwr-programme-overview {
  padding: 1em 1em;
  overflow: hidden;
  font-family: "barlow", sans-serif;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  section.home.metapwr-programme-overview {
    padding: 1em 0.5em 0;
  }
}
@media screen and (min-width: 768px) {
  section.home.metapwr-programme-overview {
    font-size: 1em;
    padding: 0 0 0.15em;
  }
}
@media screen and (min-width: 992px) {
  section.home.metapwr-programme-overview {
    padding: 1.5em 1.5em;
  }
}
section.home.metapwr-programme-overview div.row {
  clear: both;
  display: block;
}
section.home.metapwr-programme-overview div.row.primary > div {
  min-height: 11.875em;
  padding: 1.5em;
  box-sizing: border-box;
}
section.home.metapwr-programme-overview div.row.primary > div div.slogan-wrap span {
  background-color: #4c4d4f;
  float: left;
  padding: 0.1em 0.3em 0.2em;
  font-size: 1.75em;
}
section.home.metapwr-programme-overview div.row.primary > div h3 {
  margin-top: 0;
  width: auto;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  section.home.metapwr-programme-overview div.row.primary > div h3 {
    width: 75%;
  }
}
section.home.metapwr-programme-overview div.row.primary > div p {
  width: auto;
  font-size: 1em;
  font-family: "nimbus-sans", sans-serif;
}
@media screen and (min-width: 576px) {
  section.home.metapwr-programme-overview div.row.primary > div p {
    width: 60%;
  }
}
section.home.metapwr-programme-overview div.row.primary > div .button {
  text-decoration: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  padding: 0.8em 1.1em;
  border-radius: 0.2em;
  background-color: #f4b400;
  font-size: 20px;
  display: block;
  max-width: 350px;
  font-family: "Source Sans 3", sans-serif !important;
}
section.home.metapwr-programme-overview div.row.primary > div .button i {
  float: right;
  font-size: 28px;
  margin-top: -4px;
}
@media screen and (min-width: 576px) {
  section.home.metapwr-programme-overview div.row.primary > div .button {
    right: auto;
    bottom: 1.25em;
    left: 1.25em;
    padding: 0.6em 0.9em;
  }
}
section.home.metapwr-programme-overview div.row.primary #how-does-it-work {
  background-color: #f4b400;
}
@media screen and (min-width: 576px) {
  section.home.metapwr-programme-overview div.row.primary #how-does-it-work {
    background-image: url(../images/about-metafit-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 500px;
  }
}
section.home.metapwr-programme-overview div.row.primary #how-does-it-work .button {
  background-color: #f9bc00;
  color: #fff;
}
section.home.metapwr-programme-overview div.row.primary #how-does-it-work .button i {
  float: right;
  margin-top: 2px;
}
@media screen and (min-width: 576px) {
  section.home.metapwr-programme-overview div.row.primary #how-does-it-work .button i {
    display: none;
  }
}
section.home.metapwr-programme-overview div.row.primary #how-does-it-work .button:hover {
  background-color: #F4B208;
}
section.home.metapwr-programme-overview div.row.primary #how-does-it-work p {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  section.home.metapwr-programme-overview div.row.primary #how-does-it-work p {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  section.home.metapwr-programme-overview div.row.primary #how-does-it-work p {
    width: 90%;
  }
}
section.home.metapwr-programme-overview div.row.primary #how-much {
  background-color: #00A2DA;
  min-height: 0;
}
section.home.metapwr-programme-overview div.row.primary #how-much p {
  margin-bottom: 1em;
  width: 100%;
  font-size: 1.1em;
}
@media screen and (min-width: 768px) {
  section.home.metapwr-programme-overview div.row.primary #how-much p {
    width: 100%;
  }
}
@media screen and (min-width: 992px) {
  section.home.metapwr-programme-overview div.row.primary #how-much p {
    width: 85%;
  }
}
section.home.metapwr-programme-overview div.row.primary #how-much .form-wrap {
  width: 100%;
  display: block;
  margin: 0;
  min-height: 0;
}
section.home.metapwr-programme-overview div.row.primary #how-much form input,
section.home.metapwr-programme-overview div.row.primary #how-much form button {
  -webkit-appearance: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 1em;
  border: 0;
}
section.home.metapwr-programme-overview div.row.primary #how-much form input[type=email] {
  width: 100%;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  display: block;
  margin-bottom: 1em;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  section.home.metapwr-programme-overview div.row.primary #how-much form input[type=email] {
    width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  section.home.metapwr-programme-overview div.row.primary #how-much form input[type=email] {
    width: 100%;
    padding: 0.75em 1.1em;
  }
}
@media screen and (min-width: 992px) {
  section.home.metapwr-programme-overview div.row.primary #how-much form input[type=email] {
    width: 60%;
    padding: 0.5em 1em;
  }
}
section.home.metapwr-programme-overview div.row.primary #how-much .submit-wrap {
  min-height: 0;
  border: 0;
  margin: 0;
  float: none;
  padding: 0;
}
section.home.metapwr-programme-overview div.row.primary #how-much button {
  font-size: 1em;
  padding: 0.5em 0.75em;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background-color: #00A2DA;
  border: 0;
  filter: none;
  box-shadow: none;
  background-image: none;
  width: 100%;
}
@media screen and (min-width: 576px) {
  section.home.metapwr-programme-overview div.row.primary #how-much button {
    width: auto;
  }
}
section.home.metapwr-programme-overview div.row.primary #how-much button:hover {
  background-color: #118DD0;
}
section.home.metapwr-programme-overview div.row.primary #how-much a.button {
  color: #fff;
}
section.home.metapwr-programme-overview div.row div {
  width: 100%;
  padding: 0 2em;
  height: 100%;
  margin-bottom: 1.5em;
  position: relative;
  box-sizing: border-box;
}
section.home.metapwr-programme-overview div.row div:last-child {
  margin: 0;
}
section.home.metapwr-programme-overview div.row div h3 {
  font-size: 1.5em;
  font-family: "barlow", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  padding-top: 0.75em;
  width: 75%;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.075);
}
section.home.metapwr-programme-overview div.row div p {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  margin: 0 0 15px;
  font-size: 0.9375em;
  width: 60%;
  display: inline-block;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.075);
}
section.home.metapwr-programme-overview div.row div div {
  box-sizing: border-box;
  position: initial;
  border: 0;
  padding: 0;
  height: auto;
}
section.home.metapwr-programme-overview div.row div div a {
  font-size: 1.1em;
  display: block;
  padding: 1em 0;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
section.home.metapwr-programme-overview div.row div div:after {
  background-image: url("../images/core-sprite.png");
}
@media screen and (min-width: 768px) {
  section.home.metapwr-programme-overview div.row div div {
    width: 100%;
  }
}
section.home.metapwr-programme-overview div.row div.become-a-coach {
  background-color: #f9bc00;
}
@media screen and (min-width: 576px) {
  section.home.metapwr-programme-overview div.row div.become-a-coach {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section.home.metapwr-programme-overview div.row div.become-a-coach {
    width: 33.33333%;
  }
}
section.home.metapwr-programme-overview div.row div.become-a-coach div h3 {
  width: 100%;
}
section.home.metapwr-programme-overview div.row div.become-a-coach div:after {
  content: "";
  position: absolute;
  background-position: -312px -77px;
  bottom: 1em;
  width: 40%;
  max-width: 130px;
  right: 0;
  height: 92px;
}
section.home.metapwr-programme-overview div.row div.subscribe {
  background-color: gold;
}
@media screen and (min-width: 576px) {
  section.home.metapwr-programme-overview div.row div.subscribe {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section.home.metapwr-programme-overview div.row div.subscribe {
    width: 33.33333%;
  }
}
section.home.metapwr-programme-overview div.row div.subscribe div {
  height: 100%;
}
section.home.metapwr-programme-overview div.row div.subscribe div:after {
  content: "";
  position: absolute;
  background-position: 0px -80px;
  bottom: 1em;
  width: 40%;
  max-width: 130px;
  height: 95px;
  right: 0;
}
section.home.metapwr-programme-overview div.row div.find-a-coach {
  background-color: #00A2DA;
  margin: 0;
  clear: both;
}
@media screen and (min-width: 576px) {
  section.home.metapwr-programme-overview div.row div.find-a-coach {
    width: 100%;
    display: relative;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  section.home.metapwr-programme-overview div.row div.find-a-coach {
    float: left;
  }
}
@media screen and (min-width: 992px) {
  section.home.metapwr-programme-overview div.row div.find-a-coach {
    display: table-cell;
    position: relative;
    float: none;
  }
}
section.home.metapwr-programme-overview div.row div.find-a-coach p {
  margin-bottom: 5em;
}
section.home.metapwr-programme-overview div.row div.find-a-coach form {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 1em;
  font-family: "Source Sans 3", sans-serif;
  z-index: 3;
}
section.home.metapwr-programme-overview div.row div.find-a-coach form input {
  width: 50%;
  font-size: 1em;
  min-width: 120px;
  padding: 0.5em 0.5em;
  border: 0;
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  outline: none;
}
section.home.metapwr-programme-overview div.row div.find-a-coach form button {
  font-family: "barlow", sans-serif;
  font-size: 1em;
  padding: 0.5em 0.5em;
  border: 0;
  margin: 0;
  background-image: none;
  background-color: #0F7CB7;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
}
section.home.metapwr-programme-overview div.row div.find-a-coach div {
  height: 100%;
}
section.home.metapwr-programme-overview div.row div.find-a-coach div:after {
  content: "";
  position: absolute;
  background-position: -309px -172px;
  top: 0;
  width: 100%;
  max-width: 390px;
  right: 0;
  height: 100%;
  max-height: 200px;
}
section.home.metapwr-programme-overview div.row div.clear {
  clear: both;
}

.events-cta-block {
  position: relative;
  margin-bottom: 15px;
  margin-top: 35px;
}

.early-bird-cta {
  background-color: #eeeeee;
  color: #666;
  left: 0;
  margin-left: 326px;
  padding: 14px;
  font-weight: bold;
  position: relative;
  margin: 0 0 32px 20px;
  padding: 20px 20px 20px 77px;
}
@media screen and (min-width: 1024px) {
  .early-bird-cta {
    padding: 14px;
    margin: 0 0 0 326px;
    position: absolute;
    padding-left: 73px;
    top: 0;
    right: 0;
  }
}
.early-bird-cta:before {
  content: "";
  background-image: url(../images/early-bird-standalone.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  left: -35px;
  width: 100px;
  height: 100px;
}

.column-wrapper {
  margin-right: -20px;
  margin-left: -20px;
}
.column-wrapper .column {
  padding-left: 20px;
  padding-right: 20px;
  float: none;
}
@media screen and (min-width: 992px) {
  .column-wrapper .column {
    width: 50%;
    float: left;
    padding: 0 20px;
    box-sizing: border-box;
  }
}
@media screen and (min-width: 992px) {
  .column-wrapper .column:first-child {
    border-right: 1px solid #eee;
  }
}

.row.quicklinks {
  display: table;
  margin-left: -16px;
  margin-right: -16px;
}
.row.quicklinks > div {
  width: 100%;
  padding: 0 1em;
  height: 100%;
  margin-bottom: 1em;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 80px !important;
  padding: 1.25em;
}
@media screen and (min-width: 576px) {
  .row.quicklinks > div {
    float: left;
    border-right: 0.5em solid #fff;
    border-left: 0.5em solid #fff;
    min-height: 10em;
  }
}
@media screen and (min-width: 768px) {
  .row.quicklinks > div {
    min-height: 0;
    display: table-cell;
    position: relative;
    border-right: 1em solid #fff;
    border-left: 1em solid #fff;
    float: none;
    vertical-align: top;
  }
}
.row.quicklinks > div h3 {
  font-size: 1.5em;
  font-family: "barlow", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  padding-top: 0.75em;
  width: 75%;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.075);
  margin-bottom: 20px;
}
.row.quicklinks > div p {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  margin: 0 0 1em;
  font-size: 0.9375em;
  width: 60%;
  display: inline-block;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.075);
}
.row.quicklinks > div a.button {
  position: absolute;
  bottom: 1em;
  left: 1em;
  padding: 0.5em;
  background-color: #00A2DA;
  font-size: 17px;
  margin-top: 1em;
  text-decoration: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  padding: 10px 20px;
  right: 1em;
  bottom: 1em;
  border-radius: 0.2em;
  left: 1em;
  background-color: #fbc301;
  color: #4c4d4f;
}
@media screen and (min-width: 576px) {
  .row.quicklinks > div a.button {
    right: auto;
    bottom: 1.25em;
    left: 1.25em;
  }
}
.row.quicklinks > div div {
  box-sizing: border-box;
  position: initial;
  border: 0;
  padding: 0;
  height: auto;
}
.row.quicklinks > div div a {
  font-size: 1.1em;
  display: block;
  padding: 1em 0;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
.row.quicklinks > div div:after {
  background-image: url("../images/core-sprite.png");
}
@media screen and (min-width: 768px) {
  .row.quicklinks > div div {
    width: 100%;
  }
}
.row.quicklinks > div.clear {
  clear: both;
}
.row.quicklinks > div h3 {
  margin-top: 0;
  width: auto;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  .row.quicklinks > div h3 {
    width: 75%;
  }
}
.row.quicklinks > div p {
  width: auto;
  font-size: 1em;
  font-family: "nimbus-sans", sans-serif;
}
@media screen and (min-width: 576px) {
  .row.quicklinks > div p {
    width: 60%;
  }
}
.row.quicklinks > div .button {
  text-decoration: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  padding: 0.8em 1.1em;
  right: 1em;
  bottom: 1em;
  border-radius: 0.2em;
  left: 1em;
}
@media screen and (min-width: 576px) {
  .row.quicklinks > div .button {
    right: auto;
    bottom: 1.25em;
    left: 1.25em;
    padding: 0.6em 0.9em;
  }
}
.row.quicklinks #track-promo {
  background-color: #f9bc00;
  padding-bottom: 4em;
  width: 100%;
  min-height: 0;
}
@media screen and (min-width: 768px) {
  .row.quicklinks #track-promo {
    width: 50%;
    min-height: auto;
  }
}
@media screen and (min-width: 992px) {
  .row.quicklinks #track-promo {
    background-image: url(../images/track-promo-bg-tablet.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 75%;
  }
}
.row.quicklinks #track-promo p {
  margin-bottom: 1em;
  width: 100%;
  font-size: 1.1em;
}
@media screen and (min-width: 992px) {
  .row.quicklinks #track-promo p {
    width: 69%;
  }
}
.row.quicklinks #track-promo h3 {
  width: 69%;
}
.row.quicklinks #track-promo .form-wrap {
  width: 100%;
  display: block;
  margin: 0;
  min-height: 0;
}
.row.quicklinks #track-promo form input,
.row.quicklinks #track-promo form button {
  -webkit-appearance: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 1em;
  border: 0;
}
.row.quicklinks #track-promo form input[type=email] {
  width: 100%;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  display: block;
  margin-bottom: 1em;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  .row.quicklinks #track-promo form input[type=email] {
    width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .row.quicklinks #track-promo form input[type=email] {
    width: 100%;
    padding: 0.75em 1.1em;
  }
}
@media screen and (min-width: 992px) {
  .row.quicklinks #track-promo form input[type=email] {
    width: 60%;
    padding: 0.5em 1em;
  }
}
.row.quicklinks #track-promo .submit-wrap {
  min-height: 0;
  border: 0;
  margin: 0;
  float: none;
  padding: 0;
}
.row.quicklinks #track-promo button,
.row.quicklinks #track-promo .button {
  font-size: 1em;
  padding: 0.5em 0.75em;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background-color: #00A2DA;
  border: 0;
  filter: none;
  box-shadow: none;
  background-image: none;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .row.quicklinks #track-promo button,
  .row.quicklinks #track-promo .button {
    width: auto;
  }
}
.row.quicklinks #track-promo button:hover,
.row.quicklinks #track-promo .button:hover {
  background-color: #118DD0;
}
.row.quicklinks #metapwr-promo {
  background-color: #f9bc00;
  padding-bottom: 4em;
  width: 100%;
  background-image: url(https://s3-eu-west-1.amazonaws.com/metafittest/assets/metapwr-background.jpg);
  background-position: left center;
  background-size: cover;
  position: relative;
  min-height: 0;
}
.row.quicklinks #metapwr-promo:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 576px) {
  .row.quicklinks #metapwr-promo {
    width: 50%;
  }
}
.row.quicklinks #metapwr-promo p {
  margin-bottom: 1em;
  width: 100%;
  font-size: 1.1em;
  position: relative;
}
.row.quicklinks #metapwr-promo img {
  position: relative;
}
.row.quicklinks #metapwr-promo .form-wrap {
  width: 100%;
  display: block;
  margin: 0;
  min-height: 0;
}
.row.quicklinks #metapwr-promo form input,
.row.quicklinks #metapwr-promo form button {
  -webkit-appearance: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 1em;
  border: 0;
}
.row.quicklinks #metapwr-promo form input[type=email] {
  width: 100%;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  display: block;
  margin-bottom: 1em;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  .row.quicklinks #metapwr-promo form input[type=email] {
    width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .row.quicklinks #metapwr-promo form input[type=email] {
    width: 100%;
    padding: 0.75em 1.1em;
  }
}
@media screen and (min-width: 992px) {
  .row.quicklinks #metapwr-promo form input[type=email] {
    width: 60%;
    padding: 0.5em 1em;
  }
}
.row.quicklinks #metapwr-promo .submit-wrap {
  min-height: 0;
  border: 0;
  margin: 0;
  float: none;
  padding: 0;
}
.row.quicklinks #metapwr-promo button,
.row.quicklinks #metapwr-promo .button {
  font-size: 1em;
  padding: 0.5em 0.75em;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background-color: #00A2DA;
  border: 0;
  filter: none;
  box-shadow: none;
  background-image: none;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .row.quicklinks #metapwr-promo button,
  .row.quicklinks #metapwr-promo .button {
    width: auto;
  }
}
.row.quicklinks #metapwr-promo button:hover,
.row.quicklinks #metapwr-promo .button:hover {
  background-color: #118DD0;
}

section.home.legacy {
  z-index: 0;
  position: relative;
}
section.home.legacy header {
  height: auto;
  background-color: #fff;
  background-color: #eeeeee;
  background-image: linear-gradient(to bottom, #eeeeee 0%, white 100%);
  box-sizing: border-box;
  padding: 1em 0.5em 0;
  overflow: hidden;
  font-size: 1em;
  text-align: center;
}
@media screen and (min-width: 576px) {
  section.home.legacy header {
    font-size: 1em;
    text-align: left;
    padding: 0.5em 0em;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy header {
    text-align: left;
    padding: 0.35em 0 1.5em;
  }
}
@media screen and (min-width: 992px) {
  section.home.legacy header {
    padding: 1em 1em 0.5em;
  }
}
section.home.legacy header h1 {
  font-family: "barlow", sans-serif;
  font-size: 1.8em;
  color: #4a4a4a;
  letter-spacing: -1px;
  line-height: 1.1em;
  margin: 0.5em 0 0.8em;
}
@media screen and (min-width: 576px) {
  section.home.legacy header h1 {
    font-size: 1.9em;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy header h1 {
    font-size: 2.5em;
    margin: 0.5em 0 0.75em;
  }
}
section.home.legacy header h3 {
  font-size: 4em;
}
section.home.legacy header a.button {
  background-color: #00A2DA;
  padding: 0.7em 1.3em;
  font-family: "barlow", sans-serif;
  font-weight: 600;
  font-size: 1em;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  width: 100%;
  border-bottom: 0.2em rgba(0, 0, 0, 0.1) solid;
  box-sizing: border-box;
  transition: border 0.1s ease-in-out;
}
section.home.legacy header a.button:hover {
  opacity: 0.9;
}
@media screen and (min-width: 576px) {
  section.home.legacy header a.button {
    font-size: 1.2em;
    width: auto;
  }
}
section.home.legacy header .slogan-wrap {
  float: right;
  position: relative;
  top: auto;
  display: none;
  margin: 1em 0 0 0;
  padding: 0 1em;
}
@media screen and (min-width: 576px) {
  section.home.legacy header .slogan-wrap {
    display: block;
    padding: 0 1.5em;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy header .slogan-wrap {
    padding: 0 1.4em;
  }
}
@media screen and (min-width: 1200px) {
  section.home.legacy header .slogan-wrap {
    padding: 0 1.1em;
  }
}
@media screen and (min-width: 1700px) {
  section.home.legacy header .slogan-wrap {
    padding: 0 1em;
  }
}
section.home.legacy header .slogan-wrap span {
  color: #fdcd00;
  font-size: 6em;
  padding: 0.05em 0.3em 0.05em;
  text-shadow: 0 0 0.1em rgba(0, 0, 0, 0.1);
}
@media screen and (min-width: 576px) {
  section.home.legacy header .slogan-wrap span {
    font-size: 5em;
  }
}
section.home.legacy header .slogan-wrap span:first-child {
  padding: 0.1em 0.3em 0.1em;
}
section.home.legacy header .slogan-wrap span:last-child {
  padding: 0.1em 0.3em 0.3em;
}
section.home.legacy header .slogan-wrap span:last-child:after {
  content: "";
  background-image: linear-gradient(to bottom, rgb(221, 221, 221) 30%, rgba(221, 221, 221, 0) 100%);
  position: absolute;
  bottom: -0.3em;
  height: 0.3em;
  left: 0;
  right: 0;
  z-index: -2;
  background-repeat: no-repeat;
}
section.home.legacy.links {
  padding: 1em 1em;
  overflow: hidden;
  font-family: "barlow", sans-serif;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links {
    padding: 1em 0.5em 0;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links {
    font-size: 1em;
    padding: 0 0 0.15em;
  }
}
@media screen and (min-width: 992px) {
  section.home.legacy.links {
    padding: 1em 1em;
  }
}
section.home.legacy.links div.row {
  width: 100%;
  margin-bottom: 1em;
  clear: both;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row {
    display: table;
  }
}
section.home.legacy.links div.row.primary > div {
  width: 100%;
  min-height: 11.875em;
  padding: 1em;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row.primary > div {
    width: 50%;
    padding: 1.25em;
  }
}
section.home.legacy.links div.row.primary > div h3 {
  margin-top: 0;
  width: auto;
  padding-top: 0;
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row.primary > div h3 {
    width: 75%;
  }
}
section.home.legacy.links div.row.primary > div p {
  width: auto;
  font-size: 1em;
  font-family: "nimbus-sans", sans-serif;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.primary > div p {
    width: 60%;
  }
}
section.home.legacy.links div.row.primary > div .button {
  text-decoration: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  padding: 0.8em 1.1em;
  right: 1em;
  bottom: 1em;
  border-radius: 0.2em;
  left: 1em;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.primary > div .button {
    right: auto;
    bottom: 1.25em;
    left: 1.25em;
    padding: 0.6em 0.9em;
  }
}
section.home.legacy.links div.row.primary #about-metafit {
  background-color: #00A2DA;
  width: 100%;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.primary #about-metafit {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row.primary #about-metafit {
    width: 33.33333%;
  }
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.primary #about-metafit {
    background-image: url(../images/about-metafit-bg.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: 100%;
  }
}
section.home.legacy.links div.row.primary #about-metafit .button {
  background-color: #f9bc00;
  color: #fff;
}
section.home.legacy.links div.row.primary #about-metafit .button i {
  float: right;
  margin-top: 2px;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.primary #about-metafit .button i {
    display: none;
  }
}
section.home.legacy.links div.row.primary #about-metafit .button:hover {
  background-color: #F4B208;
}
section.home.legacy.links div.row.primary #about-metafit p {
  font-size: 1.2em;
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row.primary #about-metafit p {
    width: 100%;
    margin-bottom: 5em;
  }
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row.primary #about-metafit p {
    width: 90%;
    margin-bottom: 3em;
  }
}
section.home.legacy.links div.row.primary #track-promo {
  background-color: #f9bc00;
  padding-bottom: 4em;
  width: 100%;
  min-height: 0;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.primary #track-promo {
    width: 50%;
    min-height: 265px;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row.primary #track-promo {
    width: 33.33333%;
    min-height: auto;
  }
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row.primary #track-promo {
    width: 33.33333%;
    background-image: url(../images/track-promo-bg-tablet.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: 75%;
  }
}
section.home.legacy.links div.row.primary #track-promo p {
  margin-bottom: 1em;
  width: 100%;
  font-size: 1.1em;
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row.primary #track-promo p {
    width: 69%;
  }
}
section.home.legacy.links div.row.primary #track-promo h3 {
  width: 69%;
}
section.home.legacy.links div.row.primary #track-promo .form-wrap {
  width: 100%;
  display: block;
  margin: 0;
  min-height: 0;
}
section.home.legacy.links div.row.primary #track-promo form input,
section.home.legacy.links div.row.primary #track-promo form button {
  -webkit-appearance: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 1em;
  border: 0;
}
section.home.legacy.links div.row.primary #track-promo form input[type=email] {
  width: 100%;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  display: block;
  margin-bottom: 1em;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.primary #track-promo form input[type=email] {
    width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row.primary #track-promo form input[type=email] {
    width: 100%;
    padding: 0.75em 1.1em;
  }
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row.primary #track-promo form input[type=email] {
    width: 60%;
    padding: 0.5em 1em;
  }
}
section.home.legacy.links div.row.primary #track-promo .submit-wrap {
  min-height: 0;
  border: 0;
  margin: 0;
  float: none;
  padding: 0;
}
section.home.legacy.links div.row.primary #track-promo button {
  font-size: 1em;
  padding: 0.5em 0.75em;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background-color: #00A2DA;
  border: 0;
  filter: none;
  box-shadow: none;
  background-image: none;
  width: 100%;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.primary #track-promo button {
    width: auto;
  }
}
section.home.legacy.links div.row.primary #track-promo button:hover {
  background-color: #118DD0;
}
section.home.legacy.links div.row.primary #track-promo a.button {
  color: #fff;
  right: 1.25em;
}
section.home.legacy.links div.row.primary #metapwr-promo {
  background-color: #f9bc00;
  padding-bottom: 4em;
  width: 100%;
  background-image: url(https://s3-eu-west-1.amazonaws.com/metafittest/assets/metapwr-background.jpg);
  background-position: left center;
  background-size: cover;
  position: relative;
  min-height: 0;
}
section.home.legacy.links div.row.primary #metapwr-promo:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.primary #metapwr-promo {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row.primary #metapwr-promo {
    width: 33.3333%;
  }
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row.primary #metapwr-promo {
    width: 33.3333%;
  }
}
section.home.legacy.links div.row.primary #metapwr-promo p {
  margin-bottom: 1em;
  width: 100%;
  font-size: 1.1em;
  position: relative;
}
section.home.legacy.links div.row.primary #metapwr-promo img {
  position: relative;
}
section.home.legacy.links div.row.primary #metapwr-promo .form-wrap {
  width: 100%;
  display: block;
  margin: 0;
  min-height: 0;
}
section.home.legacy.links div.row.primary #metapwr-promo form input,
section.home.legacy.links div.row.primary #metapwr-promo form button {
  -webkit-appearance: none;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-size: 1em;
  border: 0;
}
section.home.legacy.links div.row.primary #metapwr-promo form input[type=email] {
  width: 100%;
  padding: 0.5em 1em;
  background-color: rgba(255, 255, 255, 0.7);
  color: #333;
  display: block;
  margin-bottom: 1em;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.primary #metapwr-promo form input[type=email] {
    width: 60%;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row.primary #metapwr-promo form input[type=email] {
    width: 100%;
    padding: 0.75em 1.1em;
  }
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row.primary #metapwr-promo form input[type=email] {
    width: 60%;
    padding: 0.5em 1em;
  }
}
section.home.legacy.links div.row.primary #metapwr-promo .submit-wrap {
  min-height: 0;
  border: 0;
  margin: 0;
  float: none;
  padding: 0;
}
section.home.legacy.links div.row.primary #metapwr-promo button {
  font-size: 1em;
  padding: 0.5em 0.75em;
  text-decoration: none;
  font-weight: 700;
  color: #fff;
  background-color: #f9bc00;
  border: 0;
  filter: none;
  box-shadow: none;
  background-image: none;
  width: 100%;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.primary #metapwr-promo button {
    width: auto;
  }
}
section.home.legacy.links div.row.primary #metapwr-promo button:hover {
  background-color: #118DD0;
}
section.home.legacy.links div.row.primary #metapwr-promo a.button {
  color: #fff;
  background-color: #f4b400;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.secondary {
    margin-bottom: 1em;
    display: table;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row.secondary {
    margin-bottom: 1.5em;
  }
}
section.home.legacy.links div.row.secondary > div {
  background-color: #eeeeee;
  vertical-align: top;
  min-height: 0;
  float: none;
  width: 100%;
  position: relative;
  margin-bottom: 1.75em;
}
section.home.legacy.links div.row.secondary > div:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #eeeeee;
  border-width: 20px;
  margin-left: -20px;
  margin-top: -2px;
  z-index: 1;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.secondary > div {
    width: 50%;
    float: left;
    min-height: 14.5em;
    margin-bottom: 1em;
  }
  section.home.legacy.links div.row.secondary > div:before {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row.secondary > div {
    display: table-cell;
    width: 33%;
    float: none;
    position: relative;
    min-height: 0;
  }
  section.home.legacy.links div.row.secondary > div:before {
    display: block;
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-left-color: #eeeeee;
    border-width: 20px;
    margin-top: -20px;
    margin-left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  section.home.legacy.links div.row.secondary > div {
    padding-left: 5em;
  }
  section.home.legacy.links div.row.secondary > div .button {
    left: 5.25em;
  }
}
section.home.legacy.links div.row.secondary > div .progress-bar {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 3.2em;
  z-index: 0;
  min-height: 0;
}
@media screen and (min-width: 1200px) {
  section.home.legacy.links div.row.secondary > div .progress-bar {
    bottom: 0;
    right: auto;
    width: 4em;
    height: auto;
    top: 0;
    margin: 0;
  }
}
section.home.legacy.links div.row.secondary > div .progress-bar:before {
  content: "";
  position: absolute;
  background-image: url(../images/progress.png);
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: 11px;
  right: 11px;
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row.secondary > div .progress-bar:before {
    width: 34px;
    height: 34px;
    top: 9px;
    right: 10px;
  }
}
@media screen and (min-width: 1200px) {
  section.home.legacy.links div.row.secondary > div .progress-bar:before {
    top: 12px;
    left: 11px;
    right: auto;
    width: 40px;
    height: 40px;
  }
}
section.home.legacy.links div.row.secondary > div h4 {
  font-size: 1.2em;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
  font-weight: 700;
  color: #fff;
  letter-spacing: -1px;
  text-shadow: none;
  padding-top: 0.8em;
  position: relative;
  z-index: 1;
  margin-bottom: 0.75em;
}
@media screen and (min-width: 1200px) {
  section.home.legacy.links div.row.secondary > div h4 {
    font-size: 1.3em;
    padding-top: 1em;
    color: #999999;
    margin: 0;
  }
}
section.home.legacy.links div.row.secondary > div p {
  width: auto;
  color: #666666;
  text-shadow: none;
  margin-bottom: 5em;
  font-family: "nimbus-sans", sans-serif;
}
section.home.legacy.links div.row.secondary > div p strong {
  display: block;
  margin-bottom: 3px;
}
section.home.legacy.links div.row.secondary > div a.button {
  font-size: 1em;
  padding: 0.75em 0.9em;
  font-weight: bold;
  border-radius: 0.2em;
  color: #fff;
  vertical-align: middle;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.1);
  text-decoration: none;
  right: 1em;
}
section.home.legacy.links div.row.secondary > div a.button i {
  float: right;
  margin-top: 2px;
  vertical-align: middle;
  opacity: 0.8;
  font-size: 0.8em;
  margin-left: 1em;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.secondary > div a.button i {
    float: none;
    margin-top: -2px;
  }
}
@media screen and (min-width: 400px) {
  section.home.legacy.links div.row.secondary > div a.button {
    right: 1em;
    left: auto;
    min-width: 140px;
  }
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.secondary > div a.button {
    right: auto;
    left: 1em;
    min-width: 0;
    padding: 0.6em 0.8em;
    font-size: 0.9375em;
  }
  section.home.legacy.links div.row.secondary > div a.button i {
    float: none;
    margin-top: -2px;
  }
}
@media screen and (min-width: 1200px) {
  section.home.legacy.links div.row.secondary > div a.button {
    left: 5.4em;
  }
}
section.home.legacy.links div.row.secondary > div.unavailable .progress-bar {
  background-color: #ddd !important;
}
section.home.legacy.links div.row.secondary > div.unavailable p {
  color: #bbb !important;
}
section.home.legacy.links div.row.secondary > div.unavailable .button {
  background-color: #ddd !important;
}
section.home.legacy.links div.row.secondary #become-a-coach .progress-bar,
section.home.legacy.links div.row.secondary #become-a-coach .button {
  background-color: #ffd700;
}
section.home.legacy.links div.row.secondary #become-a-coach .progress-bar:hover,
section.home.legacy.links div.row.secondary #become-a-coach .button:hover {
  background-color: #F7CD09;
}
section.home.legacy.links div.row.secondary #become-a-coach .progress-bar:before {
  background-position: 0px -80px;
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row.secondary #become-a-coach .progress-bar:before {
    background-position: -3px -44px;
  }
}
@media screen and (min-width: 1200px) {
  section.home.legacy.links div.row.secondary #become-a-coach .progress-bar:before {
    background-position: 0px 0px;
  }
}
section.home.legacy.links div.row.secondary #subscribe .progress-bar,
section.home.legacy.links div.row.secondary #subscribe .button {
  background-color: #f9bf00;
}
section.home.legacy.links div.row.secondary #subscribe .progress-bar:hover,
section.home.legacy.links div.row.secondary #subscribe .button:hover {
  background-color: #F4B208;
}
section.home.legacy.links div.row.secondary #subscribe .progress-bar:before {
  background-position: -31px -80px;
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row.secondary #subscribe .progress-bar:before {
    background-position: -39px -44px;
  }
}
@media screen and (min-width: 1200px) {
  section.home.legacy.links div.row.secondary #subscribe .progress-bar:before {
    background-position: -43px 0px;
  }
}
section.home.legacy.links div.row.secondary #coach-login {
  margin-bottom: 0;
  width: 100%;
  /*.button {
          @include mq(small_tablet) {
              right: 1em;
              left: auto;
              i {
                  float: right;
                  margin-top: 2px;
              }
          }
          @include mq(tablet) {
              right: auto;
              left: 1em;
              i {
                  float: none;
                  margin-top: -2px;
              }
          }
      }*/
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row.secondary #coach-login {
    min-height: 0;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row.secondary #coach-login {
    width: 33%;
  }
}
section.home.legacy.links div.row.secondary #coach-login:before {
  display: none;
}
section.home.legacy.links div.row.secondary #coach-login .button:hover {
  background-color: #118DD0;
}
section.home.legacy.links div.row.secondary #coach-login .progress-bar,
section.home.legacy.links div.row.secondary #coach-login .button {
  background-color: #00A2DA;
}
section.home.legacy.links div.row.secondary #coach-login .progress-bar:before {
  background-position: -64px -80px;
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row.secondary #coach-login .progress-bar:before {
    background-position: -77px -44px;
  }
}
@media screen and (min-width: 1200px) {
  section.home.legacy.links div.row.secondary #coach-login .progress-bar:before {
    background-position: -87px 0px;
  }
}
section.home.legacy.links div.row div {
  width: 100%;
  padding: 0 1em;
  height: 100%;
  margin-bottom: 1em;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row div {
    float: left;
    border-right: 0.5em solid #fff;
    border-left: 0.5em solid #fff;
    min-height: 10em;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row div {
    min-height: 0;
    display: table-cell;
    position: relative;
    border-right: 1em solid #fff;
    border-left: 1em solid #fff;
    float: none;
    vertical-align: top;
  }
}
section.home.legacy.links div.row div h3 {
  font-size: 1.5em;
  font-family: "barlow", sans-serif;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
  padding-top: 0.75em;
  width: 75%;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.075);
}
section.home.legacy.links div.row div p {
  color: #fff;
  font-family: "Source Sans 3", sans-serif;
  margin: 1em 0 4em;
  font-size: 0.9375em;
  width: 60%;
  display: inline-block;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.075);
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row div p {
    margin: 1em 0 3em;
  }
}
section.home.legacy.links div.row div a.button {
  position: absolute;
  bottom: 1em;
  left: 1em;
  padding: 0.5em;
  background-color: #00A2DA;
  font-size: 1em;
  margin-top: 1em;
}
section.home.legacy.links div.row div div {
  box-sizing: border-box;
  position: initial;
  border: 0;
  padding: 0;
  height: auto;
}
section.home.legacy.links div.row div div a {
  font-size: 1.1em;
  display: block;
  padding: 1em 0;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
section.home.legacy.links div.row div div:after {
  background-image: url("../images/core-sprite.png");
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row div div {
    width: 100%;
  }
}
section.home.legacy.links div.row div.become-a-coach {
  background-color: #f9bc00;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row div.become-a-coach {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row div.become-a-coach {
    width: 33.33333%;
  }
}
section.home.legacy.links div.row div.become-a-coach div h3 {
  width: 100%;
}
section.home.legacy.links div.row div.become-a-coach div:after {
  content: "";
  position: absolute;
  background-position: -312px -77px;
  bottom: 1em;
  width: 40%;
  max-width: 130px;
  right: 0;
  height: 92px;
}
section.home.legacy.links div.row div.subscribe {
  background-color: gold;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row div.subscribe {
    width: 50%;
  }
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row div.subscribe {
    width: 33.33333%;
  }
}
section.home.legacy.links div.row div.subscribe div {
  height: 100%;
}
section.home.legacy.links div.row div.subscribe div:after {
  content: "";
  position: absolute;
  background-position: 0px -80px;
  bottom: 1em;
  width: 40%;
  max-width: 130px;
  height: 95px;
  right: 0;
}
section.home.legacy.links div.row div.find-a-coach {
  background-color: #00A2DA;
  margin: 0;
  clear: both;
}
@media screen and (min-width: 576px) {
  section.home.legacy.links div.row div.find-a-coach {
    width: 100%;
    display: relative;
    float: none;
  }
}
@media screen and (min-width: 768px) {
  section.home.legacy.links div.row div.find-a-coach {
    float: left;
  }
}
@media screen and (min-width: 992px) {
  section.home.legacy.links div.row div.find-a-coach {
    display: table-cell;
    position: relative;
    float: none;
  }
}
section.home.legacy.links div.row div.find-a-coach p {
  margin-bottom: 5em;
}
section.home.legacy.links div.row div.find-a-coach form {
  position: absolute;
  bottom: 1em;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding: 0 1em;
  font-family: "Source Sans 3", sans-serif;
  z-index: 3;
}
section.home.legacy.links div.row div.find-a-coach form input {
  width: 50%;
  font-size: 1em;
  min-width: 120px;
  padding: 0.5em 0.5em;
  border: 0;
  margin: 0;
  font-family: "Source Sans 3", sans-serif;
  outline: none;
}
section.home.legacy.links div.row div.find-a-coach form button {
  font-family: "barlow", sans-serif;
  font-size: 1em;
  padding: 0.5em 0.5em;
  border: 0;
  margin: 0;
  background-image: none;
  background-color: #0F7CB7;
  color: #fff;
  cursor: pointer;
  border-radius: 0;
}
section.home.legacy.links div.row div.find-a-coach div {
  height: 100%;
}
section.home.legacy.links div.row div.find-a-coach div:after {
  content: "";
  position: absolute;
  background-position: -309px -172px;
  top: 0;
  width: 100%;
  max-width: 390px;
  right: 0;
  height: 100%;
  max-height: 200px;
}
section.home.legacy.links div.row div.clear {
  clear: both;
}

section.content {
  position: relative;
  overflow: hidden;
  background-color: #f4f4f4;
}
section.content .container {
  background-color: #fff;
}
section.content article,
section.content > div {
  box-sizing: border-box;
  padding-top: 20px;
}
section.content article {
  color: #444 !important;
  width: 100%;
  overflow: hidden;
}
section.content article a {
  text-decoration: none;
  color: #444;
}
section.content article a:hover {
  text-decoration: underline;
}
section.content article h1,
section.content article h2,
section.content article h3,
section.content article h4,
section.content article h5,
section.content article h6 {
  font-weight: bold;
  margin-bottom: 0.75em;
}
section.content article h1 {
  font-size: 1.6em;
}
section.content article h2 {
  font-size: 1.5em;
}
section.content article h3 {
  font-size: 1.4em;
}
section.content article h4 {
  font-size: 1.3em;
}
section.content article h5 {
  font-size: 1.2em;
}
section.content article h6 {
  font-size: 1.1em;
}
section.content article b {
  font-weight: bold;
}
section.content article em,
section.content article i {
  font-style: italic;
}
section.content article > ul,
section.content article > ol {
  margin-bottom: 1.5em;
}
section.content article ul {
  list-style-type: disc;
  margin-left: 1.1em;
  line-height: 1.4em;
}
section.content article ol {
  list-style-position: inside;
  list-style-type: decimal;
  text-align: left;
  line-height: 1.4em;
}
section.content article ol ol {
  list-style-type: lower-roman;
}
section.content article ol ol li {
  margin-left: 1em;
}
section.content article p {
  margin-bottom: 1.5em;
}
section.content article table td {
  border: 1px solid #ddd;
  padding: 0.5em 0.75em;
}
section.content article table thead tr td {
  background-color: #f5f5f5;
}

section.explore {
  background-color: #f5f5f5;
  width: 100%;
  overflow: hidden;
  min-height: 200px;
  box-sizing: border-box;
  padding: 1.5em;
}
section.explore > div {
  box-sizing: border-box;
  float: left;
}
section.explore h2 {
  font-size: 1.2em;
  color: #666;
  width: 100%;
  padding-bottom: 0.75em;
  border-bottom: 1px solid #eee;
}
section.explore > div {
  width: 25%;
  padding: 0 0 0 1.5em;
  box-sizing: border-box;
}
section.explore > div div {
  background-color: #eee;
  border: 1px solid #ddd;
  width: 100%;
  height: 80px;
}

section.banner {
  border-bottom: 1px solid #eee;
  background-color: #ffffff;
}
section.banner .row {
  margin-right: -31px;
  margin-left: -31px;
}
section.banner .row header {
  min-height: 218px;
  background-color: #151515;
  padding: 1em;
  overflow: hidden;
  font-size: 1em;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (min-width: 576px) {
  section.banner .row header {
    font-size: 0.9em;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  section.banner .row header {
    font-size: 0.9em;
    padding: 1.5em;
    text-align: left;
  }
}
@media screen and (min-width: 992px) {
  section.banner .row header {
    font-size: 1em;
  }
}
@media screen and (min-width: 1400px) {
  section.banner .row header {
    font-size: 1em;
  }
}
section.banner .row header .page-title-container {
  margin-top: 40px;
  background-color: #f9bb01;
  width: auto;
  display: inline-block;
  padding: 0 20px;
}
section.banner .row header .page-title-container h1 {
  font-family: "Source Sans 3", sans-serif;
  font-weight: 700;
  font-size: 1.8em;
  line-height: 136%;
  letter-spacing: 0%;
  text-align: center;
  text-transform: uppercase;
  color: #333333;
}
@media screen and (min-width: 576px) {
  section.banner .row header .page-title-container h1 {
    font-size: 2em;
    padding: 0.25em;
  }
}
@media screen and (min-width: 768px) {
  section.banner .row header .page-title-container h1 {
    padding: 0;
    font-size: 2.5em;
    margin: 0.25em 0;
  }
}
section.banner .row header .page-title-container h1 span {
  font-size: 1.1em;
  font-weight: bold;
}
section.banner .row header .page-title-container h1 sup {
  font-size: 0.5em;
  margin-left: 0.2em;
}

.sidebar {
  width: 100%;
  background-color: #f5f5f5;
}
@media screen and (min-width: 768px) {
  .sidebar {
    width: 30%;
    float: left;
  }
}
.sidebar > div {
  width: 100%;
  width: 100%;
  margin-bottom: 1em;
  padding: 1.5em;
  color: #fff;
  font-weight: bold;
  position: relative;
  cursor: pointer;
  border: 1px solid transparent;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .sidebar > div {
    width: 100%;
    float: none;
  }
}
.sidebar > div h3 {
  padding: 0;
  margin: 0;
}
.sidebar > div:hover {
  border: 1px solid rgba(0, 0, 0, 0.15);
}
.sidebar > div a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.sidebar > div.subscribe {
  background-color: #a6a6a6;
}
.sidebar > div.become-a-coach {
  background-color: #00A2DA;
}
.sidebar > div.metafit-franchise {
  background-color: #f9bc00;
}
.sidebar > div.metafit-team {
  background-color: #ccc;
}
.sidebar > div.testimonials {
  background-color: #00A2DA;
}
.sidebar > div.fb_iframe_widget {
  padding: 0;
}

section.store {
  background-color: #f5f5f5;
}
section.store > div {
  box-sizing: border-box;
}
section.store div.listings {
  background-color: #ffffff;
  width: 100%;
  float: none;
  position: relative;
  padding: 0.75em;
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  section.store div.listings {
    width: 100%;
    float: left;
  }
}
section.store div.listings .program {
  width: 100%;
}
section.store div.listings nav {
  margin: -0.75em -0.75em 0.75em;
  min-height: 1em;
  background-color: #f5f5f5;
}
section.store div.listings nav ul {
  overflow: hidden;
}
section.store div.listings nav ul li {
  float: left;
  font-size: 0.9em;
  padding: 1em 1.7em;
  border-right: 1px solid #eee;
  display: block;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  background-color: #fdfdfd;
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  text-align: center;
  border-top: 3px solid transparent;
  border-bottom: 1px solid #eee;
}
@media screen and (min-width: 576px) {
  section.store div.listings nav ul li {
    padding: 1em 1.7em;
    font-size: 1.2em;
  }
}
@media screen and (min-width: 992px) {
  section.store div.listings nav ul li {
    width: 25%;
  }
}
section.store div.listings nav ul li.cart {
  border: 0;
  border-top: 3px solid transparent;
  float: none;
  padding-left: 0;
  padding-right: 0;
  text-indent: -9999px;
  text-align: center;
}
section.store div.listings nav ul li.cart.active:after {
  opacity: 1;
}
section.store div.listings nav ul li.cart:after {
  content: "";
  width: 36px;
  height: 30px;
  background: url("../images/core-sprite.png") -473px 0;
  position: absolute;
  top: 0.6em;
  right: 3%;
  opacity: 0.6;
  -webkit-transform: scale(0.8);
}
@media screen and (min-width: 576px) {
  section.store div.listings nav ul li.cart {
    position: relative;
    float: right;
    text-indent: 0;
    padding-left: 4em;
    padding-right: 1.5em;
    border-left: 1px solid #eee;
  }
  section.store div.listings nav ul li.cart:after {
    top: 0.6em;
    right: 4.2em;
  }
}
@media screen and (min-width: 992px) {
  section.store div.listings nav ul li.cart {
    display: none;
    text-indent: 0;
  }
}
section.store div.listings nav ul li:hover, section.store div.listings nav ul li.active {
  color: #444;
  background-color: #ffffff;
  transition: all 0.2s ease-out;
  border-top: 3px solid #fdcd00;
  border-bottom: 1px solid transparent;
}
section.store div.listings nav ul li.active {
  background-color: #ffffff;
}
section.store div.listings .search-bar {
  margin: 15px 0.75em;
  height: 42px;
}
section.store div.listings .search-bar input {
  height: 100%;
  font-size: 1.2em;
  font-family: "nimbus-sans", sans-serif;
  color: #444;
  width: 100%;
  min-width: 260px;
  max-width: 300px;
  border: 3px solid #fdcd00;
}
section.store div.listings .search-bar input:focus {
  outline: none;
}
section.store div.listings #results {
  transition: height 0.4s ease-in-out;
  backface-visibility: hidden;
}
section.store div.listings div.item {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding: 0.75em;
  backface-visibility: hidden;
}
@media screen and (min-width: 576px) {
  section.store div.listings div.item {
    width: 50%;
    height: 10.3em;
  }
}
@media screen and (min-width: 992px) {
  section.store div.listings div.item {
    width: 33.3333%;
    height: 10.3em;
  }
}
@media screen and (min-width: 1200px) {
  section.store div.listings div.item {
    width: 25%;
  }
}
section.store div.listings div.item div {
  width: 100%;
  background-color: #f5f5f5;
  height: 100%;
  position: relative;
  transition: all 0.1s ease-in-out;
  padding: 15px;
}
section.store div.listings div.item div h4 {
  color: #666;
  font-weight: bold;
  font-family: "barlow", sans-serif;
  font-size: 1.2em;
  margin-bottom: 1em;
}
section.store div.listings div.item div h5 {
  color: #555;
  margin-bottom: 20px;
}
section.store div.listings div.item div a.button {
  padding: 0.95em 0;
  font-size: 0.9em;
  text-decoration: none;
  background-color: #fdcd00;
  font-weight: bold;
  color: #fff;
  display: block;
  position: relative;
}
section.store div.listings div.item div a.button span.cost {
  width: 70px;
  display: inline-block;
  text-align: center;
}
section.store div.listings div.item div a.button span.label {
  margin-left: 15px;
  position: relative;
}
section.store div.listings div.item div a.button i {
  float: right;
  margin-right: 15px;
  font-size: 20px;
  margin-top: -3px;
}
section.store div.listings div.item div a.button:before {
  content: "";
  background-color: rgba(0, 0, 0, 0.03);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 0;
}
section.store div.listings div.item div a.button:hover {
  opacity: 0.8;
}
section.store div.listings div.item div div.product-meta {
  padding: 0;
  height: auto;
  margin-bottom: 1em;
  float: none;
}
section.store div.listings div.item div div.product-meta a {
  text-decoration: none !important;
}
section.store div.listings div.item div div.product-meta i {
  font-size: 18px;
  color: #666666;
  margin-right: 10px;
}
section.store div.listings div.item div div.product-meta i.unavailable {
  color: #e5e5e5;
}
section.store div.listings div.item.purchased div h5 {
  color: #ccc;
}
section.store div.listings div.item.purchased div a i {
  opacity: 0.8;
}
section.store div.listings div.item.purchased div a i:hover {
  opacity: 1;
}
section.store div.listings div.item.purchased div a.button {
  background-image: none;
  border-top: 1px solid #eee;
  background-color: #00B285;
  color: #fff;
  opacity: 0.8;
}
section.store div.listings div.item.purchased div a.button:hover {
  opacity: 1;
}
section.store div.listings div.item.purchased div a.button:before {
  display: none;
}
@media screen and (min-width: 992px) {
  section.store:after {
    content: "";
    width: 30%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #f5f5f5;
    z-index: -1;
  }
}
section.store div.cart {
  width: 100%;
  padding: 0em 1em 1em;
  background-color: #fff;
  display: none;
  backface-visibility: hidden;
}
@media screen and (min-width: 992px) {
  section.store div.cart {
    width: 30%;
    padding: 0.9em 1.5em;
    background-color: #f5f5f5;
    opacity: 1;
    display: block;
  }
}
section.store div.cart.on {
  display: block;
}
section.store div.cart h2 {
  font-size: 1.1em;
  color: #808080;
}
section.store div.cart > div:hover {
  border: none;
}
section.store div.cart > div {
  cursor: initial;
}
section.store div.cart > div a {
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
  right: auto;
}
section.store div.cart div.cart-wrapper {
  background-color: #ffffff;
  border: 0;
  border-left: 3px solid #00B285;
  padding: 1em;
  color: #999;
}
section.store div.cart .cart-total {
  font-size: 46px;
  font-weight: 200;
  color: #999;
  margin-top: 15px;
}
section.store div.cart .cart-total span {
  font-size: 20px;
  vertical-align: top;
  margin-top: 5px;
  display: inline-block;
  margin-right: 5px;
}
section.store div.cart div.cart-table {
  color: #333;
  font-weight: normal;
  padding: 0;
  margin-top: 1em;
  display: table;
  border: 0;
}
section.store div.cart div.cart-table:hover {
  border: 0;
}
@media screen and (min-width: 992px) {
  section.store div.cart div.cart-table {
    background-color: transparent;
    font-size: 0.9em;
    margin-left: -1.1em;
    margin-right: -1.2em;
  }
}
section.store div.cart div.cart-table .cart-row {
  display: table-row;
  width: 100%;
  background-color: #f9f9f9;
}
section.store div.cart div.cart-table .cart-row:hover div,
section.store div.cart div.cart-table .cart-row:hover a {
  background-color: #f8f8f8;
}
section.store div.cart div.cart-table .cart-row.footer div,
section.store div.cart div.cart-table .cart-row.footer a {
  background-color: transparent;
  border: 0;
  font-size: 1.2em;
  cursor: default;
}
@media screen and (min-width: 992px) {
  section.store div.cart div.cart-table .cart-row.footer div,
  section.store div.cart div.cart-table .cart-row.footer a {
    color: #888 !important;
    font-weight: bold;
  }
}
section.store div.cart div.cart-table .cart-row.footer div.cart-item,
section.store div.cart div.cart-table .cart-row.footer a.cart-item {
  color: #888;
  font-size: 1em;
}
section.store div.cart div.cart-table .cart-row div,
section.store div.cart div.cart-table .cart-row a {
  padding: 2em;
  display: table-cell;
  position: relative;
  vertical-align: middle;
  margin-bottom: 1em;
  border-bottom: 3px solid #ddd;
  border-top: 10px solid #fff;
}
@media screen and (min-width: 992px) {
  section.store div.cart div.cart-table .cart-row div,
  section.store div.cart div.cart-table .cart-row a {
    border: 0;
    padding: 10px 18px;
    border-top: 1px solid #eee;
  }
}
section.store div.cart div.cart-table .cart-row div.cart-cost,
section.store div.cart div.cart-table .cart-row a.cart-cost {
  width: 20%;
  text-align: center;
}
section.store div.cart div.cart-table .cart-row div.cart-item-delete,
section.store div.cart div.cart-table .cart-row a.cart-item-delete {
  width: 20px;
  font-size: 20px;
  color: #808080;
  opacity: 0.7;
}
section.store div.cart div.cart-table .cart-row div.cart-item-delete:hover,
section.store div.cart div.cart-table .cart-row a.cart-item-delete:hover {
  opacity: 1;
}
section.store div.cart div.cart-table .cart-row:first-child div {
  border-top: none;
}
section.store div.cart button {
  width: 100%;
  display: block;
  background-color: #f5f5f5;
  text-align: left;
  border: 0;
  background-image: none;
  box-shadow: none;
  border-radius: 0;
  font-size: 17px;
  font-weight: bold;
  color: #BBBBBB;
  padding: 1em;
  cursor: not-allowed;
  outline: none;
}
section.store div.cart button i {
  float: right;
  font-size: 25px;
  margin-top: -2px;
  line-height: normal;
}
section.store div.cart button:disabled, section.store div.cart button[disabled] {
  background-color: #f5f5f5 !important;
}
section.store div.cart button.active {
  background-color: #00B285;
  color: #ffffff;
  opacity: 0.8;
  margin-top: 16px;
  cursor: pointer;
}
section.store div.cart button.active:hover {
  opacity: 1;
  background-color: #00B285 !important;
}
section.store div.cart button i {
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.store div.cart button.dropdown-active {
  opacity: 1;
}
section.store div.cart button.dropdown-active i {
  -ms-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
section.store div.cart a.paypal {
  position: relative;
  text-align: center;
  font-size: 0.7em;
  text-decoration: none;
  color: #707070;
  margin: 0 auto;
  display: block;
}
@media screen and (min-width: 768px) {
  section.store div.cart a.paypal {
    float: left;
    margin: 0.2em 0 0;
  }
}
section.store div.cart a.paypal:after {
  content: "";
  background: url("../images/core-sprite.png") -385px -34px;
  position: relative;
  width: 97px;
  height: 31px;
  display: block;
  margin-top: 0.5em;
  margin: 0.5em auto 0;
}
@media screen and (min-width: 768px) {
  section.store div.cart a.paypal:after {
    margin: 0.5em 0 0;
  }
}
section.store div.cart .purchase-information {
  background-color: #ffffff;
  color: #808080;
  border: 0;
  padding: 1.5em 1em;
}
section.store div.cart .purchase-information:hover {
  border: 0;
}
section.store div.cart .purchase-information h3 {
  font-size: 1.1em;
  color: #808080;
  margin-bottom: 1em;
}
section.store div.cart .purchase-information p {
  color: #808080;
  font-weight: 400;
  margin-bottom: 16px;
  font-size: 15px;
}
section.store div.cart .purchase-information p:last-child {
  margin-bottom: 0;
}
section.store div.cart .purchase-information p i {
  margin-right: 15px;
  width: 20px;
  text-align: center;
  font-size: 18px;
  margin-left: 2px;
}

.fac_search {
  width: auto;
  position: relative;
  background-image: linear-gradient(to left bottom, #fbcb09 0%, #fddf68 100%);
}
.fac_search .container {
  background: url("https://cdn.metafit-training.com/metafit/assets/world-map.png") no-repeat center center;
  width: 100%;
  height: 100%;
}
.fac_search .container p {
  font-size: 1.1875em;
  display: block;
  text-align: center;
  position: relative;
  padding-top: 2em;
  color: #4C4C4D;
}
.fac_search .container p span {
  font-family: "Century Gothic W01";
  font-weight: 800;
}
.fac_search .region_browser {
  height: 3em;
  min-height: 3em;
  border-top: 1px solid #ccc;
  display: table;
  width: 100%;
  box-sizing: border-box;
  background-image: linear-gradient(to bottom, #f9f9f9 0%, #e7e7e7 100%);
}
.fac_search .region_browser p {
  display: table-cell;
  color: rgba(112, 112, 112, 0.4666666667) 8;
  white-space: nowrap;
  line-height: 3em;
  padding-left: 1em;
}
.fac_search .region_browser span {
  display: table-cell;
  width: 100%;
  padding: 0 0.5em 0 1em;
}
.fac_search .region_browser span select {
  margin: 0;
  margin-right: 1em;
  font-size: 1em;
  color: #707070;
  width: 100%;
  font-family: "nimbus-sans", sans-serif;
}
.fac_search form {
  overflow: hidden;
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  padding: 1em;
}
.fac_search a.fake-it {
  display: inline-block;
  margin: auto;
  text-decoration: none;
  margin-top: 0.8em;
  padding: 0.4em 1em;
  border: #666666 1px solid;
  color: #fff;
  position: relative;
  font-family: "Century Gothic W01";
  font-weight: 800;
  font-size: 1.9375em;
  cursor: pointer;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.65);
  transition: all 0.2s ease-in-out;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #828384;
  background-image: linear-gradient(to bottom, #828384 0%, #4c4d4f 100%);
  margin-bottom: 1em;
}
.fac_search a.fake-it:hover {
  box-shadow: none;
  transition: all 0.1s ease-in-out;
}
.fac_search select {
  border: 1px solid #ccc;
  border-radius: 0;
  appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 0.5em;
  margin-bottom: 1em;
  outline: none;
}
.fac_search input {
  outline: none;
  resize: none;
}
.fac_search input[type=text] {
  margin: auto;
  display: block;
  margin-top: 0.8em;
  font-size: 2em;
  padding: 0.5em 1em;
  text-align: center;
  color: #888;
  text-transform: uppercase;
  border: 0;
  max-width: 16em;
  width: 100%;
  box-sizing: border-box;
}
.fac_search input[type=text]::-webkit-input-placeholder {
  color: #ccc;
}
.fac_search input[type=text]:-moz-placeholder {
  /* Firefox 18- */
  color: #ccc;
}
.fac_search input[type=text]::-moz-placeholder {
  /* Firefox 19+ */
  color: #ccc;
}
.fac_search input[type=text]:-ms-input-placeholder {
  color: #ccc;
}
.fac_search input[type=submit] {
  width: 100%;
  display: block;
  margin: auto;
  margin-top: 0.8em;
  margin-bottom: 1em;
  padding: 0.35em 1em;
  border: #666666 1px solid;
  color: #fff;
  position: relative;
  font-family: "Century Gothic W01";
  font-weight: 800;
  font-size: 1.9375em;
  cursor: pointer;
  background-color: #555;
  border-bottom: 3px solid rgba(0, 0, 0, 0.2);
  transition: all 0.1s ease-in-out;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 576px) {
  .fac_search input[type=submit] {
    width: auto;
  }
}
.fac_search input[type=submit]:hover {
  box-shadow: none;
  background-image: none;
  background-color: #666;
}

.fac_map {
  width: auto;
  min-height: 20em;
  position: relative;
}
.fac_map header {
  position: relative;
  text-align: left;
  background-image: linear-gradient(to bottom, #ffd304 0%, #f7be0f 100%);
}
.fac_map header h2 {
  background-color: #4D4E50;
  color: #f5f5f5;
  font-family: "Century Gothic W01 Bold";
  display: inline-block;
  font-size: 1.9375em;
  line-height: 2em;
  padding: 0 0.5em;
}
.fac_map header h2 a {
  position: relative;
  padding: 0;
  line-height: 2em;
  background-color: transparent;
}
.fac_map header a {
  height: 100%;
  background-color: rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(0, 0, 0, 0.05);
  position: absolute;
  right: 0;
  line-height: 3.8em;
  padding: 0 1em;
  font-family: "Century Gothic W01";
  font-weight: 800;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #fff;
  text-decoration: none;
}
.fac_map header a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.fac_map h3 {
  width: 100%;
  font-size: 1.125em;
  letter-spacing: none;
  background-color: #666;
  color: #fff;
  padding: 0.8em 0.9em;
  font-family: "nimbus-sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.fac_map h3 span {
  font-weight: bold;
  text-transform: uppercase;
}

.fac_results h4 {
  padding: 0;
  font-size: 1.125em;
}
.fac_results h4 span {
  display: block;
  font-size: 0.8em;
  font-weight: 300;
  margin-top: 0.5em;
}
.fac_results #data {
  width: 100%;
  display: table;
  border: 1px solid #EEEEEE;
  border-collapse: collapse;
  /*&:hover {
      .row {
          @include transition(opacity 0.2s ease-in-out);
          opacity: 0.4;
          &:hover {
              opacity: 0.9;
              @include transition(opacity 0.1s ease-in-out);
              p {
                  &:first-child {
                      color: orange;
                  }
              }
          }
      }
  }*/
}
.fac_results #data .row {
  background-color: #F9F9F9;
  height: 6.3em;
  display: table-row;
  border-bottom: 1px solid #eee;
  transition: opacity 0.2s ease-in-out;
}
.fac_results #data .row p {
  display: table-cell;
  vertical-align: middle;
  color: #999999;
  font-size: 0.9375em;
  width: 100%;
  padding-left: 1em;
}
.fac_results #data .row p b {
  font-weight: 600;
}
.fac_results #data .row p:first-child {
  font-size: 2.5em;
  width: 0.8em;
  text-align: center;
  color: #CECECE;
  font-weight: 900;
  padding: 0 0.5em;
}
.fac_results #data .row a.profile_name {
  font-weight: 500;
  color: #666;
  text-decoration: none;
  font-size: 1.3em;
  margin-bottom: 0.3em;
  display: block;
}
.fac_results #data .row img {
  display: table-cell;
  vertical-align: middle;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  width: 5.1875em;
}
.fac_results #data .row span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.fac_results #data .row span.email {
  padding: 0 1em;
  width: 100%;
  border-left: 1px solid #eee;
  color: #666;
}
.fac_results #data .row span.email:hover {
  background-color: rgba(0, 0, 0, 0.02);
  color: #333;
}
.fac_results #data .row span a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}
.fac_results #data .row span p:first-child {
  font-size: 1.0625em;
  line-height: 1em;
}

#map-canvas {
  height: 400px !important;
}
#map-canvas .labels {
  font-family: "nimbus-sans", sans-serif !important;
  font-size: 45px !important;
  font-weight: 800 !important;
  text-align: center;
  line-height: 1em !important;
  height: auto !important;
  white-space: nowrap;
  color: rgba(0, 0, 0, 0.4);
  width: 50px !important;
  overflow: hidden;
}

.title-tag {
  font-size: 15px !important;
  background-color: #f9bc00;
  color: #fff;
  padding: 2px 5px 3px 4px;
  border-radius: 7px;
  position: relative;
  top: -13px;
  margin-left: 8px;
  font-weight: bold;
  margin-bottom: 0;
  line-height: 0;
  font-family: "itc-avant-garde-gothic-pro", sans-serif;
}
.title-tag.title-tag-inverted {
  background-color: #fff;
  padding: 2px 4px;
  color: black;
  font-size: 12px !important;
  top: -9px;
}

.beta_info {
  padding: 1em;
  clear: both;
  background-color: #fafafa;
}
.beta_info .title-tag {
  top: 0;
  margin: 0;
  font-size: 10px !important;
}
.beta_info p {
  font-size: 12px;
  line-height: 17px;
  color: #888;
}

.fac-small-print {
  font-size: 12px;
  color: #707070;
  margin-top: -1em;
  margin-bottom: 3em !important;
}

.media h5 {
  clear: both;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #eee;
}
.media article > p {
  max-width: 40em;
}
.media .mediaexplorer {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
  gap: 10px;
  width: 100%;
  margin-bottom: 1em;
  overflow: hidden;
}
.media .mediaexplorer .file {
  font-size: 0.8em;
  text-align: center;
  min-height: 10em;
  position: relative;
  border: 1px solid transparent;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out;
}
.media .mediaexplorer .file:hover {
  background-color: #f5f5f5;
  border: 1px solid #eee;
}
.media .mediaexplorer .file:before {
  content: "";
  width: 60px;
  height: 77px;
  background-image: url("../images/core-sprite.png");
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 1em;
}
.media .mediaexplorer .file.ppt:before {
  background-position: -238px -262px;
}
.media .mediaexplorer .file.pdf:before {
  background-position: -61px -261px;
}
.media .mediaexplorer .file.jpg:before {
  background-position: -122px -261px;
}
.media .mediaexplorer .file.doc:before {
  background-position: 0 -261px;
}
.media .mediaexplorer .file a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
}

.video-library {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 1.5em;
  overflow: hidden;
  margin-right: 0;
}
.video-library .video-item {
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.video-library .video-item p {
  text-decoration: none;
  color: #707070;
  margin: 0;
  padding: 0.5em;
  font-size: 0.85em;
  transition: all 0.1s ease-in-out;
}
.video-library .video-item span.new-video {
  background-color: #00B285;
  color: white;
  padding: 5px;
  font-size: 11px;
  font-weight: bold;
  margin-left: -0.5em;
  border-radius: 5px;
  margin-right: 0.5em;
  text-transform: uppercase;
}
.video-library .video-item a {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.video-library .video-item .fancybox-video {
  display: none;
}
.video-library .video-item div.video-thumbnail {
  position: relative;
  width: 100%;
  height: 150px;
}
.video-library .video-item div.video-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.video-library .video-item div.video-thumbnail:before {
  content: "";
  position: absolute;
  bottom: 2px;
  top: 0;
  left: 0;
  right: 0;
  background-color: #000;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.video-library .video-item div.video-thumbnail:after {
  content: "";
  position: absolute;
  background-image: url("../images/core-sprite.png");
  background-repeat: no-repeat;
  top: 50%;
  right: 0;
  left: 50%;
  background-position: -182px -261px;
  width: 50px;
  height: 70px;
  margin-left: -25px;
  margin-top: -35px;
  opacity: 0;
  transition: all 0.1s ease-in-out;
}
.video-library .video-item div.video-thumbnail:hover:before {
  opacity: 0.7;
}
.video-library .video-item div.video-thumbnail:hover:after {
  opacity: 0.7;
  margin-left: -25px;
  transition: all 0.15s ease-in-out;
}
.video-library .video-item:hover p {
  color: #222;
}
.video-library.metafit-warmup {
  background-color: #f5f5f5;
  margin: 0;
  margin-bottom: 1em;
  display: flex;
}
.video-library.metafit-warmup .video-item {
  display: flex;
  flex-direction: row;
  margin: 0;
  padding: 0;
  align-items: center;
  width: 100%;
}
.video-library.metafit-warmup .video-item .video-thumbnail {
  flex: 0 0 30%;
  height: auto !important;
}
.video-library.metafit-warmup .video-item .video-thumbnail img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.video-library.metafit-warmup .video-item p {
  flex: 1;
  padding: 1em;
  font-size: 1.1em;
  text-align: left;
  font-weight: bold;
}
.video-library.metafit-warmup .video-item p span {
  display: block;
  font-size: 0.7em;
  margin-top: 1em;
  font-weight: normal;
}
@media (max-width: 768px) {
  .video-library.metafit-warmup .video-item {
    flex-direction: column;
  }
  .video-library.metafit-warmup .video-item .video-thumbnail {
    flex: 0 0 auto;
  }
  .video-library.metafit-warmup .video-item p {
    flex: 1 0 100%;
  }
}

.team-profile {
  display: table;
  table-layout: inherit;
  margin: 2em 0 1em;
}
.team-profile .photo-wrap {
  width: 18%;
  display: none;
  vertical-align: top;
}
@media screen and (min-width: 576px) {
  .team-profile .photo-wrap {
    display: table-cell;
  }
}
.team-profile .photo-wrap img {
  width: 100%;
}
.team-profile .content {
  display: table-cell;
  width: auto;
  vertical-align: middle;
}
@media screen and (min-width: 576px) {
  .team-profile .content {
    padding: 0.5em 0 0 2em;
  }
}
.team-profile .content em {
  color: #666;
  font-size: 1.2em;
  border-left: 8px solid #ddd;
  display: block;
  padding: 1em;
}

.course-breakdown {
  padding: 1em;
  border: 1px solid #eee;
  color: #555;
}
.course-breakdown ul {
  margin-bottom: 1em;
}
.course-breakdown p {
  margin-bottom: 0 !important;
  font-size: 1.4em;
}

.monthly-subscription {
  color: #555;
  padding: 1em;
  background-color: #eee;
  margin-bottom: 1em;
}
.monthly-subscription p {
  margin-bottom: 0 !important;
}

.order-details {
  padding: 1em;
  border: 1px solid #eee;
  background-color: #f5f5f5;
  margin-bottom: 1em;
}
.order-details button {
  color: black !important;
  width: 100%;
}
@media screen and (min-width: 576px) {
  .order-details button {
    width: auto;
  }
}

.customer-details {
  padding: 1em;
}

td.media-pack {
  display: none;
}
@media screen and (min-width: 768px) {
  td.media-pack {
    display: table-cell;
  }
}

article.workouts-template {
  padding: 0 !important;
}

.tab-container .tabs {
  overflow: hidden;
  height: 0;
  margin: 0 1.5em 0;
  position: relative;
  padding-top: 60px;
}
@media screen and (min-width: 992px) {
  .tab-container .tabs {
    padding-top: 0;
    height: auto;
    margin: 0;
  }
}
.tab-container .tabs .tab {
  font-size: 1.2em;
  padding: 20px 20px;
  display: block;
  text-decoration: none;
  color: #666;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  border-left: 3px solid transparent;
}
@media screen and (min-width: 992px) {
  .tab-container .tabs .tab {
    float: left;
    left: auto;
    right: auto;
    padding: 1em 1.7em;
    border-right: 1px solid #eee;
    font-size: 1.2em;
    width: 33.33333333%;
    border-top: 3px solid transparent;
    border-bottom: 1px solid #eee;
    text-align: center;
    background-color: #fdfdfd;
    border-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .tab-container .tabs .tab:hover {
    background-color: #fff;
  }
}
.tab-container .tabs .tab.active {
  position: absolute;
  top: 0;
}
.tab-container .tabs .tab.active:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 1em;
}
@media screen and (min-width: 992px) {
  .tab-container .tabs .tab.active {
    position: relative;
    top: auto;
    color: #444;
    background-color: #ffffff;
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    border-top: 3px solid #fdcd00;
    border-bottom: 1px solid transparent;
  }
  .tab-container .tabs .tab.active:before {
    display: none;
  }
}
.tab-container .tabs.enabled {
  height: auto;
}
.tab-container .tabs.enabled .tab.active {
  border-left: 5px solid #fdcd00;
  background-color: #eeeeee;
}
.tab-container .tabs.enabled .tab.active:before {
  content: "\f106";
  font-family: FontAwesome;
  position: absolute;
  right: 1em;
}
@media screen and (min-width: 992px) {
  .tab-container .tabs.enabled .tab.active {
    border-left: 0;
    background-color: #ffffff;
  }
  .tab-container .tabs.enabled .tab.active:before {
    display: none;
  }
}
.tab-container .panels {
  background-color: #fff;
}
.tab-container .panel {
  padding: 1em;
  margin: 0;
  display: none;
}
.tab-container .panel.active {
  display: block;
  background-color: #ffffff;
}

.track-browser .track {
  overflow: hidden;
  border-left: 3px solid transparent;
  padding: 15px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}
@media screen and (min-width: 992px) {
  .track-browser .track {
    background-color: #ffffff;
  }
}
@media screen and (min-width: 992px) {
  .track-browser .track {
    padding: 20px 20px;
    border-bottom: 1px solid #f5f5f5;
    margin-bottom: 0;
  }
  .track-browser .track:nth-child(even) {
    border-bottom: 1px solid #f5f5f5;
  }
}
@media screen and (min-width: 992px) {
  .track-browser .track:hover {
    border-left: 3px solid #fdcd00;
    background-color: #f9f9f9;
  }
}
.track-browser .track:hover .links a {
  background-color: #ffffff;
}
.track-browser .track .title {
  display: block;
  font-size: 18px;
  text-align: center;
  padding-bottom: 10px;
}
@media screen and (min-width: 992px) {
  .track-browser .track .title {
    float: left;
    padding: 0;
    text-align: left;
  }
}
.track-browser .track .title span {
  display: block;
  color: #AAA;
  font-size: 12px;
  line-height: normal;
}
@media screen and (min-width: 992px) {
  .track-browser .track .links {
    float: right;
  }
}
.track-browser .track .links a {
  font-size: 15px;
  padding: 8px 10px;
  display: block;
  font-size: 17px;
  text-align: left;
}
@media screen and (min-width: 992px) {
  .track-browser .track .links a {
    border: 1px solid #eee;
    display: inline-block;
    padding: 0 10px;
    font-size: 14px;
    background-color: #f9f9f9;
    text-align: center;
  }
}
.track-browser .track .links a i {
  margin-right: 15px;
  color: #888;
}
@media screen and (min-width: 992px) {
  .track-browser .track .links a i {
    margin-right: 10px;
  }
}
.track-browser .track .links a.track-download {
  background-color: #00B285;
  color: #fff;
}
.track-browser .track .links a.track-download i {
  color: #fff;
}
@media screen and (min-width: 992px) {
  .track-browser .track .links a.track-download {
    background-color: #f9f9f9;
    color: #444;
  }
  .track-browser .track .links a.track-download i {
    color: #888;
  }
}
.track-browser .track .links a.track-mediapack {
  display: none;
}
@media screen and (min-width: 992px) {
  .track-browser .track .links a.track-mediapack {
    display: inline-block;
  }
}
.track-browser .track .links a:hover {
  text-decoration: none;
}
@media screen and (min-width: 992px) {
  .track-browser .track .links a:hover {
    background-color: #555;
    color: #ffffff;
  }
  .track-browser .track .links a:hover i {
    color: #fff;
  }
}

#purchased-panel .title {
  margin-top: -8px;
}
#purchased-panel .title span {
  margin-top: -4px;
}

.paypal-logo {
  width: 100px;
}

.directdebit-logo {
  width: 100px;
  opacity: 0.8;
}

.active {
  background-color: #00B285;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}
.active i {
  font-style: normal !important;
}

.disabled {
  background-color: #FF5C26;
  color: #fff;
  font-size: 1.4em;
  text-align: center;
}
.disabled i {
  font-style: normal !important;
}

#status td.type {
  text-transform: capitalize;
}

.desktop-only {
  display: none;
}
@media screen and (min-width: 992px) {
  .desktop-only {
    display: table-cell;
  }
}

.gemconnect-event {
  background-color: #f5f5f5;
  margin-bottom: 2px;
  padding: 20px;
  overflow: hidden;
}
.gemconnect-event p {
  margin-bottom: 5px !important;
}
.gemconnect-event p.title {
  font-weight: bold;
  font-size: 19px;
  margin-bottom: 10px !important;
}
@media screen and (min-width: 768px) {
  .gemconnect-event p.title {
    margin-bottom: 5px !important;
  }
}
.gemconnect-event p.price {
  margin-bottom: 17px !important;
}
@media screen and (min-width: 768px) {
  .gemconnect-event p.price {
    font-size: 18px;
  }
}
.gemconnect-event i {
  font-style: normal !important;
  width: 20px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .gemconnect-event .column {
    width: 50%;
    float: left;
  }
  .gemconnect-event .column.right-align {
    text-align: right;
  }
}
.gemconnect-event a.button {
  background-color: #1abc9c;
  color: #ffffff;
  text-align: center;
  padding: 10px 15px;
  display: block;
}
@media screen and (min-width: 400px) {
  .gemconnect-event a.button {
    display: inline-block;
  }
}
.gemconnect-event a.button:hover {
  background-color: #16a085;
  text-decoration: none;
}

.my-metafit img.profile {
  width: 100%;
  margin-bottom: 1em;
}
@media screen and (min-width: 576px) {
  .my-metafit img.profile {
    width: 25%;
  }
}

.my-metafit {
  /* brand/utility variables */
  /* A generic “responsive grid” for any data table */
  /* Keep your payment-method images in aspect ratio. Adjust as needed. */
}
.my-metafit h4 {
  font-weight: bold;
  margin-bottom: 12px;
  font-size: 20px;
}
.my-metafit .warning-public-profile {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  border-radius: 5px;
  padding: 1rem;
  margin-bottom: 1rem;
}
.my-metafit .warning-public-profile p,
.my-metafit .warning-public-profile span {
  margin: 0;
  color: #856404;
  font-size: 16px;
}
.my-metafit .warning-public-profile p strong,
.my-metafit .warning-public-profile span strong {
  color: #653700;
}
.my-metafit .warning-public-profile label {
  margin: 0;
  color: #856404;
  font-size: 16px;
  color: #653700;
}
.my-metafit .warning-public-profile span {
  margin-top: 10px;
}
.my-metafit .warning-public-profile .radio-row {
  margin-top: 3px;
}
.my-metafit.members-home h3 {
  font-weight: 700;
  font-size: 36px !important;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.my-metafit.members-home .vital-stats {
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 0.5em;
}
.my-metafit .certifications-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  /* space between items */
}
.my-metafit .certifications-grid .certification-item {
  border-radius: 5px;
  padding: 1rem;
  flex: 0 0 calc(50% - 1rem);
  box-sizing: border-box;
  text-align: center;
  width: 200px;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  /* On smaller screens, make them full-width */
}
@media (max-width: 768px) {
  .my-metafit .certifications-grid .certification-item {
    flex: 0 0 100%;
  }
}
.my-metafit .certifications-grid .certification-item .certification-logo {
  max-width: 150px;
  margin-bottom: 0.5rem;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.my-metafit .certifications-grid .certification-item .certification-title {
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.my-metafit .certifications-grid .certification-item .certification-download a {
  font-size: 1.2rem;
  color: #666;
}
.my-metafit .subscription-button-container {
  text-align: center;
  padding-top: 64px;
}
@media (max-width: 768px) {
  .my-metafit .subscription-button-container {
    padding-top: 0;
  }
}
.my-metafit .member-btns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 540px) {
  .my-metafit .member-btns {
    flex-direction: column;
    align-items: flex-start;
  }
}
.my-metafit .member-btns .member-btn {
  display: inline-block;
  background-color: #e0e0e0;
  color: #333;
  padding: 10px 15px;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 5px;
  /* Take up full width but not bigger than 358px */
  width: 100%;
  max-width: 358px;
  height: 57px;
  text-align: center;
  line-height: 37px;
  font-size: 21px;
  border: none;
  cursor: pointer;
  background-image: none !important;
}
@media (max-width: 1024px) {
  .my-metafit .member-btns .member-btn {
    font-size: 14px;
  }
}
.my-metafit .member-btns .member-btn:hover {
  background-color: #ccc;
  text-decoration: none;
}
.my-metafit .payments-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1rem;
}
.my-metafit .payments-container h2 {
  color: #4a4a49;
}
.my-metafit .responsive-grid {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  margin-bottom: 40px;
}
.my-metafit .responsive-grid .grid-row {
  display: flex;
  flex-wrap: wrap;
  border-bottom: 1px solid #ddd;
  align-items: center;
}
.my-metafit .responsive-grid .grid-row .cell {
  flex: 0 0 16.6666666667%;
  max-width: 16.6666666667%;
  padding: 1rem;
  position: relative;
  /* We'll use flex so we can place images/buttons 
     and text side by side or wrap as needed. */
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  min-width: 0;
  /* Keep logos from distorting */
  /* If you have text that might overflow, wrap it in .cell-text. */
  /* Force update-card-details button to its own line if no space */
}
.my-metafit .responsive-grid .grid-row .cell.group-management {
  flex: 0 0 40%;
  max-width: 40%;
}
.my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(1) {
  flex: 0 0 10%;
  max-width: 10%;
}
.my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(4) {
  flex: 0 0 10%;
  max-width: 10%;
}
.my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(4) .member-btn {
  padding: 10px 5px;
}
.my-metafit .responsive-grid .grid-row .cell .est-payment {
  margin-top: 0.5rem;
  color: #666;
  font-size: 0.9rem;
}
.my-metafit .responsive-grid .grid-row .cell .method-logo {
  max-height: 20px;
  width: auto;
  height: auto;
  margin-right: 0.5rem;
}
.my-metafit .responsive-grid .grid-row .cell .cell-text {
  flex: 1 1 auto;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.my-metafit .responsive-grid .grid-row .cell .update-card-details {
  display: block;
  margin-top: 0.5rem;
  margin-right: 20px;
}
.my-metafit .responsive-grid .grid-row .cell i {
  font-size: 23px;
}
@media (max-width: 992px) {
  .my-metafit .responsive-grid .grid-row .cell {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding: 0.75rem;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.75rem;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(4) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(4) .member-btn {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .my-metafit .responsive-grid .grid-row .cell .venue {
    display: none;
  }
}
@media (max-width: 768px) {
  .my-metafit .responsive-grid .grid-row .cell {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.5rem;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0.5rem;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(1) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(4) {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(4) .member-btn {
    padding: 10px 5px;
  }
}
@media (max-width: 480px) {
  .my-metafit .responsive-grid .grid-row .cell {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem 1rem;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0.5rem 1rem;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(1) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(4) {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .my-metafit .responsive-grid .grid-row .cell.group-management:nth-child(4) .member-btn {
    padding: 10px 5px;
  }
}
.my-metafit .responsive-grid .grid-row:last-child {
  border-bottom: none;
}
.my-metafit .responsive-grid .grid-header {
  background-color: #646462;
  color: #fff;
  font-weight: bold;
  text-transform: uppercase;
}
@media (max-width: 992px) {
  .my-metafit .responsive-grid .grid-header {
    display: none;
  }
}
.my-metafit .method-logo {
  height: 20px;
  width: auto;
}

.swal-button {
  background-image: none !important;
}

#enquiry-control {
  margin-left: -0.2em;
  margin-right: -0.2em;
}
#enquiry-control:before, #enquiry-control:after {
  content: " ";
  display: table;
}
#enquiry-control:after {
  clear: both;
}
#enquiry-control > div {
  width: 100%;
  padding: 0.2em 0;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  #enquiry-control > div {
    width: 33.3333333%;
    float: left;
    padding: 0 0.2em;
  }
}
#enquiry-control a {
  display: block;
  background-color: #f5f5f5;
  padding: 1em;
  transition: all 0.1s ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  #enquiry-control a {
    box-sizing: border-box;
    text-align: center;
    padding: 1.2em 0.5em;
    color: #707070;
    box-shadow: 0 0 0 0 #fff;
  }
}
#enquiry-control a:hover {
  box-shadow: 0 0 0 2px #ddd;
  text-decoration: none;
}
#enquiry-control a.selected {
  text-decoration: none;
  box-shadow: 0 0 0 3px #ddd;
  background-color: #eee;
}
#enquiry-control a.selected i {
  color: #888;
}
#enquiry-control a.selected {
  font-weight: bold;
}
#enquiry-control a i {
  font-style: normal;
  color: #AAA;
  text-align: center;
  font-size: 1.4em;
  float: left;
  margin-top: -3px;
  margin-right: 0.5em;
  width: 30px;
}
@media screen and (min-width: 768px) {
  #enquiry-control a i {
    float: none;
    font-size: 2.4em;
    width: auto;
    display: block;
    text-align: center;
    margin: 0;
    margin-bottom: 0.4em;
    margin-top: 0.5em;
  }
}

#contact-form {
  display: none;
  margin-top: 2em;
}

/* Checkout */
#checkout {
  text-align: center;
}
#checkout article {
  padding: 0;
}
#checkout .payment-details {
  background-color: #fbfbfb;
  padding: 32px;
}
#checkout .payment-details h3 {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 24px;
}
#checkout .payment-details a {
  font-size: 14px;
  border-bottom: 2px solid #eee;
  padding-bottom: 1px;
  cursor: pointer;
}
#checkout .payment-details a:hover {
  border-bottom: 2px solid #f9bc00;
  text-decoration: none;
}
#checkout .full-details {
  display: none;
  margin-top: 32px;
}
#checkout .full-details .full-details-inner {
  background-color: #fff;
  padding: 24px;
  display: inline-block;
}
#checkout .full-details table {
  margin: 0 auto;
}
#checkout .full-details table thead tr th {
  border-bottom: 1px dotted #dddddd;
  padding: 8px;
  color: #333;
  font-size: 13px;
  text-align: left;
}
#checkout .full-details table tbody tr td {
  border: 0;
  text-align: left;
  padding: 8px;
}
#checkout .payment-method {
  padding: 32px;
}
#checkout .payment-method h2 {
  display: block;
  clear: both;
  margin-bottom: 16px;
  font-size: 20px;
  font-weight: 400;
}
#checkout .payment-method .payment-method-wrapper {
  clear: both;
  overflow: hidden;
}
#checkout .payment-method .payment-method-wrapper .payment-method-block {
  padding: 12px;
  box-sizing: border-box;
  padding: 16px;
}
@media screen and (min-width: 768px) {
  #checkout .payment-method .payment-method-wrapper .payment-method-block {
    width: 50%;
    float: left;
  }
}
#checkout .payment-method .payment-method-wrapper .payment-method-block .payment-method-block-inner {
  background-color: #f5f5f5;
  position: relative;
  height: 160px;
  box-sizing: border-box;
  transition: all 0.1s ease-in-out;
}
#checkout .payment-method .payment-method-wrapper .payment-method-block .payment-method-block-inner form {
  width: 100%;
  height: 100%;
  position: absolute;
}
#checkout .payment-method .payment-method-wrapper .payment-method-block .payment-method-block-inner form button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  display: block;
  background: none;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}
#checkout .payment-method .payment-method-wrapper .payment-method-block .payment-method-block-inner form button span {
  background: none;
  text-indent: -9999px;
  border: 0;
}
#checkout .payment-method .payment-method-wrapper .payment-method-block .payment-method-block-inner form button img {
  display: none;
}
#checkout .payment-method .payment-method-wrapper .payment-method-block .payment-method-block-inner:hover {
  box-shadow: 0 0 0 4px #dddddd;
}
#checkout .payment-method .payment-method-wrapper .payment-method-block.payment-method-stripe .payment-method-block-inner {
  background-image: url(/images/credit-debit.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
#checkout .payment-method .payment-method-wrapper .payment-method-block.payment-method-stripe-aus .payment-method-block-inner {
  background-image: url(/images/credit-debit-afterpay.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
#checkout .payment-method .payment-method-wrapper .payment-method-block.payment-method-paypal .payment-method-block-inner {
  background-image: url(/images/paypal-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
#checkout .payment-method .payment-method-wrapper .payment-method-block.payment-method-klarna .payment-method-block-inner {
  background-image: url(/images/klarna-logo.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 80% auto;
}
#checkout.sidebar {
  text-align: left;
}
#checkout.sidebar .payment-method {
  display: none;
  padding: 16px;
  background-color: #f5f5f5;
}
#checkout.sidebar .payment-method h2 {
  margin-bottom: 0;
  font-size: 16px;
  padding: 10px 0 16px;
  text-align: center;
}
#checkout.sidebar .payment-method .payment-method-wrapper {
  overflow: visible;
}
@media screen and (min-width: 768px) {
  #checkout.sidebar .payment-method .payment-method-wrapper .payment-method-block {
    width: 100%;
    float: none;
    padding: 8px 0;
  }
  #checkout.sidebar .payment-method .payment-method-wrapper .payment-method-block .payment-method-block-inner {
    background-color: #ffffff;
  }
  #checkout.sidebar .payment-method .payment-method-wrapper .payment-method-block .payment-method-block-inner button {
    cursor: pointer;
  }
  #checkout.sidebar .payment-method .payment-method-wrapper .payment-method-block.payment-method-stripe {
    padding-bottom: 0;
  }
  #checkout.sidebar .payment-method .payment-method-wrapper .payment-method-block.payment-method-stripe .payment-method-block-inner {
    height: 130px;
    background-size: 85% auto;
  }
  #checkout.sidebar .payment-method .payment-method-wrapper .payment-method-block.payment-method-paypal .payment-method-block-inner {
    height: 75px;
  }
}
#checkout.sidebar .payment-method .secure-payments {
  font-weight: normal;
  text-align: center;
  font-size: 14px;
  padding-top: 16px;
  padding-bottom: 2px;
}
#checkout.sidebar .payment-method .secure-payments i {
  padding-right: 5px;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden !important;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 0 0;
  -moz-box-shadow: 0 0 0;
  box-shadow: 0 0 0;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "nimbus-sans", sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
  width: auto;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/blank.gif"); /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: visible !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  max-width: 100%;
  z-index: 8010;
  background: url("../images/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "nimbus-sans", sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent; /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

.fancybox-track-player {
  width: 700px !important;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .fancybox-track-player {
    width: 300px !important;
  }
}
.fancybox-track-player .fancybox-inner {
  height: auto !important;
  width: auto !important;
}
.fancybox-track-player .fancybox-inner audio {
  width: 100%;
}
.fancybox-track-player .fancybox-title {
  font-size: 24px;
}
@media screen and (max-width: 1000px) {
  .fancybox-track-player .fancybox-title {
    font-size: 18px;
  }
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox_sprite@2x.png");
    background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url("../images/fancybox_loading@2x.gif");
    background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
  }
}
.footer-separator {
  padding: 0 8px;
  display: inline-block;
  opacity: 0.4;
}

.workouts-page {
  background-color: #f5f5f5;
}

.program-selector-wrapper {
  position: relative;
  z-index: 10;
  padding-bottom: 30px;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .program-selector-wrapper {
    text-align: left;
  }
}
.program-selector-wrapper span {
  vertical-align: middle;
}
.program-selector-wrapper .program-selector {
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border-radius: 10px;
  height: 40px;
  width: 175px;
  margin-left: 10px;
  position: relative;
}
@media screen and (min-width: 992px) {
  .program-selector-wrapper .program-selector {
    margin-top: 2px;
    width: 150px;
  }
}
.program-selector-wrapper .program-selector:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 11px;
  color: #ffffff;
  z-index: 2;
  font-size: 20px;
}
.program-selector-wrapper .program-selector ul {
  border-radius: 4px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: absolute;
  width: 175px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
@media screen and (min-width: 992px) {
  .program-selector-wrapper .program-selector ul {
    width: 150px;
  }
}
.program-selector-wrapper .program-selector ul li {
  background-color: #707070;
  color: #ffffff;
  cursor: pointer;
  display: none;
  padding: 10px;
}
.program-selector-wrapper .program-selector ul li.selected {
  display: block;
  font-weight: 500;
}
.program-selector-wrapper .program-selector.dropdown-active:before {
  content: "";
}
.program-selector-wrapper .program-selector.dropdown-active ul li {
  display: block;
  position: relative;
}
.program-selector-wrapper .program-selector.dropdown-active ul li:hover {
  background-color: #6e6e6e;
}
.program-selector-wrapper .program-selector.dropdown-active ul li.selected {
  background-color: #666666;
}
.program-selector-wrapper .program-selector.dropdown-active ul li.selected:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #f9bc00;
  z-index: 2;
  font-size: 15px;
}
.program-selector-wrapper .program-selector.dropdown-active ul li.selected:hover {
  background-color: #666666;
}

.app-download-link {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (min-width: 992px) {
  .app-download-link {
    text-align: right;
  }
}
.app-download-link p {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-size: 13px;
  margin-bottom: 0 !important;
  margin-right: 10px;
  color: #666666;
}
.app-download-link p a {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  text-decoration: underline;
}
@media screen and (min-width: 992px) {
  .app-download-link p {
    font-size: 15px;
  }
}
.app-download-link a.download-link {
  background-color: #ffffff;
  vertical-align: middle;
  font-style: normal;
  padding: 8px;
  font-size: 25px;
  display: inline-block;
  width: 40px;
  text-align: center;
  border-radius: 5px;
  color: #888888;
}
.app-download-link a.download-link i {
  font-style: normal;
}

.course-filter {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .course-filter {
    text-align: left;
  }
}
.course-filter p {
  display: none;
  vertical-align: middle;
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 0 !important;
  margin-right: 10px;
  color: #666666;
}
.course-filter p a {
  font-weight: normal;
  font-size: 14px;
  color: #666666;
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .course-filter p {
    display: inline-block;
  }
}
.course-filter .styled-checkbox {
  display: inline-block;
  vertical-align: middle;
}
.course-filter .styled-checkbox label {
  display: block;
  background-color: #ffffff;
  padding: 15px 15px 15px 35px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .course-filter .styled-checkbox label {
    padding: 10px 10px 10px 30px;
  }
}
.course-filter .styled-checkbox label:after {
  content: "\f0c8";
  width: 10px;
  height: 10px;
  font-family: FontAwesome;
  position: absolute;
  left: 8px;
  color: #e5e5e5;
}
.course-filter .styled-checkbox input[type=checkbox] {
  display: none;
}
.course-filter .styled-checkbox input[type=checkbox]:checked + label:after {
  content: "\f14a";
  color: #48a0d5;
  opacity: 1;
}

.group-filter-wrapper {
  position: relative;
  z-index: 10;
  text-align: center;
  margin-top: 15px;
}
@media screen and (min-width: 768px) {
  .group-filter-wrapper {
    text-align: right;
    margin-top: 0;
  }
}
.group-filter-wrapper span {
  vertical-align: middle;
}
.group-filter-wrapper .group-filter {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  background-color: #ffffff;
  border-radius: 10px;
  height: 40px;
  width: 100px;
  margin-top: 2px;
  text-align: left;
  position: relative;
}
.group-filter-wrapper .group-filter:before {
  content: "\f107";
  font-family: FontAwesome;
  position: absolute;
  right: 12px;
  top: 11px;
  color: #ffffff;
  z-index: 2;
  font-size: 20px;
}
.group-filter-wrapper .group-filter ul {
  border-radius: 4px;
  margin: 0;
  padding: 0;
  background-color: #ffffff;
  position: absolute;
  width: 100px;
  box-shadow: 0 0 6px 0px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}
.group-filter-wrapper .group-filter ul li {
  background-color: #707070;
  color: #ffffff;
  cursor: pointer;
  display: none;
  padding: 10px;
}
.group-filter-wrapper .group-filter ul li.selected {
  display: block;
  font-weight: 500;
}
.group-filter-wrapper .group-filter.dropdown-active:before {
  content: "";
}
.group-filter-wrapper .group-filter.dropdown-active ul li {
  display: block;
  position: relative;
}
.group-filter-wrapper .group-filter.dropdown-active ul li:hover {
  background-color: #6e6e6e;
}
.group-filter-wrapper .group-filter.dropdown-active ul li.selected {
  background-color: #666666;
}
.group-filter-wrapper .group-filter.dropdown-active ul li.selected:before {
  content: "\f00c";
  font-family: FontAwesome;
  position: absolute;
  right: 10px;
  top: 10px;
  color: #f9bc00;
  z-index: 2;
  font-size: 15px;
}
.group-filter-wrapper .group-filter.dropdown-active ul li.selected:hover {
  background-color: #666666;
}

.base-links {
  margin-top: 40px;
  font-size: 15px;
  color: #ffffff;
}
.base-links a {
  color: #ffffff;
}

.book-course {
  background-color: #f5f5f5;
}

.course-booking-table {
  background-color: #ffffff;
  margin-bottom: 30px;
  text-align: center;
}
.course-booking-table .parent-row {
  margin: 0;
}
.course-booking-table .row {
  font-size: 15px;
  padding-top: 15px;
  padding-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .course-booking-table .row {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.course-booking-table .add-border {
  border-bottom: 1px solid #eeeeee;
}
.course-booking-table .add-padding {
  padding: 10px;
}
.course-booking-table .reduce-padding {
  padding: 5px 10px;
}
@media screen and (min-width: 768px) {
  .course-booking-table .reduce-padding {
    padding: 10px 10px;
  }
}
.course-booking-table .header-row {
  padding: 20px 0px 5px;
}
.course-booking-table .header-row div {
  font-size: 14px;
}
.course-booking-table .program-logo {
  background-color: #fafafa;
  text-align: center;
}
.course-booking-table .program-logo > .row {
  height: 100%;
  width: 100%;
  text-align: center;
  margin: 0;
}
.course-booking-table .program-logo img {
  max-height: 25px;
  width: auto;
  display: inline-block;
  margin: 0 auto;
  opacity: 0.85;
}
.course-booking-table .program-logo img.events-logo-metafit {
  max-height: 27px;
}
.course-booking-table .program-logo img.events-logo-metapwr {
  max-height: 35px;
}
.course-booking-table .program-logo img.events-logo-metapro {
  max-height: 20px;
}
.course-booking-table button {
  background-color: #1abc9c;
  background-image: none;
  color: #ffffff;
  font-weight: bold;
  box-shadow: none !important;
  border: 0;
  width: 95%;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .course-booking-table button {
    font-size: 0.9375em;
  }
}
@media screen and (min-width: 768px) {
  .course-booking-table {
    text-align: left;
  }
}
.course-booking-table .course-booking-event-name {
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  .course-booking-table .course-booking-event-name {
    font-size: 15px;
  }
}
.course-booking-table .course-booking-event-date {
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
  .course-booking-table .course-booking-event-date {
    padding-bottom: 10px;
  }
}
.course-booking-table .course-booking-event-cost {
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .course-booking-table .course-booking-event-cost {
    font-size: 16px;
  }
}
.course-booking-table .course-booking-event-cost del {
  color: #888;
}

.section-header-row {
  margin-bottom: 30px;
  margin-top: -22px;
}

.content.media {
  background-color: #f5f5f5;
}
.content.media article {
  padding-top: 0;
}
.content.media .program {
  background-color: #ffffff;
  padding: 20px;
}

.event-discount {
  background-color: #f5f5f5;
  padding: 10px;
  border: 1px solid #eeeeee;
  margin-bottom: 10px;
  margin-left: -5px;
  font-weight: bold;
  font-size: 14px;
}
.event-discount i {
  font-size: 19px;
  vertical-align: middle;
  font-style: normal !important;
  margin-right: 5px;
  color: #00A2DA;
}
.event-discount a {
  color: #00A2DA !important;
  text-decoration: underline !important;
}

hr {
  margin: 30px 0;
  border: 0;
  height: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#tabbed-panel .tabs {
  margin-right: -20px;
  margin-left: -20px;
  margin-top: -20px;
  background-color: #0095cd;
}
#tabbed-panel .tabs li {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #0095cd;
  margin-bottom: 0;
  border: 1px solid rgba(0, 0, 0, 0.02);
  border-top: 0;
  border-bottom: 0;
  cursor: pointer;
  position: relative;
}
#tabbed-panel .tabs li.current {
  background-color: #0089c1;
}
#tabbed-panel .tabs li.current:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 137, 193, 0);
  border-top-color: #0089c1;
  border-width: 12px;
  margin-left: -12px;
}
#tabbed-panel .tab-content {
  display: none;
  padding-top: 25px;
}
#tabbed-panel .tab-content.current {
  display: inherit;
}

section.top-header {
  background-color: #f5f5f5;
}
section.top-header .container {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: right;
  font-size: 13px;
}
section.top-header .container a {
  text-decoration: none;
  vertical-align: middle;
  color: #707070;
  display: inline-block;
  margin-left: 7px;
  font-size: 12px;
}
section.top-header .container a i {
  font-size: 16px;
  color: #888888;
}
section.top-header .container a.link:hover {
  text-decoration: underline;
}

.home-icon {
  padding: 15px 14px 13px !important;
}
.home-icon img {
  width: 20px;
}

.access-control-message {
  width: 100%;
  text-align: center;
  padding: 50px 20px 70px;
  background-color: #ffffff;
}
.access-control-message p {
  color: #707070;
  font-size: 14px;
  margin-bottom: 0 !important;
}
.access-control-message p a {
  color: #707070 !important;
  text-decoration: underline !important;
}
.access-control-message p a:hover {
  text-decoration: none !important;
}
.access-control-message p.access-control-status-message {
  font-weight: bold;
  font-size: 18px;
}
.access-control-message .button {
  background-color: #00A2DA;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 5px;
  margin: 20px 0;
  color: #ffffff;
  font-size: 16px;
  font-weight: bold;
}
.access-control-message .button:hover {
  text-decoration: none;
  background-color: #0084b2;
}

.notification-subscription-error {
  background-color: rgba(255, 0, 0, 0.23);
  padding: 20px;
  margin-bottom: 20px;
  color: #8a2929;
  margin-right: -15px;
  margin-left: -15px;
  text-align: center;
}

.course-booking-table .unavailable {
  opacity: 0.4;
}

.post-list ul {
  margin-left: 0 !important;
}
.post-list ul li {
  list-style-type: none;
  display: inline;
  margin-right: 5px;
}
.post-list ul li.active-page a {
  color: #f9bc00;
}

.nav-manage-your-account-button {
  display: inline-block;
  padding: 15px;
  background-color: #eee;
  margin-bottom: 20px;
  color: #333;
  text-decoration: none;
}
.nav-manage-your-account-button:hover {
  background-color: #f5f5f5;
}

#gdpr_verify,
#gdpr_preferences {
  background-color: rgba(64, 146, 202, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 9999;
  padding: 20px;
  height: 100%;
  font-size: 17px;
}
@media screen and (min-width: 768px) {
  #gdpr_verify,
  #gdpr_preferences {
    padding: 40px 40px;
  }
}
#gdpr_verify .inner,
#gdpr_preferences .inner {
  overflow: scroll;
  max-height: 100%;
  max-width: 720px;
  margin: 0 auto;
  padding-top: 0;
}
#gdpr_verify .inner h1,
#gdpr_preferences .inner h1 {
  background-color: #efc140;
  padding: 20px 20px;
  color: #ffffff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #gdpr_verify .inner h1,
  #gdpr_preferences .inner h1 {
    font-size: 38px;
    padding: 20px 30px;
    text-align: left;
  }
}
#gdpr_verify .inner .content-wrapper,
#gdpr_preferences .inner .content-wrapper {
  padding: 20px;
}
@media screen and (min-width: 768px) {
  #gdpr_verify .inner .content-wrapper,
  #gdpr_preferences .inner .content-wrapper {
    padding: 30px;
  }
}
#gdpr_verify .inner .content-wrapper p,
#gdpr_preferences .inner .content-wrapper p {
  margin-bottom: 20px;
}
#gdpr_verify .inner .content-wrapper .gdpr_checkbox_wrapper,
#gdpr_verify .inner .content-wrapper .gdpr_radio_wrapper,
#gdpr_preferences .inner .content-wrapper .gdpr_checkbox_wrapper,
#gdpr_preferences .inner .content-wrapper .gdpr_radio_wrapper {
  padding: 16px;
  background-color: #f5f5f5;
  margin-bottom: 5px;
  position: relative;
}
#gdpr_verify .inner .content-wrapper .gdpr_checkbox_wrapper .field_name,
#gdpr_verify .inner .content-wrapper .gdpr_radio_wrapper .field_name,
#gdpr_preferences .inner .content-wrapper .gdpr_checkbox_wrapper .field_name,
#gdpr_preferences .inner .content-wrapper .gdpr_radio_wrapper .field_name {
  padding-right: 0px;
  margin-bottom: 16px;
}
@media screen and (min-width: 768px) {
  #gdpr_verify .inner .content-wrapper .gdpr_checkbox_wrapper .field_name,
  #gdpr_verify .inner .content-wrapper .gdpr_radio_wrapper .field_name,
  #gdpr_preferences .inner .content-wrapper .gdpr_checkbox_wrapper .field_name,
  #gdpr_preferences .inner .content-wrapper .gdpr_radio_wrapper .field_name {
    padding-right: 150px;
    margin-bottom: 0;
  }
}
#gdpr_verify .inner .content-wrapper .gdpr_checkbox_wrapper .field_description,
#gdpr_verify .inner .content-wrapper .gdpr_radio_wrapper .field_description,
#gdpr_preferences .inner .content-wrapper .gdpr_checkbox_wrapper .field_description,
#gdpr_preferences .inner .content-wrapper .gdpr_radio_wrapper .field_description {
  font-size: 13px;
  display: block;
  line-height: normal;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  #gdpr_verify .inner .content-wrapper .gdpr_checkbox_wrapper .choice-wrapper,
  #gdpr_verify .inner .content-wrapper .gdpr_radio_wrapper .choice-wrapper,
  #gdpr_preferences .inner .content-wrapper .gdpr_checkbox_wrapper .choice-wrapper,
  #gdpr_preferences .inner .content-wrapper .gdpr_radio_wrapper .choice-wrapper {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #eeeeee;
    padding: 20px;
    border-left: 1px solid #eaeaea;
  }
}
@media screen and (max-width: 767px) {
  #gdpr_verify .inner .content-wrapper .gdpr_checkbox_wrapper .choice-wrapper label,
  #gdpr_verify .inner .content-wrapper .gdpr_radio_wrapper .choice-wrapper label,
  #gdpr_preferences .inner .content-wrapper .gdpr_checkbox_wrapper .choice-wrapper label,
  #gdpr_preferences .inner .content-wrapper .gdpr_radio_wrapper .choice-wrapper label {
    background-color: #ffffff;
    padding: 12px;
    border: 1px solid #ddd;
  }
}
@media screen and (min-width: 768px) {
  #gdpr_verify .inner .content-wrapper .gdpr_checkbox_wrapper .choice-wrapper label,
  #gdpr_verify .inner .content-wrapper .gdpr_radio_wrapper .choice-wrapper label,
  #gdpr_preferences .inner .content-wrapper .gdpr_checkbox_wrapper .choice-wrapper label,
  #gdpr_preferences .inner .content-wrapper .gdpr_radio_wrapper .choice-wrapper label {
    border: 0;
    background-color: transparent;
  }
}
@media screen and (max-width: 767px) {
  #gdpr_verify .inner .content-wrapper .gdpr_checkbox_wrapper .choice-wrapper input[type=radio]:checked + label,
  #gdpr_verify .inner .content-wrapper .gdpr_radio_wrapper .choice-wrapper input[type=radio]:checked + label,
  #gdpr_preferences .inner .content-wrapper .gdpr_checkbox_wrapper .choice-wrapper input[type=radio]:checked + label,
  #gdpr_preferences .inner .content-wrapper .gdpr_radio_wrapper .choice-wrapper input[type=radio]:checked + label {
    background-color: #1d71b8;
    color: #ffffff;
    font-weight: bold;
    border: 1px solid #1d71b8;
  }
}
#gdpr_verify .inner .content-wrapper .gdpr_radio_wrapper,
#gdpr_preferences .inner .content-wrapper .gdpr_radio_wrapper {
  min-height: 96px;
}
#gdpr_verify .gdpr_validation_error,
#gdpr_preferences .gdpr_validation_error {
  background-color: #e67e22;
  padding: 16px;
  color: #ffffff;
  border: 1px solid #d35400;
  margin-bottom: 10px;
}
#gdpr_verify .step-2,
#gdpr_preferences .step-2 {
  display: none;
}
#gdpr_verify .button-wrap,
#gdpr_preferences .button-wrap {
  overflow: hidden;
  margin-top: 20px;
}
#gdpr_verify .button-wrap button,
#gdpr_verify .button-wrap .button,
#gdpr_preferences .button-wrap button,
#gdpr_preferences .button-wrap .button {
  background-color: #34b298;
  padding: 14px 40px 16px 16px;
  display: inline-block;
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  -webkit-appearance: none;
  border: 0;
  background-image: none;
  border-radius: 0;
  line-height: normal;
  box-shadow: none;
}
#gdpr_verify .button-wrap button:before,
#gdpr_verify .button-wrap .button:before,
#gdpr_preferences .button-wrap button:before,
#gdpr_preferences .button-wrap .button:before {
  content: "\f105";
  position: absolute;
  top: 13px;
  right: 16px;
  font-size: 24px;
  font-family: "FontAwesome";
}
#gdpr_verify .button-wrap button:hover,
#gdpr_verify .button-wrap .button:hover,
#gdpr_preferences .button-wrap button:hover,
#gdpr_preferences .button-wrap .button:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  #gdpr_verify .button-wrap button,
  #gdpr_verify .button-wrap .button,
  #gdpr_preferences .button-wrap button,
  #gdpr_preferences .button-wrap .button {
    width: auto;
    float: right;
  }
}

.styled-checkboxes {
  padding-left: 0;
  /* to hide the checkbox itself */
  /* space between checkbox and label */
  /* allow space for check mark */
}
.styled-checkboxes input[type=checkbox] {
  display: none;
}
.styled-checkboxes label {
  width: 100% !important;
  padding-left: 40px;
  display: block;
  position: relative;
  padding-top: 2px;
  margin-bottom: 0 !important;
  margin-bottom: 10px !important;
}
.styled-checkboxes label:after {
  display: none;
}
.styled-checkboxes input[type=checkbox] + label:before {
  font-family: FontAwesome;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 0;
}
.styled-checkboxes input[type=checkbox] + label:before {
  content: "";
  background-color: #ffffff;
  width: 23px;
  height: 22px;
  border-radius: 4px;
  vertical-align: middle;
  padding: 2px 3px 3px;
  margin-right: 12px;
  border: 1px solid #bbbbbb;
}
.styled-checkboxes input[type=checkbox]:checked + label:before {
  content: "\f00c";
  font-size: 18px;
  background-color: #1d71b8;
  border: 0;
  color: #ffffff;
}

.styled-radio {
  padding-left: 0;
  /* allow space for check mark */
}
.styled-radio input[type=radio] {
  display: none;
}
.styled-radio label {
  width: 100% !important;
  padding-right: 40px;
  display: block;
  position: relative;
  padding-top: 2px;
  margin-bottom: 0 !important;
  margin-bottom: 10px !important;
}
.styled-radio label:after {
  display: none;
}
@media screen and (min-width: 768px) {
  .styled-radio {
    /* to hide the checkbox itself */
    /* space between checkbox and label */
  }
  .styled-radio input[type=radio] + label:before,
  .styled-radio input[type=radio] + label:after {
    font-family: FontAwesome;
    display: inline-block;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
  }
  .styled-radio input[type=radio] + label:before {
    content: "";
    background-color: #ffffff;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    vertical-align: middle;
    padding: 5px 3px 3px 7px;
    border: 1px solid #bbbbbb;
    text-align: left;
  }
  .styled-radio input[type=radio]:checked + label:before {
    font-size: 10px;
    background-color: #1d71b8;
    border: 0;
    color: #ffffff;
  }
  .styled-radio input[type=radio]:checked + label:after {
    content: "\f111";
    font-family: FontAwesome;
    font-size: 11px;
    position: absolute;
    color: #ffffff;
    right: 6px;
    top: 6px;
  }
}

.forget-request-button {
  display: inline-block;
  background-color: #f9bc00;
  padding: 10px 15px;
  margin-bottom: 40px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  font-size: 15px;
}
.forget-request-button:hover {
  opacity: 0.8;
  text-decoration: none;
}

.payment-provider-details {
  background-color: #fafafa;
  border-top: 1px solid #f5f5f5;
}
.payment-provider-details .container {
  padding-top: 15px;
  padding-bottom: 15px;
}
.payment-provider-details .container .payment-provider-logo {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .payment-provider-details .container .payment-provider-logo {
    text-align: left;
  }
}
.payment-provider-details .container .payment-provider-icons {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .payment-provider-details .container .payment-provider-icons {
    text-align: right;
  }
}

#featured-content-slider .klarna-cta {
  padding: 10px 12px 10px 21px;
  margin-bottom: 16px;
  background-color: #444444;
  font-size: 12px;
  border-radius: 5px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  margin-left: -20px;
}
@media screen and (min-width: 768px) {
  #featured-content-slider .klarna-cta {
    max-width: 65%;
  }
}
#featured-content-slider .klarna-cta img {
  width: 30px;
  vertical-align: middle;
  margin-right: 10px;
}
#featured-content-slider .klarna-cta p {
  vertical-align: middle;
  margin: 0;
  font-size: 17px;
  width: auto !important;
}

@media screen and (max-width: 767px) {
  .hide-on-mobile {
    display: none !important;
  }
}

/*# sourceMappingURL=screen.css.map */
