/*
COLORS
Pink: #FF7AC0;
Blue: #4FAAFF;
Dark P: #CC629A;
Dark B: #285580;
Dark Grey: #5B5B5B;

font-family: 'Roboto', sans-serif;
font-family: 'Montserrat', sans-serif;

glofox:;
green:#8ed800 ;
red: #f42854;
yellow: #f4d028;
lightgrey: rgba(88,88,88, 0.7);

*/

:root {
  --border-radius: 10px;
  --pink: #ff7ac0;
  --blue: #4faaff;
  --dark-pink: #cc629a;
  --dark-blue: #285580;
  --dark-gray: #5b5b5b;
  --green: #8ed800;
  --red: #f42854;
  --yellow: #f4d028;
  --lightgrey: rgba(88, 88, 88, 0.7);
}

body {
  padding-top: 130px;
}

.close span {
  color: #fff;
}

.classHolder .class {
  background-color: #f5f5f5;
  margin: 10px;
  display: inline-block;
  width: 200px;
  height: 200px;
}

/*  GENERAL  */

* {
  font-family: "Roboto", sans-serif;
}

*:hover,
*:focus,
*:active,
button:focus,
button:active {
  outline: none;
}

button:focus,
button:active,
.btn:focus,
.btn:active {
  box-shadow: none;
}

h1,
h2,
h3,
h4 {
  font-family: "Montserrat", cursive;
}

a:hover {
  text-decoration: none;
}

@font-face {
  font-family: "Material Icons";
  font-style: normal;
  font-weight: 400;
  src: local("/css/iconfont/MaterialIcons-Regular.ttf"),
    local("/css/iconfont/MaterialIcons-Regular.eot"),
    url(/css/iconfont/MaterialIcons-Regular.woff2) format("woff2"),
    url(/css/iconfont/MaterialIcons-Regular.woff) format("woff"),
    url(/css/iconfont/MaterialIcons-Regular.ttf) format("truetype");
}

.material-icons {
  font-family: "Material Icons";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: "liga";
}

.spaceBetween {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.pink {
  color: #ff7ac0 !important;
}

*:hover,
*:active,
*:focus {
  outline: none !important;
}

body {
  margin: 0;
}

/* NAVBAR */

.pos-f-t {
  z-index: 100;
  position: relative;
}

.navbar {
  justify-content: flex-end !important;
  -webkit-justify-content: flex-end !important;
  -ms-justify-content: flex-end !important;
  background-color: #fff !important;
  height: 150px;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  transition-duration: 0.3s;
}

.navbar.smally {
  height: 60px;
}

.navbar > a {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: fit-content;
}

.navbar > a img {
  height: 100px;
  transition-duration: 0.3s;
}

.navbar.smally > a img {
  height: 40px;
}

.collapse.show .navbar > img {
  display: none;
}

.navbar-toggler {
  padding: 0;
}

.navbar-toggler i {
  color: #ff7ac0;
  font-size: 40px;
}

.navbar-toggler:hover i {
  color: #585858;
}

.navImg {
  width: 25vw;
  display: block;
  margin: 0 auto 30px;
  min-width: 180px;
  max-width: 220px;
}

.navItems {
  padding: 5px;
  color: #585858;
  background-color: #fff;
  align-items: inherit;
  -webkit-align-items: inherit;
  -webkit-align-items: inherit;
  position: relative;
}

.p-4 button {
  background-color: #cc629a;
  color: #fff;
  border: 0;
  border-radius: var(--border-radius);
  padding: 5px 10px;
  position: absolute;
  bottom: 55px;
  right: 55px;
}

.navItem {
  padding: 10px;
  flex-grow: 1;
  flex-basis: 33%;
}

.navItem h3 {
  color: #585858;
}

.navItem hr {
  width: 100%;
  border-top: 2px lightgrey solid;
}

.navItem img {
  object-fit: cover;
  height: 15vw;
  width: 100%;
  margin-bottom: 15px;
  min-height: 125px;
  max-height: 200px;
  border: 1px lightgrey solid;
}

.navItem a {
  font-weight: 900;
  color: #585858;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
}

.navItem a:hover {
  color: #ff7ac0;
}

.p-4 {
  background-color: #fff;
  position: fixed;
  left: 0;
  right: 0;
  padding-bottom: 100px !important;
  top: -580px;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
}

.p-4.expanded {
  top: 130px;
}

.p-4.expanded.smally {
  top: 55px;
}

.anime {
  display: inline-flex;
  display: -webkit-inline-flex;
  display: -ms-inline-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  margin: 0 10px;
  animation: 1s boogie infinite;
}

.anime.blue {
  color: #4faaff;
}

.anime.pink {
  color: #ff7ac0;
}

.anime.mobile {
  display: none;
}

@keyframes boogie {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(10px);
  }

  100% {
    transform: translateX(0px);
  }
}

/*  HERO  */

.hero {
  height: 80vh;
  background-image: url(https://wpassets.trainingpeaks.com/wp-content/uploads/2017/10/10165849/10252-andy-potts-kona-swim-tips-700x394.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background-position-y: 10%;
}

.heroOverlay {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  /*background: -moz-radial-gradient(center, ellipse cover, rgba(124, 180, 191, 0.69) 0%, rgba(30, 87, 153, 0.94) 80%, rgba(30, 87, 153, 1) 100%);
    background: -webkit-radial-gradient(center, ellipse cover, rgba(124, 180, 191, 0.69) 0%, rgba(30, 87, 153, 0.94) 80%, rgba(30, 87, 153, 1) 100%);
    background: radial-gradient(ellipse at center, rgba(124, 180, 191, 0.69) 0%, rgba(30, 87, 153, 0.94) 80%, rgba(30, 87, 153, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b07cb4bf', endColorstr='#1e5799', GradientType=1);
    */
  opacity: 0.4;
}

.heroOuterBox {
  position: absolute;
  z-index: 5;
  width: 280px;
  top: 0;
  left: 100px;
}

.heroBox {
  background-color: #fff;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
  padding: 10px 20px 20px;
  position: relative;
}

.finalBox {
  background-color: #fff;
  box-shadow: 0 0px 10px 2px rgba(0, 0, 0, 0.3);
  width: 200px;
  margin: 0 auto;
  padding: 10px 20px;
}

.hero h1 {
  font-weight: 900;
  font-size: 26px;
  margin: 30px 0 10px;
  color: #585858;
}

.hero h3 {
  font-family: "Roboto", sans-serif;
  color: #585858;
  line-height: 13px;
  font-size: 22px;
  padding-bottom: 10px;
  margin: 0;
}

.heroBtn a {
  font-family: "Montserrat", sans-serif;
  font-size: 29px;
  letter-spacing: 1px;
  color: #4faaff;
}

.heroBtn a i {
  transition-duration: 0.3s;
}

.heroBtn a:hover i {
  margin-left: 15px;
}

.hero hr {
  margin: 10px 0;
  border-top: 2px lightgrey solid;
}

.finalBox a {
  font-size: 17px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #285580;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  letter-spacing: 0px;
}

.finalBox a i {
  margin-left: 10px;
  font-size: 17px;
}

.finalBox a:hover i {
  transform: scale(1.1);
}

/* INTRO HOMEPAGE */

.whoWeHolder {
  position: relative;
  z-index: 1;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  max-width: 900px;
  margin: 0 auto;
}

.whoWeInfo {
  width: 400px;
  min-width: 300px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  padding: 15px;
  color: #5b5b5b;
}

.whoWeInfo p {
  margin-bottom: 25px;
}

.whoWeInfo h3 {
  font-size: 40px;
  color: #ff7ac0;
}

.whoWeInfo a {
  background-color: #cc629a;
  color: #fff;
  padding: 10px 20px;
  border-radius: var(--border-radius);
  font-size: 14px;
}

.whoWeHolder img {
  min-width: 300px;
  object-fit: cover;
  width: 400px;
  min-height: 280px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  max-width: 450px;
}

/* QUOTE SECTION */

.quoteSection {
  background-image: url(https://cdn.swimswam.com/wp-content/uploads/2019/07/20190706_GSca_KA17442-1.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
  padding-bottom: 100px;
}

.quoteSection .overlay {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
}

.quoteSection blockquote {
  text-align: center;
  padding: 100px 0 0;
  color: #585858;
  font-size: 34px;

  position: relative;
  z-index: 5;
  line-height: 30px;
}

blockquote span {
  display: block;
}

/* SECTIONS */

.sectionHolder {
  padding: 75px 15px 150px;
}

.sectionHolder h2 {
    font-size: 55px;
    text-align: center;
    color: var(--blue);
    margin-bottom: 50px;
}

.sectionHolder .overlay {
  background: -moz-linear-gradient(
    top,
    rgba(40, 85, 128, 1) 0%,
    rgba(40, 85, 128, 0.7) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(40, 85, 128, 1) 0%,
    rgba(40, 85, 128, 0.7) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(40, 85, 128, 1) 0%,
    rgba(40, 85, 128, 0.7) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#285580', endColorstr='#b3285580', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.sectionHolder .classCard {
  height: 300px;
  position: relative;
  z-index: 2;
  background-image: url(https://www.enjoy-swimming.com/wp-content/uploads/butterfly-stroke-1.jpg);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  cursor: pointer;
  transition-duration: 0.4s;
  border-radius: var(--border-radius);
  margin: 10px 0;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
}

.sectionHolder .classCard:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.6);
  transform: translateY(-10px);
}

.sectionHolder .cardCover {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 20px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  transition-duration: 0.3s;
}

.cardCover h4 {
  color: #585858;
  font-size: 25px;
  line-height: 25px;
  text-transform: uppercase;
}

.cardCover h5 {
  color: #585858;
  font-size: 20px;
  line-height: 18px;
}

.cardCover h5 span {
  display: block; 
  color: #ff7ac0;
}

.classCard:hover .cardCover {
  transform: translateY(-302px);
}

.classCard a {
  background-color: #cc629a;
  color: #fff;
  display: none;
  text-align: center;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 14px;
  border-radius: var(--border-radius);
  width: fit-content;
  padding: 10px 20px;
  min-width: 90px;
}

.classCard a:hover {
  background-color: #4faaff;
  color: #fff;
  text-decoration: none;
}

.classCard:hover a {
  display: block;
}

/* SUPER VENUE PAGE */

.hiddenDetails {
  display: none;
}

.superFac {
  padding: 15px;
}

.facilitiesVenue {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 900px;
  margin: 50px auto;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.facilitiesVenue h5 {
  font-size: 16px;
  color: #cc629a;
}

.fac {
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
  max-width: 300px;
  min-width: 250px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 20px;
  color: rgba(88, 88, 88, 0.7);
  min-height: 200px;
}

.fac.other {
  min-height: initial;
}

.fac .alert.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
  position: fixed;
  top: 200px;
  z-index: 100;
  left: 20px;
  right: 20px;
  max-width: 300px;
  margin: 0 auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.fac input {
  display: none;
}

.fac h4 {
  font-size: 20px;
  color: rgba(88, 88, 88, 1);
}

.fac ul {
  padding: 0;
}

.fac li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  font-size: 14px;
}

.fac li i {
  margin-right: 10px;
  color: #4faaff;
}

.fac p {
  font-size: 14px;
}

.fullScheduleBtn {
  background-color: #cc629a;
  border: 1px solid #cc629a;
  color: #fff;
  padding: 5px 24px;
  border-radius: var(--border-radius);
  font-size: 12px;
  cursor: pointer;
  transition-duration: 0.3s;
  margin: 5px auto;
  display: block;
  font-size: 16px;
  width: fit-content;
  transition-duration: 0.4s;
  margin-bottom: 100px;
}

.fullScheduleBtn:hover {
  background-color: rgba(255, 255, 255, 1);
  color: #cc629a;
  border: 1px solid #cc629a;
}

.superDayClass {
  margin: 30px auto 50px;
  max-width: 900px;
}

.superDayClass h3 {
  color: #cc629a;
  font-weight: 800;
  font-family: "Roboto", sans-serif;
  border-bottom: 1px solid rgba(204, 98, 154, 0.5);
  padding-bottom: 20px;
  margin-bottom: 40px;
}

.superClass {
  color: rgba(88, 88, 88);
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  margin: 10px;
  padding: 20px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: var(--border-radius);
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  transition-duration: 0.3s;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.superClass:hover {
  color: #fff;
  background-color: #cc629a;
}

.superClass:hover p,
.superClass:hover h5 {
  color: #fff !important;
}

.superTitle {
  margin: 0 30px;
  margin-right: auto;
  min-width: 200px;
}

.superTitle h5 {
  text-transform: uppercase;
  font-weight: 800;
  margin: 0;
  transition-duration: 0.3s;
}

.superTitle p {
  font-size: 12px;
  color: rgba(88, 88, 88, 0.7);
  letter-spacing: 1px;
  margin: 0;
  transition-duration: 0.3s;
}

.classSuperFilter {
  width: fit-content;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background-color: #f5f5f5;
  padding: 10px 30px;
  margin: 0 auto;
  border-radius: var(--border-radius);
}

.classSuperFilter h4 {
  font-family: "roboto", cursive;
  font-size: 14px;
  margin: 0;
  margin-right: 10px;
  color: #5b5b5b;
}

.superInfo {
  margin: 0 30px;
  text-align: right;
}

.superInfo h5 {
  text-transform: uppercase;
  margin: 0;
  color: rgba(88, 88, 88, 0.7);
  font-size: 14px;
  transition-duration: 0.3s;
}

.superInfo h5.availability {
  text-align: center;
  padding: 3px;
  background-color: red;
  color: #fff;
  border-radius: var(--border-radius);
  font-size: 12px;
  width: 70px;
  float: right;
}

.superClass .superBtn1 {
  padding: 5px 24px;
  background-color: rgba(204, 98, 154, 0.05);
  border: 1px solid #cc629a;
  border-radius: var(--border-radius);
  font-size: 12px;
  color: #cc629a;
  cursor: pointer;
  transition-duration: 0.3s;
  margin: 5px;
  display: block;
}

.superClass .superBtn1.other {
  background-color: #cc629a;
  border: 1px solid #cc629a;
  color: #fff;
}

.superClass:hover .superTitle p,
.superClass:hover .superTitle h5 {
  color: #fff !important;
}

.superClass:hover .superBtn1 {
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid #fff;
}

.superClass:hover .superBtn1.other {
  background-color: rgba(255, 255, 255, 1);
  color: #cc629a;
  border: 1px solid #fff;
}

.superBtn1:hover {
  opacity: 0.8;
}

.superDotImg {
  height: 45px;
  width: 45px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: relative;
}

.superDot {
  height: 15px;
  width: 15px;
  background-color: #8ed800;
  border-radius: 50%;
  /* margin: 0 20px; */
  position: absolute;
  top: -15px;
  left: -5px;
}

.waterBabies .superDot {
  background-color: #f6d607;
}

.tapoles .superDot {
  background-color: #f6d607;
}

.guppies .superDot {
  background-color: #ec8d27;
}

.penguins .superDot {
  background-color: #87191f;
}

.sealions .superDot {
  background-color: #077b3d;
}

.dolphins .superDot {
  background-color: #148bc9;
}

.sharks .superDot {
  background-color: #763e8a;
}

.orcas .superDot {
  background-color: #8eb9c9;
}

.adults .superDot {
  background-color: #ff64af;
}

/* NEWS HOMEPAGE */

.news.gallery {
  margin: 0 auto 50px;
}

.news.gallery .item {
  height: 250px;
  width: 200px;
  border: 1px rgba(88, 88, 88, 0.7) solid;
  margin: 5px;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding: 20px;
}

.news.gallery .item .overlay2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.news.gallery .galleryInner {
  margin: 20px auto 40px;
}

.news .item h4 {
  position: relative;
  color: #ff7ac0;
  line-height: 21px;
}

.news .item h5 {
  background-color: #f42854;
  position: absolute;
  color: #fff;
  padding: 5px 10px;
  font-size: 14px;
  border-radius: var(--border-radius);
  right: 10px;
  bottom: 47px;
}

.news .item h5.news {
  background-color: #f4d028;
}

.news .item p {
  position: relative;
  color: #fff;
  font-size: 21px;
  line-height: 25px;
}

.news .item a {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  padding: 10px 15px;
}

/* GALLERY */

.gallery {
  position: relative;
  z-index: 10;
  padding: 75px 15px 50px;
  margin: 0 auto;
  background-image: url(https://cdn.swimswam.com/wp-content/uploads/2019/07/20190706_GSca_KA17442-1.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  background-attachment: fixed;
}

.galleryInner {
  /*    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    -ms-align-items: center;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;*/
  position: relative;
  z-index: 5;
  max-width: 1100px;
  margin: 0 auto 100px;
  padding: 0 20px;
}

.slick-prev:before,
.slick-next:before {
  color: #285580 !important;
}

.gallery .overlay {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.gallery h2 {
    color: var(--blue);
    font-size: 55px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
}

.gallery img {
  margin: 5px;
  object-fit: cover;
  position: relative;
  height: 250px;
  border-radius: var(--border-radius);
}

.classInner {
  position: relative;
  z-index: 5;
  margin: 30px 0 100px;
  padding: 0 15px;
}

.classInner h2 {
  position: inherit;
  color: #585858;
  top: inherit;
  text-align: center;
  font-size: 55px;
}

.classFilter {
  max-width: 800px;
  margin: 50px auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.classFilter button {
  width: 250px;
  padding: 5px;
  background-color: #f5f5f5;
  border: 0;
  box-shadow: 0px 0px 3px 0 rgba(0, 0, 0, 0.3);
  font-weight: 900;
  margin: 5px;
  color: #585858;
}

.classFilter button.active {
  background-color: #ff7ac0;
  color: #fff;
}

.classFilter button:hover {
  background-color: #ff7ac0;
  color: #fff;
}

.allClasses {
  background: rgb(40, 85, 128);
  background: -moz-linear-gradient(
    -45deg,
    rgba(40, 85, 128, 1) 0%,
    rgba(40, 85, 128, 1) 31%,
    rgba(204, 98, 154, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(40, 85, 128, 1) 0%,
    rgba(40, 85, 128, 1) 31%,
    rgba(204, 98, 154, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(40, 85, 128, 1) 0%,
    rgba(40, 85, 128, 1) 31%,
    rgba(204, 98, 154, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#285580', endColorstr='#cc629a', GradientType=1);
  position: relative;
  padding: 50px 75px 100px;
  max-width: 1030px;
  margin: 0 auto;
  color: #fff;
}

.allClasses h6 {
  position: absolute;
  background-color: #ff7ac0;
  color: #fff;
  padding: 10px;
  top: 0;
  left: 0;
}

.allClasses h5 {
  text-align: center;
  width: fit-content;
  margin: 10px auto 30px;
  border: 2px solid white;
  font-size: 15px;
  font-weight: 100;
  padding: 10px 0;
}

.allClasses h5 a {
  color: #fff;
  padding: 10px;
}

.allClasses hr {
  border-top: 1px #fff solid;
}

.filterCard {
  max-width: 250px;
  margin: 0 auto;
}

.badgeCard {
  background-color: rgba(255, 255, 255, 0.95);
  position: relative;
  padding: 10px 10px 20px;
  color: #585858;
  margin: 10px 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  cursor: pointer;
}

.badgeCard:hover {
  transform: translateX(-5px);
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.6);
}

.badgeCard:hover .dot {
  border-radius: var(--border-radius);
  width: 50px;
}

.badgeCard h3 {
  position: absolute;
  font-family: "Roboto", sans-serif;
  text-transform: capitalize;
  bottom: 0;
  border: 2px solid #585858;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 0;
  padding: 5px 10px;
  font-size: 12px;
}

.badgeCard img {
  width: 50px;
  height: 50px;
  object-fit: contain;
}

.badgeCard p {
  margin: 0 15px 0 0;
  display: inline-block;
  font-weight: 900;
  text-transform: uppercase;
}

.badgeCard .dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: grey;
  position: absolute;
  top: 10px;
  right: 10px;
}

.dot.tadpoles {
  background-color: #f2eb21;
}

.dot.guppies {
  background-color: #f8a933;
}

.dot.penguins {
  background-color: #991d26;
}

.dot.sealions {
  background-color: #009f54;
}

.dot.dolpins {
  background-color: #15a5dd;
}

.dot.sharks {
  background-color: #8a4e9c;
}

.dot.orcas {
  background-color: #a5cbd8;
}

/*  CALENDAR  */

.month {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.instructorsIntro .monthTitle {
  text-align: left;
  margin-left: 10px;
  color: #ff7ac0 !important;
  text-transform: uppercase;
  width: 410px;
  border-bottom: 2px #ff7ac0 solid;
  padding-bottom: 10px;
}

.month .firstThing {
  padding: 15px;
  margin: 10px;
  width: 200px;
  height: 200px;
  background-position: center 27%;
  background-size: cover;
  color: #fff;
  position: relative;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
}

.firstThing.one {
  background-image: url(/images/underwate.jpg);
}

.firstThing.two {
  background-image: url(/images/coldSwim.jpeg);
}

.firstThing.three {
  background-image: url(/images/kicking.jpeg);
}

.firstThing .overLay {
  background-color: rgba(40, 85, 128, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.month .firstThing p {
  position: relative;
  color: #fff;
}

.month .firstThing h5 {
  color: #fff;
  position: relative;
}

.month .firstThing h4 {
  position: relative;
  color: #fff;
  font-family: "roboto", cursive;
  font-size: 16px;
  text-align: left;
}

.month .firstThing ul {
  position: relative;
  color: #fff;
  font-size: 14px;
}

.month .firstThing li {
  line-height: 13px;
  margin-bottom: 5px;
}

.month .calendarEvent {
  padding: 15px;
  background-color: #fff;
  margin: 10px;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  position: relative;
}

.month .calendarEvent h3 {
  font-size: 18px;
  line-height: 19px;
  margin: 0;
  text-align: right;
  width: 140px;
  float: right;
  min-height: 40px;
}

.month .calendarEvent p {
  font-size: 14px;
  margin: 0;
  text-align: left;
  float: left;
  margin-top: 10px;
  line-height: 15px;
}

.month .calendarEvent h4 {
  font-size: 12px;
  color: #ff7ac0;
  font-family: "roboto", cursive;
  position: absolute;
  left: 15px;
  bottom: 10px;
  font-weight: 900;
}

.month .calendarEvent h5 {
  position: absolute;
  left: 10px;
  top: 10px;
  font-size: 34px;
  color: #ff7ac0;
  font-weight: 900;
}

.eventOptions {
  max-width: 300px;
  margin: 0 auto;
  padding: 15px;
}

.eventOptions label input {
  border: 0;
  display: inline-block;
  width: inherit;
  margin-right: 10px;
  margin-bottom: 0;
}

/* SECTION HELLO */

.section.hello {
  padding: 50px 0;
  background-color: var(--dark-blue);
}

.section.hello h2{
    color: #fff;
    font-size: 55px;
    text-align: center;
    position: relative;
    z-index: 1;
    margin-bottom: 50px;
  }

.section.hello h3 {
  color: #fff;
  font-size: 40px;
  line-height: 40px;
}

.section.hello a {
  color: #fff;
  font-size: 14px;
  margin: 10px 0;
  background-color: #ff7ac0;
  padding: 10px 20px;
  border-radius: var(--border-radius);
}

.section.hello a:nth-child(even) {
  background-color: #285580;
}


.section .imgHolder {
    object-fit: cover;
    height: 70vw;
    max-height: 400px;
    min-height: 200px;
    position: relative;
    margin: 15px 0;
}

.section.hello img {
    width: calc(100% - 20px);
    object-fit: cover;
    height: 70vw;
    max-height: 400px;
    min-height: 200px;
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.6);
    border-radius: var(--border-radius);
    max-width: 100%;
    box-sizing: border-box;
}

.section.hello p {
  color: #fff;
}

/* NEWS ENTRY */

.newsEntryHolder {
  position: relative;
  padding: 10px;
}

.miniOverlay {
  position: absolute;
  height: 400px;
  max-height: 50vh;
  background-size: cover;
  background-position: center;
  left: 0;
  right: 0;
  top: 0;
  z-index: 2;
  background-attachment: fixed;
}

.miniMiniOverlay {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(40, 85, 128, 0.85);
}

.articleHolder {
  position: relative;
  z-index: 10;
  max-width: 700px;
  margin: 0 auto;
  padding: 10px;
  color: #5b5b5b;
}

.articleHolder .body {
  text-align: justify;
}

.articleHolder h2 {
  color: #fff;
}

.articleHolder h3 {
  color: #fff;
  text-align: left;
}

.articleHolder .body h3 {
  color: rgba(88, 88, 88, 0.7);
}

.articleHolder .image {
  height: 100vw;
  max-height: 500px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

.image .eventImgOverlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  padding: 10px;
}

.eventImgOverlay h5 {
  float: left;
  font-size: 40px;
  letter-spacing: -4px;
  margin-right: 10px;
  margin-bottom: 0;
}

.eventImgOverlay h6 {
  float: left;
  margin-top: 9px;
  line-height: 15px;
  font-size: 18px;
}

.image .eventImgOverlay p {
  color: #fff;
  margin: 0;
  line-height: 24px;
  font-size: 27px;
}

.articleHolder p {
  color: #5b5b5b;
}

.articleHolder .bodyDates {
  background-color: #285580;
  color: #fff;
  padding: 5px 10px;
  margin: 0;
}

.articleHolder .bodyDates:nth-child(2) {
  background-color: #fff;
  border: 2px #285580 solid;
  color: #285580;
}

.bodyBody {
  margin-top: 30px;
}

.articleShare {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  background-color: #f5f5f5;
  padding: 0 10px;
}

.articleShare h4 {
  color: rgba(88, 88, 88, 0.7);
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  margin: 10px 5px 10px 0;
  padding-top: 5px;
}

.articleShare .fb-share-button {
  padding: 10px;
}

.articleShare h5 {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 12px;
  margin: 2px 10px 0px 5px;
  padding: 4px 10px;
  border-radius: var(--border-radius);
  width: fit-content;
}

.articleHolder h5.news {
  background-color: #285580;
}

.articleHolder h5.event {
  background-color: #cc629a;
}

.articleHolder blockquote {
  color: rgba(88, 88, 88, 0.7);
  border-left: #ff7ac0 3px solid;
  padding-left: 10px;
  margin-left: 20px;
}

.articleHolder i {
  font-size: 30px;
}

.articleHolder .backAnch {
  color: #fff;
  font-size: 30px;
  text-decoration: none;
}

.articleHolder .backAnch.last {
  color: #ff7ac0;
  display: block;
  text-align: right;
}

.articleHolder .body h3 {
  color: rgba(88, 88, 88, 0.7);
}

/*  INSTRUCTORS  */

.instructorsHolder {
  /*background-image: url(https://cdn.swimswam.com/wp-content/uploads/2019/07/20190706_GSca_KA17442-1.jpg);*/
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.titleArea {
  background-position: center 27%;
  background-size: cover;
  background-image: url(/images/underwate.jpg);
  position: relative;
  background-color: blue;
  position: relative;
  z-index: 10;
  text-align: center;
  height: 200px;
}

.titleArea h2 {
  color: #fff;
  font-size: 55px;
  background-color: rgba(40, 85, 128, 0.85);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding-top: 100px;
  text-transform: uppercase;
  margin: 0;
  line-height: 42px;
}

.instructorsHolder .overlay {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.instructorsIntro {
  text-align: center;
  max-width: 900px;
  padding: 10px 15px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  padding-bottom: 100px;
}

.instructorsIntro h2 {
  font-size: 55px;
  color: #5b5b5b;
  margin-top: 30px;
  text-transform: uppercase;
}

.instructorsHolder .titleArea.termsCond h2 {
  font-size: 49px;
  line-height: 39px;
}

.instructorIntroInner {
  max-width: 600px;
  margin: 0 auto;
}

.instructorsIntro img {
  width: 100%;
  min-height: 250px;
  object-fit: cover;
  margin-bottom: 20px;
  max-height: 350px;
}

.instructorsIntro p {
  color: rgba(88, 88, 88, 0.7);
  text-align: justify;
}

.allInstructors {
  background-color: #cc629a;
  position: relative;
  padding: 75px 15px;
  z-index: 5;
}

.allInstructors h3 {
  color: #cc629a;
  position: absolute;
  top: -36px;
  font-size: 40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  text-align: center;
}

.instructorsList {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
}

.instructor {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background-color: #fff;
  margin: 75px 10px;
  position: relative;
}

.instructor .insImage {
  width: 33%;
  min-width: 340px;
  max-width: 100%;
  min-height: 250px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
}

.insProfile {
  padding: 25px;
  width: 33%;
  min-width: 340px;
  min-height: 350px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
}

.instructor h4 {
  color: #fff;
  position: absolute;
  top: -30px;
  left: 0;
  right: 0;
  text-align: center;
  font-size: 32px;
  text-transform: uppercase;
}

.insProfile h5 {
  color: #5b5b5b;
}

.insProfile p {
  color: rgba(88, 88, 88, 0.7);
  font-size: 16px;
  line-height: 22px;
}

.insOther {
  width: 33%;
  background-color: #f5f5f5;
  min-width: 340px;
  padding: 25px;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  -ms-flex-grow: 1;
}

.insOther h5 {
  color: #5b5b5b;
}

.instructor li {
  color: rgba(88, 88, 88, 0.7);
  font-size: 16px;
  line-height: 22px;
  margin: 5px 0;
}

/* FLIP CARD */

.flip-card {
  background-color: transparent;
  width: 330px;
  height: 650px;
  perspective: 1000px;
  margin: 10px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card.flippy .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card button {
  padding: 10px 20px;
  border-radius: var(--border-radius);
  background-color: #285580;
  color: #fff;
  border: 0;
  letter-spacing: 0.5px;
  font-size: 14px;
  float: right;
}

.flip-card .flip2 {
  background-color: #fff;
  color: #285580;
}

.flip-card-front,
.flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
  background-color: #fff;
  color: rgba(88, 88, 88, 0.7);
  padding: 15px;
  text-align: justify;
  font-size: 14px;
}

.flip-card-back {
  background-color: #285580;
  color: white;
  padding: 15px;
  transform: rotateY(180deg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.flipOverlay {
  background-color: rgba(40, 85, 128, 0.9);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 15px;
}

.flip-card-back p {
  margin: 0;
}

.insOthers {
  text-align: left;
  font-size: 14px;
  font-weight: 100;
}

.flip-card-front .insImage {
  height: 200px;
  width: 100%;
  background-position: top center;
  background-size: cover;
}

.allInstructors .flip-card-front h3 {
  color: #ea76bf;
  position: initial;
  top: inherit;
  font-size: 22px;
  line-height: 35px;
  right: 0;
  margin-bottom: 0px;
  text-align: left;
}

.allInstructors .flip-card-back h3 {
  color: #fff;
  position: initial;
  top: inherit;
  font-size: 36px;
  line-height: 30px;
  right: 0;
  margin-bottom: 25px;
  text-align: center;
}

/*ARTICLES LANDING*/

/*.newsTop {
    text-align: center;
    padding-top: 50px;
    position: relative;
    z-index: 10;
}

.newsTop h2 {
    color: #5b5b5b;
    font-size: 55px;
    text-transform: uppercase;
}*/

.titleArea.newsTop {
  height: 250px;
}

.newsTop form {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 35px;
}

.newsTop form input {
  margin: 0;
  padding: 5px 10px;
  border: 1px solid lightgrey;
  width: 200px;
  border-radius: 5px 0px 0px 5px;
}

.newsTop form input[type="submit"] {
  background-color: #ff7ac0;
  color: #fff;
  border: 0;
  padding: 0 20px;
  border-radius: 0 5px 5px 0;
  width: inherit;
}

.searchResult {
  text-align: center;
  font-weight: 900;
  color: rgba(88, 88, 88, 0.7);
}

.newsPageHolder {
  background-image: url(https://cdn.swimswam.com/wp-content/uploads/2019/07/20190706_GSca_KA17442-1.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  position: relative;
}

.newsPageHolder .overlay {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.articlesHolder {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  max-width: 900px;
  margin: 50px auto;
  position: relative;
  z-index: 10;
}

.article {
  width: 250px;
  margin: 10px;
  background-color: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 50px;
}

.article img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}

.articleThumb {
  padding: 20px;
}

.articleThumb a {
  display: block;
  background-color: #4faaff;
  color: #fff;
  width: fit-content;
  border-radius: var(--border-radius);
  padding: 10px 20px;
  margin-top: 10px;
  font-size: 14px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.articleThumb h3 {
  font-size: 22px;
  line-height: 22px;
  color: #5b5b5b;
}

.articleThumb p {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgba(88, 88, 88, 0.7);
}

.paginationBtns {
  margin: 50px auto;
  padding: 0 15px;
  max-width: 900px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  -ms-justify-content: flex-end;
}

.paginationBtns a {
  margin: 0 10px;
  padding: 5px 10px;
  color: #ff7ac0;
}

/* VENUES */

.venuesHolder {
  margin-top: 20px;
}

.venuesHolder h2 {
  text-align: center;
  color: #585858;
  position: relative;
  z-index: 10;
  font-size: 55px;
}

.venues {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: end;
  -webkit-align-items: end;
  -ms-align-items: end;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-bottom: 100px;
  margin-top: 50px;
  position: relative;
  z-index: 10;
}

.venue {
  width: 40vw;
  min-width: 250px;
  max-width: 350px;
  padding: 15px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  margin: 10px;
  background-color: #fff;
}

.venue img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: block;
  margin: 0 auto 20px;
  object-fit: cover;
}

.venue .facBtn {
  color: #fff;
  background-color: #ea76bf;
  font-size: 14px;
  font-weight: 100;
  border-radius: var(--border-radius);
  border: 0;
  padding: 10px 20px;
}

.venue .facBtn.collapsed {
  border-radius: 5px 5px 5px 5px;
}

.venue .card.card-body {
  border-radius: 0;
}

.venue .facBtn:hover {
  border: 0;
}

.venue p {
  color: rgba(88, 88, 88, 0.7);
}

.venue ul {
  list-style: none;
  padding-left: 10px;
  padding: 10px;
  font-size: 12px;
}

.venue li {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.venue li i {
  margin-right: 10px;
  color: #4faaff;
}

.venue h3 {
  text-align: center;

  color: #585858;
}

.venue h6 {
  text-align: center;
  color: #717171;
}

.venue .openTimes p {
  margin: 0;
  word-break: break-word;
}

.venue .openTimes span {
  color: #4faaff;
  font-weight: 900;
}

/* FOOTER */

footer {
  position: relative;
}

footer .footer {
  min-height: 400px;
  position: relative;
  padding: 30px 0 75px;
  background-color: #285580;
}

.footer img {
  display: block;
  margin: 20px auto;
  width: 80px;
}

footer .footerItem {
  margin: 5px;
  padding: 15px;
  min-height: 200px;
  padding-bottom: 30px;
  color: #fff;
}

.footerItem h3 {
  color: #fff;
}

.footerItem a {
  display: block;
  color: #fff;
}

.footerItem hr {
  border-top: 1px #fff solid;
}

.footer .copyright {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
}

/* CONTACT FORM */

.contactHolder {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  position: relative;
  padding: 10px;
}

.contactHolder .overlay {
  background: -moz-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 0.7) 50%,
    rgba(255, 255, 255, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ffffff', GradientType=0);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.contactPage {
  max-width: 600px;
  margin: 70px auto;
  background-color: #fff;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 25px 15px;
  text-align: center;
  position: relative;
  z-index: 5;
}

.contactPage h3 {
  color: #285580;
  line-height: 26px;
}

.contactPage p {
  max-width: 400px;
  margin: 0 auto 10px;
  color: #585858;
  line-height: 18px;
}

.contactForm form {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.contactForm label {
  display: none;
}

.contactForm .wf-checkbox {
  margin-bottom: 10px;
}

.contactForm .wf-checkbox label {
  display: inline-block;
  color: #7f7575;
  margin: 0;
  font-size: 12px;
  text-transform: uppercase;
}

.contactForm .wf-checkbox input {
  margin: 0;
  margin-right: 10px;
  width: inherit;
}

.contactForm input {
  margin: 0 0 10px;
  width: 100%;
  padding: 10px 15px;
  font-size: 12px;
  color: #cc629a;
  border: 0;
  background-color: #fafafa;
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.contactForm input[type="submit"] {
  background-color: #cc629a;
  color: #fff;
  text-align: center;
  width: 300px;
  max-width: 90%;
}

.contactForm input[type="submit"]:hover {
  background-color: green;
}

.contactForm textarea {
  color: #cc629a;
  margin: 0 0 10px;
  width: 100%;
  padding: 5px 10px;
  height: 150px;
  min-height: 150px;
  border: 0;
  background-color: #fafafa;
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
  font-size: 12px;
}

.eventRegHolder.contactForm label {
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: rgba(88, 88, 88, 0.9);
  font-size: 12px;
  line-height: 14px;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  align-items: center;
  -ms-align-items: center;
  -webkit-align-items: center;
  margin: 10px 0;
}

.eventRegHolder.contactForm h2 {
  color: #cc619a;
  text-align: center;
}

.eventRegHolder.contactForm p {
  text-align: center;
  max-width: 400px;
  margin: 0 auto 20px;
}

.showy .wf-checkbox label {
  padding-left: 10px;
}

.contactForm .wf-field.dontChange {
  border: 0;
  color: #cc619a;
  margin-bottom: 15px;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.wf-Fill {
  display: none;
}

.wf-group {
  width: 300px;
  max-width: 100%;
}

.theClass .wf-group {
  width: inherit;
}

.wf-dont-2 {
  display: none !important;
}

.wf-dont-1 {
  display: none !important;
}

.membersInfo input {
  margin: 0 0 10px;
  padding: 5px 10px;
  border: 1px solid lightgrey;
  width: 100%;
  border-radius: var(--border-radius);
}

.membersInfo input.long {
  width: 100%;
}

.membersInfo input[type="submit"] {
  width: 100%;
  background-color: #cc629a;
  color: #fff;
  text-align: center;
}

.membersInfo input[type="submit"]:hover {
  background-color: green;
}

.membersInfo textarea {
  margin: 0 0 10px;
  width: 100%;
  border: 1px solid lightgrey;
  padding: 5px 10px;
  height: 150px;
  min-height: 150px;
  border-radius: var(--border-radius);
}

.wf-Hello-2 {
  display: none;
}

.wf-checkbox {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.membersInfo .wf-checkbox input {
  width: inherit;
  margin-right: 10px;
}

.errors li {
  color: red;
}

/*
.classInfoHolder {
    display: none;
}*/

.hiddenInputs {
  display: none;
}

/* THANKS PAGE */

.thanksHolder {
  padding: 50px 15px;
}

.thanksHolder h2 {
  color: #585858;
  text-align: center;
  font-size: 55px;
}

.thanksHolder p {
  color: #585858;
  text-align: center;
  font-size: 25px;
}

.thanksHolder dl {
  padding: 30px;
  margin: 10px auto;
  background-color: #f5f5f5;
  max-width: 600px;
}

/* NEW CLASSES */

.bigClassHolder {
  background-color: #cc629a;
  padding: 50px 20px;
  position: relative;
}

.bigClassHolder h2 {
    color: #fff;
    font-size: 55px;
    margin: 0 auto;
    text-align: center;
}

.bigClassHolder > h3 {
    color: #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 40px;
}

.bigClassHolder a button {
  background-color: #fbf6fa;
  display: block;
  margin: 10px auto;
  color: #ea76be;
  font-size: 14px;
  padding: 10px 20px;
}

.bigClassHolder a button:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
  color: #cc629a !important;
}

.classesPageHolder button.btn {
  display: none;
}

.classesPageHolder .bigClassHolder {
  margin: 250px 0 0;
}

.classesPageHolder .bigClassHolder h2 {
  color: #5b5b5b;
  top: -210px;
}

.classesPageHolder .bigClassHolder > h3 {
  top: -50px;
  color: #cc629a;
  font-size: 55px;
  text-transform: uppercase;
}

.classesPageHolder .theHolderOfClasses {
  margin: 0px auto 75px;
}

.bigClassHolder.private .privateInfo {
  margin: 0 auto;
  text-align: center;
  max-width: 300px;
  color: #fff;
  line-height: 16px;
}

.bigClassHolder.private a {
  display: block;
  width: fit-content;
  margin: 10px auto;
  background-color: #fff;
  padding: 10px 15px;
  color: #ea77bf;
}

.classesFilter {
  display: none;
}

.classesPageHolder .classesFilter {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  position: absolute;
  top: -141px;
  left: 0;
  right: 0;
  width: fit-content;
  margin: 0 auto;
  background-color: grey;
  border-radius: var(--border-radius);
  color: #fff;
  overflow: hidden;
}

.classesPageHolder .classesFilter a {
  padding: 7px 15px;
  background-color: #4faaff;
  color: #fff;
  transition-duration: 0.3s;
}

.classesPageHolder .classesFilter a:nth-child(even) {
  background-color: #285580;
}

.classesPageHolder .classesFilter a:hover {
  padding: 7px 19px;
}

.bigClassHolder.adults {
  background-color: #fff;
  margin: 0px;
}

.bigClassHolder.adults .eachClass {
  background-color: #cc629a;
  color: #fff;
}

.bigClassHolder.adults .eachClass:nth-child(even) {
  background-color: #4faaff;
}

.bigClassHolder.adults > h3 {
  top: -50px;
  color: #fff;
  font-size: 55px;
  text-transform: uppercase;
}

.bigClassHolder.adults .eachClass h3 {
  color: #fff;
}

.bigClassHolder.adults .eachClass h4 {
  color: #fff;
}

.bigClassHolder.adults .eachClass p {
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
}

.eachClass .classDot {
  position: absolute;
  height: 14px;
  width: 14px;
  top: 5px;
  left: 5px;
  border-radius: 50%;
  background-color: #8ed800;
}

.adults .eachClass .classDot {
  background-color: #fff;
}

.theHolderOfClasses {
  display: flex;
  display: flex;
  display: flex;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 900px;
  margin: 30px auto;
}

.eachClass {
  background-color: #fff;
  width: 200px;
  padding: 20px;
  cursor: pointer;
  text-align: center;
  margin: 10px;
  position: relative;
  border-radius: var(--border-radius);
}

.eachClass:hover {
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.4);
}

.eachClass:hover .classThisImage {
  transform: rotate(20deg);
  box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3);
}

.eachClass .classThisImage {
  height: 100px;
  width: 100px;
  margin: 0 auto;
  background-size: 75%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  background-position: center;
  background-repeat: no-repeat;
  transition-duration: 0.3s;
}

.eachClass h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #5b5b5b;
}

.bigClassHolder.private .eachClass h3 {
  font-size: 20px;
  margin: 20px 0;
  color: #5b5b5b;
}

.eachClass p {
  color: rgba(88, 88, 88, 0.7);
  margin: 0;
}

.eachClass h4 {
  font-size: 18px;
  font-family: "roboto";
  font-weight: 900;
  margin: 0;
  color: #5b5b5b;
}

.modal.theClass .modal-dialog {
  margin-top: 100px;
  border-radius: 0;
}

.modal.theClass .modal-header {
  padding: 0;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
}

.modal.theClass .modal-header h5 {
  color: #cc629a;
  font-family: "Montserrat", cursive;
  font-size: 35px;
  text-align: left;
  padding-left: 15px;
  text-transform: uppercase;
}

.modal.theClass .modal-header img {
  width: 100px;
}

.modal.theClass .modal-header h4 {
  color: #50aafb;
  font-size: 20px;
}
.modal.theClass .btn {
  background-color: rgba(204, 98, 154, 0.05);
  border: 1px solid #cc629a;
  border-radius: var(--border-radius);
  color: #cc629a;
  display: block;
}

.modal.theClass .btn.chosenBtn {
  background-color: #cc629a;
  color: #fff;
}

.modal.theClass .modal-body {
  color: rgba(88, 88, 88, 0.7);
}

.modal.theClass .modal-body h4 {
  color: #5b5b5b;
}

.modal.theClass .modal-content {
  border-radius: 0;
  padding: 15px;
}

.modal.theClass li {
  display: flex;
  list-style: none;
}

.modal.theClass i {
  color: #4faaff;
  margin-right: 10px;
}

.modal.theClass ul span {
  font-weight: 900;
  margin-right: 7px;
}

.modal.theClass .errors li {
  font-size: 12px;
}

.bigClassHolder.private {
  background-color: #4faaff;
  margin: 0px;
}

.showInfo {
  margin-bottom: 30px;
}

.modal-body.showy h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: rgba(88, 88, 88, 0.9);
}

.modal-body.showy h5 span {
  font-weight: 100;
  color: rgb(88, 88, 88, 0.8);
}

.showy label {
  display: block;
  margin: 0;
  text-transform: uppercase;
  color: rgba(88, 88, 88, 0.9);
  font-size: 12px;
}

.showy input[type="text"] {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px 15px;
  font-size: 12px;
  color: #cc629a;
  border: 0;
  background-color: #fafafa;
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.showy input[type="email"] {
  display: block;
  margin-bottom: 10px;
  width: 100%;
  padding: 10px 15px;
  font-size: 12px;
  color: #cc629a;
  border: 0;
  background-color: #fafafa;
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.showy textarea {
  width: 100%;
  height: 75px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #cc629a;
  padding: 10px 15px;
  border: 0;
  background-color: #fafafa;
  border-radius: var(--border-radius);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.1);
}

.showy input[type="submit"] {
  margin: 10px auto;
  display: block;
  border: 0;
  background-color: #cc629a;
  padding: 8px 30px;
  color: #fff;
}

.showy .dontShow {
  border: 0;
  height: inherit;
  margin: 0;
  padding: 0;
  background-color: transparent;
  box-shadow: none;
}

.scrollTip {
  display: none;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  color: #fff;
  margin-bottom: 20px;
}

.scrollTip i {
  color: #fff;
  margin: 0 10px;
  font-size: 34px;
}

.scrollTip p {
  margin: 0;
  font-size: 22px;
}

.bigClassHolder.private h3 {
  color: #4faaff;
  margin: 0px;
}

.tableHolder {
  max-width: 100%;
}

.bigClassHolder table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
  min-width: 750px;
  overflow-x: scroll;
}

.bigClassHolder td,
th {
  border: 5px solid #4faaff;
  text-align: left;
  padding: 15px;
  color: #5b5b5b;
  overflow: hidden;
  transition-duration: 0s;
}

.bigClassHolder tr {
  transition-duration: 0s;
}

.bigClassHolder tr:hover {
  background-color: #ff7ac0 !important;
  color: #fff !important;
}

.bigClassHolder tr:hover td {
  color: #fff !important;
}

.bigClassHolder td p:nth-child(1) {
  border-bottom: 5px solid #4faaff;
}

.bigClassHolder td.other {
  padding: 0px;
}

.bigClassHolder td.other p {
  padding: 15px;
  transition-duration: 0s;
}

.bigClassHolder td.price {
  min-width: 100px;
}

.bigClassHolder td.coaches {
  min-width: 218px;
}

.bigClassHolder th {
  background-color: #fff;
  color: #5b5b5b;
  font-family: "Montserrat", cursive;
}

.bigClassHolder tr:nth-child(even) {
  background-color: #fff;
}

.bigClassHolder tr:nth-child(odd) {
  background-color: #fff;
}

.bigClassHolder table p {
  margin: 0;
}

/* LEARNING  */

.learningItem {
  margin: 10px;
  padding: 20px;
  box-shadow: 0 0 10px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  align-items: center;
  -webkit-align-items: center;
  -ms-align-items: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

.learningItem .leftCell {
  padding: 15px;
  min-width: 250px;
  width: 250px;
  flex-grow: 1;
}

.leftCell img {
  width: 100px;
  height: 100px;
  min-height: initial;
  min-width: initial;
  object-fit: contain;
}

.learningItem .leftCell h3 {
  font-size: 24px;
}

.learningItem .leftCell h4 {
  color: #ff7ac0;
  line-height: 19px;
  margin: 0;
  margin-top: 0;
}

.learningItem .rightCell h4 {
  color: #ff7ac0;
}

.learningItem .rightCell {
  padding: 15px;
  min-width: 300px;
  width: 300px;
  flex-grow: 1;
}

/* CURRICULUM  */

.curriculumHolder {
  color: #fff;
  background: rgb(40, 85, 128);
  background: -moz-linear-gradient(
    -45deg,
    rgba(40, 85, 128, 1) 0%,
    rgba(40, 85, 128, 1) 31%,
    rgba(204, 98, 154, 1) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(40, 85, 128, 1) 0%,
    rgba(40, 85, 128, 1) 31%,
    rgba(204, 98, 154, 1) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(40, 85, 128, 1) 0%,
    rgba(40, 85, 128, 1) 31%,
    rgba(204, 98, 154, 1) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#285580', endColorstr='#cc629a', GradientType=1);
  position: relative;
  margin-top: 100px;
  padding: 15px;
  display: flex;
  display: flex;
  display: flex;
  justify-content: center;
  justify-content: center;
  justify-content: center;
  flex-wrap: wrap;
  flex-wrap: wrap;
  flex-wrap: wrap;
}

.curriculumHolder .title {
  position: absolute;
  font-size: 55px;
  color: #285580;
  left: 0;
  right: 0;
  top: -50px;
  margin: 0 auto;
  width: fit-content;
  text-transform: uppercase;
}

.curriculumSections {
  margin: 15px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  padding: 10px 5vw 25px;
  background-color: #fff;
  color: #585858;
  text-align: justify;
  width: 40%;
  flex-grow: 1;
  min-width: 400px;
  max-width: 600px;
}

.curriculumSections h3 {
  font-size: 33px;
  border-bottom: 2px #585858 solid;
  margin-top: 50px;
  text-align: left !important;
}

.curriculumSections img {
  max-height: 150px;
  margin: 0 auto;
  display: block;
}

/*  EMPLOYMENT  */

.employmentIntro {
  margin: 0 auto;
  max-width: 600px;
  text-align: justify;
}

.employmentIntro p {
  width: inherit;
  max-width: inherit;
  padding: 0;
  margin-bottom: 10px;
}

.instructorsIntro h3 {
  color: #5b5b5b;
  margin-top: 20px;
}

.instructorsIntro h4 {
  color: #5b5b5b;
  font-size: 20px;
  margin-top: 10px;
}

.instructorsIntro ul,
.instructorsIntro ol {
  color: rgba(88, 88, 88, 0.7);
  text-align: left;
}

.availableJobs {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: center;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  padding: 20px;
}

.availableJob {
  width: 300px;
  position: relative;
  padding: 50px 20px 40px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  margin: 10px;
}

.availableJob .dot {
  position: absolute;
  left: 15px;
  top: 15px;
  height: 14px;
  width: 14px;
  background-color: #8ed800;
  border-radius: 50%;
}

.availableJob h4 {
  font-size: 22px;
  text-align: left;
  color: #5b5b5b;
}

.availableJob p {
  padding: 20px 0px;
}

.availableJob button {
  background-color: #cc629a;
  color: #fff;
  border: 0;
  border-radius: var(--border-radius);
  padding: 5px 10px;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.availableJob h6 {
  position: absolute;
  top: 10px;
  left: 35px;
  background-color: #4faaff;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  border-radius: var(--border-radius);
}

.modal.theClass.theJob .modal-header {
  padding: 30px 10px 10px;
  display: block;
}

.modal.theClass.theJob h5 {
  position: inherit;
  color: #cc629a;
  line-height: 26px;
  font-size: 28px;
  top: 10px;
  display: block;
  text-align: left;
  width: 80%;
  margin: 0;
  padding: 0;
}

.modal.theClass.theJob h6 {
  color: #4faaff;
  font-family: "Montserrat", cursive;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 22px;
}

.modal.theClass.theJob ul {
  display: inherit;
}

.modal.theClass.theJob li {
  list-style: inherit;
  display: list-item;
  margin: 5px 0;
}

/* SCHEULDE */

.venueHide {
  display: none;
}

.venueHide.showThis {
  display: block;
}

.venueHide h2 {
  text-align: center;
  color: rgba(88, 88, 88, 0.8);
  margin-top: 50px;
}

.venueFilterThing {
  border-radius: var(--border-radius);
  margin: 0 auto 20px;
  padding: 20px;
  max-width: 800px;
  text-align: center;
  color: #ff7ac0;
  background-color: #ffebf4;
}

.venueFilterThing button {
  background-color: #285580;
  color: #fff;
  margin: 2px;
  border-radius: 0;
  font-size: 12px;
}

.venueFilterThing button.showThis {
  background-color: #4faaff;
}

.venueFilterThing button:hover {
  color: #fff;
  opacity: 0.8;
}

.theScheduleHolder {
  padding: 10px;
  margin-top: 20px;
}

.memebersRuleHolder {
  color: #585858;
  text-align: center;
  margin: -5px auto 50px;
  padding: 10px 15px;
  border-radius: 10px;
  position: relative;
  max-width: 900px;
}

.memebersRuleHolder h5 {
  position: absolute;
  top: -45px;
  font-size: 50px;
  text-align: center;
  color: rgba(88, 88, 88, 0.7);
  font-family: "Montserrat", sans-serif;
  left: 0;
  right: 0;
}

.memebersRuleHolder .dots {
  display: flex;
  display: -webkit-flex;
  display: -webkit-flex;
  justify-content: center;
  -webkit-justify-content: center;
  -webkit-justify-content: center;
  margin: 0 auto;
}

.memebersRuleHolder .dot {
  height: 14px;
  width: 14px;
  margin: 14px;
  border-radius: 50%;
}

.dot.green {
  background-color: #8ed800;
}

.dot.yellow {
  background-color: #f4d028;
}

.dot.red {
  background-color: #f42854;
}

.memebersRuleHolder h3 {
  background-color: #fff;
  color: rgb(137, 138, 137);
  width: fit-content;
  margin: 0 auto;
  padding: 10px 15px;
  font-size: 20px;
}

.memebersRuleHolder h4 {
  font-family: "Roboto", sans-serif;
  display: inline-block;
  font-size: 15px;
  margin: 2px 5px;
  letter-spacing: -1px;
  border: 1px #fff solid;
  border-radius: var(--border-radius);
  padding: 10px 15px;
  color: #ff7ac0;
  background-color: #ffebf4;
  font-weight: 100;
}

.memebersRuleHolder p {
  margin: 20px auto 0;
  max-width: 500px;
  font-size: 14px;
}

/* MEMBERS ONLY MODAL */

/*
.modal-content {
    background-color: transparent !important;
    border: none !important;
    height: 90vh;
}

.modal-body {
    height: 80vh;
}

.modal-content iframe {
    min-height: 450px !important;
    max-height: 500px;
    max-width: 400px;
    margin: 0 auto;
}

.modal-footer {
    display: block;
    border-top: 1px #CC629A !important;
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    border-radius:  0;
    max-width: 400px;
}

.modal-footer h3 {
    font-size: 23px;
    font-family: 'Roboto', sans-serif;
}

.modal-footer a {
    background-color: #CC629A;
    padding: 10px;
    border-radius:  var(--border-radius);
    color: #fff;
    max-width: 324px;
    display: block;
    width: 100%;
    margin: 0 auto;
    font-weight: 100;
}*/

/*.modal-header {
    display: block;
    position: relative;
    border-bottom: 0px solid #dee2e6;
    padding: 0;
    padding-top: 30px;
}

.modal-header .close {
    position: absolute;
    top: -14px;
    right: 60px;
}*/

.memberBtns {
  background-color: #fff;
  border: 0;
  flex-grow: 1;
  width: 50%;
  padding: 10px;
  -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}

.memberBtns.active {
  background-color: #ff7ac0;
  color: #fff;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.memberOr {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  margin: 0 auto;
  width: 100%;
  max-width: 400px;
}

.gloFoxEmbed {
  text-align: center;
  min-height: 500px;
}

.membersOnly {
  background-color: #fff;
  max-width: 400px;
  margin: 0 auto;
  min-height: 500px;
  overflow: scroll;
  width: 100%;
}

.membersOnly > p {
  padding: 15px;
  color: #585858;
}

.membersOnly img {
  height: 223px;
  width: 100%;
  object-fit: cover;
  border-bottom: 1px #ff7ac0 solid;
}

.innerEmbed {
  max-width: 400px;
  width: 100%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  color: #585858;
}

.innerEmbed button {
  background-color: green;
  color: #fff;
  padding: 5px 10px;
  border: 0;
}

.innerEmbed span {
  font-weight: 900;
}

.membersInfo {
  padding: 38px;
  color: rgb(88, 88, 88);
}

.membersInfo h4 {
  font-family: "Roboto", sans-serif;
  font-weight: 100;
  text-transform: uppercase;
  font-size: 22px;
  color: #585858;
}

/* TERMS AND CONDITIONS */

.innerTerms {
  max-width: 800px;
  margin: 0 auto;
  padding: 100px 15px;
  color: #585858;
}

/* SCHEDULE */

.termDatesHolder {
  text-align: center;
  max-width: 100%;
  width: 50vw;
  margin: 0 auto;
  border-top: 2px solid #585858;
  padding-top: 10px;
  color: #585858;
}

.termDates {
  position: relative;
}

.termDates h4 {
  font-size: 30px;
  margin: 0;
  line-height: 20px;
}

.termDates p {
  color: grey;
}

.termHolidays {
  position: relative;
}

.termHolidays h4 {
  font-size: 30px;
  margin: 0;
  line-height: 20px;
}

.termHolidays p {
  color: grey;
  display: inline-block;
  margin: 0;
  padding: 5px 10px;
}

.dayHolder {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.allClasses.schedule {
  max-width: 2000px;
}

.dayHolder .day {
  flex-grow: 1;
  width: 45%;
  padding: 10px;
  margin: 10px;
  background-color: rgba(0, 0, 0, 0.1);
  min-width: 300px;
}

.badgeHolder {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

.badgeHolder .badgeCard {
  width: 300px;
  margin: 2px;
}

.day .time {
  padding-bottom: 50px;
}

.time > p {
  margin: 0;
}

.time hr {
  margin-top: 0;
}

.time h3 span {
  font-weight: 900;
}

@media only screen and (min-width: 720px) {
  .article:nth-child(1) {
    width: 520px;
  }

  .article:nth-child(1) img {
    height: 250px;
  }
}

@media only screen and (max-width: 991px) {
  .classFilter {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
  }

  .section.hello {
    justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: space-between;
    text-align: center;
  }

  .superTitle {
    margin: 10px;
    margin-right: inherit;
    min-width: initial;
    text-align: center;
  }

  .superInfo {
    margin: 10px;
    text-align: center;
  }

  .tableHolder {
    overflow: scroll;
  }
}

@media only screen and (max-width: 750px) {
  .scrollTip {
    display: flex;
    display: -webkit-flex;
    display: -ms-flex;
  }

  .superClass {
    padding: 10px;
    justify-content: center;
    -ms-justify-content: center;
    -webkit-justify-content: center;
    flex-direction: column;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    position: relative;

    width: 40vw;
    min-width: 300px;
    display: inline-flex;
    display: -ms-inline-flex;
    display: -webkit-inline-flex;
  }

  .superDotImg {
    position: initial;
  }

  .superDot {
    left: 10px;
    top: 10px;
  }

  .superTitle h5 {
    font-size: 14px;
  }

  .superTitle p {
    letter-spacing: 0;
  }

  .superTitle {
    margin: 5px;
  }

  .superInfo {
    margin: 5px;
  }

  .superBtns {
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
  }
}

@media only screen and (max-width: 600px) {
  .superClass {
    min-width: fill-available;
    min-width: -ms-fill-available;
    min-width: -webkit-fill-available;
  }

  body {
    padding-top: 90px;
  }

  .modal.theClass .modal-header h5 {
    top: -32px;
    font-size: 25px;
    line-height: 27px;
    padding: 0;
  }

  .sectionHolder {
    padding: 75px 5px 150px;
  }

  .cardCover h4 {
    font-size: 17px;
    line-height: 17px;
  }

  .cardCover h5 {
    color: #585858;
    font-size: 18px;
    line-height: 18px;
  }

  .sectionHolder .classCard {
    height: 240px;
  }

  .eachClass img {
    width: 90px;
    height: 90px;
  }

  .eachClass h4 {
    font-size: 16px;
  }

  .eachClass h3 {
    line-height: 20px;
  }

  .bigClassHolder {
    padding: 50px 5px;
  }

  .eachClass {
    width: 160px;
    padding: 20px 10px;
    margin: 5px;
  }

  .curriculumHolder {
    padding: 10px;
  }

  .curriculumHolder .title {
    font-size: 45px;
    top: -40px;
  }

  .curriculumSections {
    min-width: 300px;
    margin: 7px;
  }

  .contactPage {
    margin: 30px auto;
  }

  /* NAVBAR */

  .navbar {
    height: 100px;
  }

  .p-4.expanded {
    top: 90px;
  }

  .navbar > a img {
    height: 60px;
  }

  .navImg {
    width: 100px;
    display: block;
    margin: 10px auto 10px;
    min-width: inherit;
    max-width: inherit;
  }

  .navItem h3 {
    line-height: 20px;
    color: #585858;
    font-family: "roboto", cursive;
    font-weight: 900;
    font-size: 22px;
  }

  .navItem img {
    object-fit: cover;
    height: 50px;
    width: 100%;
    margin-bottom: 15px;
    min-height: inherit;
    max-height: inherit;
  }

  .navItems {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .navItem {
    padding: 10px;
    flex-grow: 1;
    flex-basis: 100%;
    min-width: 145px;
    margin-bottom: 20px;
    text-align: right;
  }

  .navItem hr {
    margin: 5px 0 0px;
  }

  .p-4 button {
    right: 20px;
  }

  .navItem a {
    padding: 5px 10px;
    justify-content: flex-end;
    -webkit-justify-content: flex-end;
    -ms-justify-content: flex-end;
  }

  .navItem a:nth-child(odd) {
    background-color: rgba(88, 88, 88, 0.05);
  }

  .navItem img {
    display: none;
  }

  /* HERO */

  .heroOuterBox {
    position: relative;
    z-index: 5;
    width: inherit;
    top: inherit;
    left: inherit;
    margin: 0 auto;
    background-color: transparent;
  }

  .heroBox {
    background-color: transparent;
    box-shadow: none;
  }

  .heroOuterBox h5 {
    color: #fff;
  }

  .heroOverlay {
    background-color: rgba(0, 0, 0, 1);
  }

  .hero h1 {
    font-weight: 900;
    font-size: 26px;
    margin: 30px 0 10px;
    color: #fff;
    font-size: 38px;
  }

  .hero h3 {
    color: #fff;
  }

  .hero hr {
    border-top: 2px #fff solid;
  }

  .finalBox {
    border-radius: 20px;
  }

  .finalBox a {
    margin: 0 auto;
  }

  .allClasses {
    padding: 50px 10px;
  }

  .filterCard {
    margin: 20px auto 0;
  }

  .modal-header .close {
    top: -5px;
    right: 20px;
  }

  .newsTop h2 {
    font-size: 40px;
    text-transform: uppercase;
  }

  .instructorsIntro h2 {
    font-size: 35px;
  }

  .allInstructors {
    padding: 50px 5px;
  }

  .instructor h4 {
    color: #fff;
    position: absolute;
    top: -24px;
    left: 0;
    right: 0;
    text-align: center;
    font-size: 27px;
    text-transform: uppercase;
  }

  .instructor .insOther,
  .instructor .insImage,
  .instructor .insProfile {
    min-width: 270px;
  }

  .availableJobs {
    padding: 0px;
  }

  .modal.theClass.theJob .modal-header h5 {
    font-size: 26px;
  }

  .anime.mobile {
    display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flex;
  }

  .anime.normal {
    display: none;
  }

  .insProfile {
    min-height: inherit;
  }

  .news.gallery h2 {
    font-size: 40px;
    text-align: center;
  }

  .article {
    width: 100%;
    min-width: 250px;
    margin: 10px 30px;
  }

  .venue {
    width: 100%;
  }

  .articleHolder h2 {
    line-height: 30px;
  }

  .titleArea h2 {
    font-size: 40px;
    line-height: 39px;
  }

  .miniOverlay {
    height: 450px;
    max-height: 45vh;
  }

  .articleHolder h3 {
    font-family: "Roboto", sans-serif;
  }

  .learningItem {
    padding: 0;
  }

  .instructorsIntro .monthTitle {
    width: inherit;
  }

  .month .firstThing {
    width: 100%;
    height: inherit;
  }

  .month .calendarEvent {
    width: inherit;
  }

  .month .calendarEvent h3 {
    font-size: 28px;
    line-height: 24px;
    width: 240px;
    margin-top: 5px;
  }

  .month .calendarEvent p {
    font-size: 18px;
    line-height: 22px;
  }

  .month .calendarEvent h4 {
    font-size: 14px;
    left: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .titleArea h2 {
    font-size: 31px;
    line-height: 30px;
  }
}
