/*
Theme Name: STARR Gymnastics
Theme URI: https://wordpress.org/themes/twentythirteen
Author: Light Switch Creative
Author URI: https://lightswitchcreative.ca/
Description: 2023 Starr Template
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: STARR, Light Switch
Text Domain: STARRtemplate

*/

@font-face {
  font-family: 'helvetica';
  src:url('_fonts/helvetica-normal-webfont.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-light';
  src:url('_fonts/Helvetica-Light-Regular.otf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'helvetica-bold';
  src:url('_fonts/Helvetica-Bold-Font.ttf');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'love_ya_like_a_sisterregular';
  src:url('/_beta/_fonts/loveyalikeasister/loveyalikeasister-webfont.eot');
  src: url('/_beta/_fonts/loveyalikeasister/loveyalikeasister-webfont.eot?#iefix') format('embedded-opentype'),
  url('/_beta/_fonts/loveyalikeasister/loveyalikeasister-webfont.woff') format('woff'),
  url('/_beta/_fonts/loveyalikeasister/loveyalikeasister-webfont.ttf') format('truetype'),
  url('/_beta/_fonts/loveyalikeasister/loveyalikeasister-webfont.svg#love_ya_like_a_sisterregular') format('svg');
  font-weight: normal;
  font-style: normal;

}
@font-face {
  font-family: 'love_ya_like_a_sister_snormal';
  src:url('/_beta/_fonts/loveyalikeasistersolid/loveyalikeasistersolid-webfont.eot');
  src: url('/_beta/_fonts/loveyalikeasistersolid/loveyalikeasistersolid-webfont.eot?#iefix') format('embedded-opentype'),
  url('/_beta/_fonts/loveyalikeasistersolid/loveyalikeasistersolid-webfont.woff') format('woff'),
  url('/_beta/_fonts/loveyalikeasistersolid/loveyalikeasistersolid-webfont.ttf') format('truetype'),
  url('/_beta/_fonts/loveyalikeasistersolid/loveyalikeasistersolid-webfont.svg#love_ya_like_a_sister_snormal') format('svg');
  font-weight: normal;
  font-style: normal;

}
* {box-sizing: border-box;}

body {
  font-family: 'Montserrat', sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  color: #000;
  margin: 0;
  padding: 0;
}
.video-wrap {
  max-width: 1366px;
  margin: 60px auto;
}
.video {
  aspect-ratio: 16 / 9;
  width: 100%;
}
img {border:0;}

a {text-decoration:none;}

.clear {clear: both;}

.hidden {display: none;}

.head-bg-color {
  background-color: #003464;
  /*background-color: #005FB8;*/
}
.head {
  display: flex;
  justify-content: space-between;
  max-width: 1366px;
  margin: 0 auto;
  height: 165px;
  padding: 0 20px;

}
.head .logoz {
  max-width: 600px;
  align-self: center;
}
.head .logoz img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 400px;
}

.logo-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
}
.head-social {
  display: flex;
  justify-content: center;
  margin-right:20px;
}
.head-social a {
  opacity: 0.5;
  margin: 0 5px;
  padding:0 !important;
}
.head-social a:hover {
  opacity: 1;
}
.head-social a img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 45px;
}

div.nav-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

ul.main-menu {
  font-size: 15px;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
  z-index: 9998;
}
ul.main-menu li {
  display: block;
  float: left;
  padding: 10px 5px;
  position: relative;
  text-decoration: none;
  transition-duration: 0.5s;
  /*color: #003666;*/
  color:#fff;
  font-size: 15px;
  font-weight: 600;
}

ul.main-menu li a {
  text-transform: uppercase;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
ul.main-menu li:hover {
  cursor: pointer;
}
ul.main-menu li:hover a {
  color: #e41531;
}
ul.main-menu li ul.sub-main-menu {
  list-style: none;
  background: #eebd49;
  visibility: hidden;
  opacity: 0;
  min-width: 260px;
  width: auto;
  position: absolute;
  transition: all 0.5s ease;
  left: 0;
  display: none;
  border:2px solid white;
  padding: 0;
  margin: 10px 0 0 0;
}
ul.main-menu li ul.sub-main-menu li {
  float: none;
  border-bottom: 2px solid white;
}
ul.main-menu li ul.sub-main-menu li a{
  text-transform: uppercase;
  color: #003767;
  font-size: 13px;
}
ul.main-menu li ul.sub-main-menu li:hover {
  background: #e41531;
  color: #fff;
}
ul.main-menu li ul.sub-main-menu li:hover a {
  color: #fff;
}
.head ul li:hover > ul,
.head ul li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.head ul li ul li { clear: both; width: 100%; padding: 10px; }

ul.main-menu li.sub-menu-right ul.sub-main-menu {
  right:0 !important;
  left: inherit;
}

.nav-tabs {
  align-self: flex-end;
  display:flex;
}
.nav-tabs a {
  /*font-family: 'love_ya_like_a_sister_snormal', sans-serif;*/
  padding: 12px 30px;
  border-radius: 0 0 10px 10px;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
}
.nav-tabs a.reg-tab {
  background-color: #e41531;
  max-height:50px;
}
.nav-tabs a.avail-tab {
  background-color: #18507f;
  color: #fff;
}

.primary-nav {

  align-self: flex-end;
  z-index: 9999 !important;
  position: relative;
}
.primary-nav li {
  float: left;

  color: #fff;
}
.primary-nav li a {
  color: #fff;
  font-size: 15px;
  font-weight: 600;
}
.primary-nav li a:hover {
  color: #e41531;
}

.owl-carousel {

}
.owl-nav {
  position: absolute;
  top:50%;
  width: 100%;
}
.owl-prev {
  left:0;
  position: absolute;
}

.owl-next {
  right: 0;
  position: absolute;
}
.owl-nav button span {
  color: #fff;
  font-size: 50px;
}
.owl-nav button span:hover {
  color: red;
}
.owl-dots {
  position: absolute;
  bottom: 60px;
  z-index: 999;
  width: 100%;
}
.owl-theme .owl-dots .owl-dot span {
  width: 20px !important;
  height: 20px !important;
  margin:5px 2px !important;
}


.owl-item div {
  position: relative;
  max-height: 740px;
}
.owl-item div img {
  object-fit: cover;
  object-position: center;
  height: 740px;
}
#home-top div.item {
  position: relative;
  display: flex;
  justify-content: center;
}
#home-top div.item img {
  z-index: 100;
}
#home-top div.item div.home-slide-title {
  position: absolute;
  z-index: 205;
  top: 400px;
  padding:10px;
  background: rgba(245, 0, 3, 1) none repeat scroll 0 0;
  /*transform: rotate(-3deg);*/
  text-transform:uppercase;
  font-weight: bold;
  box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
  -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
  -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.2);
  color:#fff;
  font-size: 30px;
}
#home-top div.item div.home-slide-txt {
  z-index: 200;
  position: absolute;
  top:450px;
  background: rgba(2, 22, 40, 0.6) none repeat scroll 0 0;
  padding:20px;
  color: #fff;
  max-width: 950px;
  font-weight: 500;
}


.page-content {
  max-width: 1366px;
  margin: 0 auto;
  padding: 0 20px;
  font-size: 18px;
}
.home-text {
  max-width: 1150px;
  padding:20px;
  margin: 0 auto;
}
.home-text h1 {
  color: #003666;
  font-size: 50px;
  text-transform: uppercase;
  font-weight: 900;
}
.home-text h1 span {
  font-weight: 300;
}
.home-text p {
  color: #7a7a7a;
  font-size: 18px;
  line-height: 26px;
}

.entry-circles {
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  margin: 60px auto;
}
.entry-circles a {}
.entry-circles div {

}
.entry-circles em {
  color: #003464;
  font-style: normal;
}
.circle-thingy {
  width: 345px;
  height: 345px;
  background-size: cover;
  border: 4px solid #eebd49;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}
.circle-thingy span {
  position: absolute;
  top:45%;
  display: block;
  width: 100%;
  padding:20px 0;
  text-align: center;
  background-color: red;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  /*font-family: 'love_ya_like_a_sister_snormal', sans-serif;*/
}
.ec-01 {
  background-image: url('_img/circle-001.jpg');
}
.ec-02 {
  background-image: url('_img/circle-002.jpg');
}
.ec-03 {
  background-image: url('_img/circle-003.jpg');
}

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


.testi {
  background-color: #eebd49;
  padding: 0 20px;
}

#testi-slider {
  display: block;
  position: relative;
  width: 100%;
  background-color: #eebd49;
}
#testi-slider .owl-dots {
  display: none !important;
}
.testi-slide {
  display: flex;
  justify-content: space-between;
  max-width: 1150px;
  margin: 40px auto;
}
.testi-slide-img {
  width: 50%;
}
.testi-slide-img img {
  width: 100%;
  display: block;
  object-fit: cover;
  max-width: 550px;
  height: 370px;
}
.testi-slide-txt {
  margin-left: 40px;
  width: 50%;
}
.testi-slide-txt p.testi-title {
  color: #003464;
  font-size: 30px;
  font-weight: 700;
}
.testi-slide-txt p.testi-sub-title {
  font-size: 23px;
  font-weight: 500;
  color: #003464;
  line-height: 30px;
}
.testi-slide-txt p {
  font-size: 20px;
  color: #000;
  line-height: 32px;
}
.testi-slide-txt hr {
  border: 0;
  height: 1px;
  background-color: #000;
}
@media only screen and (max-width: 780px) {
  .owl-item div.testi-slide {
    height: auto;
    max-height: none;
  }
  .testi-slide-img img {
    max-height: 370px;
    max-width: 100%;
  }
  .owl-item div.testi-slide-txt {
    max-height: none;
  }
}



.footer-nav {
  background-color: #e51532;
  color: #fff;
  text-align: center;
  padding: 20px 20px;
}
.footer-nav a {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
}
.footer-nav a:hover {
  color: #003464;
}
.footer-nav span {
  margin: 0 5px;
}
.footer-nav div {
  margin: 30px 0;
}
.footer-copy {
  background-color: #003464;
  width: 100%;
}
.footer-copy-wrap {
  max-width: 1190px;
  margin: 0 auto;
  padding: 50px 20px;
  display: flex;
  justify-content: space-between;
}

.fc-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.fc-logo img {
  display: block;
  max-width: 400px;
  width: 100%;
  height: auto;
}
.fc-social {
  text-align: center;
  margin:20px 0;
}
.fc-social a {
  margin: 10px;
  opacity: 0.5;
}
.fc-social a:hover {
  opacity: 1;
}
.fc-locations {
  text-align: center;
  color: #fff;
}
.fc-loc-wrap {
  display: flex;
}
.fc-loc-wrap div {
  margin: 0 20px;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 26px;
  text-align: left;
}
.fc-copy {
  margin-top: 40px;
  color: #fff;
  font-size: 16px;
}

.insta-row {
  text-align: center;
  margin: 0;
  border-bottom: 3px solid white;
}
.insta-row p {
  margin: 60px 0;
}
.insta-feed {

}
.insta-feed img {
  width: 100%;
  height: auto;
  display: block;
  /* THIS IS THE TEMP STYLE FOR PLACEHOLDER IMAGE*/
}


.programs-entry {
  display: flex;
  justify-content: space-between;
  max-width: 1366px;
  margin: 0 auto ;
}
.pe-box {
  max-width: 338px;
  width: 24.5%;
  overflow: hidden;
}
.pe-box-img {

}
.pe-box-img img {
  object-fit: cover;
  height: 335px;
  display: block;
}

.pe-box-title a {
  display: block;
  padding: 20px 10px;
  text-align: center;
  background-color: #d0333a;
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
}
.pe-box-txt {
  background-color: #f7dfa8;
  min-height: 340px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.pe-box-txt, .pe-box-txt a {
  color: #003666;
  font-size: 18px;
  font-weight: 300;
}
.pe-box-txt b {
  font-weight: 700;
  display: block;
}

.pe-box-txt a b {
  font-weight: 700;
  text-transform: uppercase;
}

.pe-box-txt p {
  margin: 10px 0;
  text-align: center;
}
.pe-box-txt a:hover {
  color: #d0333a;
}

.class-details-box {
  min-height: 420px;
  display: flex;
  max-width: 1366px;
  margin: 0 auto;
  width:100%;
}
.cdb-img {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width:60%;
}
.cdb-txt {
  width: 40%;
  background-color: #003767;
  color: #fff;
  font-size: 16px;
  padding: 40px;
}

.seasonal-sessions {
  display: flex;
  width: 100%;
  max-width: 1366px;
  margin: 60px auto;
}
.session-block {
  font-size: 26px;
  color: #fff;
  text-align: center;
  padding: 40px;
  /*width:50%;*/
  display: flex;
  flex-direction: column;
  align-items: center;
}
.session-block p {
  margin: 5px 0;
}
.session-block p:nth-child(3){
  margin: 30px;
}
.session-block b {
  font-weight: 700;
}
.session-block p a {
  display: block;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
  font-weight: 500;
}
.session-block h5 {
  font-size: 36px;
  margin: 0;
}
.winter-session {
  background-color: #003767;
}
.winter-session p a {
  color: #003767;
}
.spring-session {
  background-color: #d0333a;
}
.spring-session p a {
  color: #d0333a;
}

.class-btn {
  display: flex;
  margin-bottom: 80px;
}
.class-btn div {
  width: 50%;
  text-align: center;
}
.class-btn a {

}
.class-btn div.class-btn-reg a {
  background-color: #d0333a;
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
}
.class-btn div.class-btn-reg a:hover {
  background-color: #003767;
}
.class-btn div.class-btn-fin a {
  color: #fff;
  padding: 10px 20px;
  border-radius: 10px;
  background-color: #003767;
  display: inline-block;
}
.class-btn div.class-btn-fin a:hover {
  background-color: #d0333a;
}

.contact-row {
  background-color: #f7dfa8;
  padding: 40px 20px;
}
.contact-row .form {
  max-width: 980px;
  margin: 0 auto;
  background-color: #eebd49;
  padding: 40px;
}
p.contact-title {
  font-size: 50px;
  color: #d0333a;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.form-wrap form div {
  margin: 10px 0;
}
.form input[type="text"],
.form input[type="email"],
.form input[type="tel"] {
  padding: 10px;
  font-size: 16px;
  color: #999;
  border:1px solid #e5e5e5;
  font-family: 'Montserrat', sans-serif;
}
.form-001, .form-002 {
  display: flex;
  justify-content: space-between;
}
.form-001 input {
  width: 49.5%;
}
.form-002 input#email {
  width: 64%;
}
.form-002 input#tel {
  width: 35%;
}
.form-003 {}
.form-003 textarea {
  width: 100%;
  min-height: 200px;
  padding: 10px;
  font-size: 16px;
  color: #999;
  border:1px solid #e5e5e5;
  font-family: 'Montserrat', sans-serif;
}
.captia-sub #submit {
  background-color: #d0333a;
  color: #fff;
  padding: 10px 20px;
  border: 0;
}

.content-wrap {
  max-width: 1366px;
  margin: 0 auto;
  padding: 20px;
}
.content-wrap a {
  color: #d0333a;
  font-weight: 500;
}
.content-wrap h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 42px;
  line-height: 50px;
  color: #d0333a;
}
.content-wrap h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 35px;
  line-height: 40px;
  color: #d0333a;
}
.content-wrap h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  line-height: 30px;
  color: #000;
}
#content-top {
  max-height: 400px;
}
#content-top .owl-item img {
  max-height: 400px;
}
.content-wrap a.cbtn {
  background-color: #d0333a;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  border-radius: 10px;
  padding: 10px 30px;
  display: inline-block;
  cursor: pointer;
}
.content-wrap a.cbtn:hover {
  background-color: #003464;
}

.content-wrap ul {
  list-style: none; /* Remove default bullets */
}

.content-wrap ul li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #003464; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
  font-size: 24px;
}


.content-wrap table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

.content-wrap table caption {
  font-size: 1.5em;
  margin: .5em 0 .75em;
}

.content-wrap table tr {
  background-color: #f8f8f8;
  border: 1px solid #003464;
  padding: .35em;
}

.content-wrap table th,
.content-wrap table td {
  padding: .625em;
  text-align: center;
}

.content-wrap table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.content-hero {
  height: 400px;
  width: 100%;
  display: flex;
}
.content-hero img {
  object-fit: cover;
  object-position: center;
  height: 400px;
  width: 100%;
  display: block;
}

.contact-map-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact-map-wrap iframe {
  width: 70%;
}
.contact-map-wrap p {
  font-size: 24px;
  font-weight: 500;
  margin-top: 0;
  padding-top: 0;
  padding-left: 20px;
  width: 25%;
  min-width: 300px;
}

.the-team {
  max-width: 1366px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}
.member-box {
  width: 20%;
  margin: 20px;
}
.member-box img {
  width: 100%;
  display: block;
  height: 270px;
  object-fit: cover;
  object-position: top center;
}

.wrap {
  max-width: 1366px;
  margin: 0 auto;
}



.inner-prog-nav {
  display: flex;
  align-items: center;
  width: 100%;
  background-color: #dcedfd;
  padding: 0 40px;
}
.inner-prog-nav span {
  font-style: 16px;
  font-weight: 700;
}
.inner-prog-nav i {
  margin: 0 10px;
}
.inner-prog-nav a {
  color: #000;
  font-style: 16px;
  font-weight: 500;
  display: inline-block;
  padding: 10px 20px;
}
.inner-prog-nav a.ipnON {
  background-color: red;
  color: #fff;
}
.inner-prog-nav a.ipnON:hover {
  color: #fff;
}
.inner-prog-nav a:hover {
  color: red;
}


@media screen and (max-width: 780px) {
  .inner-prog-nav {
    flex-direction: column;
    margin-top: 141px;
    padding: 0;
  }
  .inner-prog-nav i {display: none;}
  .inner-prog-nav span {
    border-bottom:2px solid #000;
    width: 100%;
    text-align: center;
    padding: 10px 20px;
  }
  .inner-prog-nav a {
    width: 100%;
    text-align: center;
    padding: 15px 20px;
  }
}


@media screen and (max-width: 600px) {



  .right-img {display: none;}
  .contact-map-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
  .contact-map-wrap iframe {
    width: 100%;
  }
  .contact-map-wrap p {
    width: auto;
    padding-left: 0;
    padding-top: 10px;
  }
  .content-wrap table {
    border: 0;
  }

  .content-wrap table caption {
    font-size: 1.3em;
  }

  .content-wrap table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .content-wrap table tr {
    border-bottom: 3px solid #003464;
    display: block;
    margin-bottom: .625em;
  }

  .content-wrap table td {
    border-bottom: 1px solid #003464;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  .content-wrap table td::before {
    /*
    * aria-label has no advantage, it won't be read inside a table
    content: attr(aria-label);
    */
    content: attr(data-label);
    float: left;
    font-weight: bold;
    text-transform: uppercase;
  }

  .content-wrap table td:last-child {
    border-bottom: 0;
  }
}



@media only screen and (max-width: 880px) {
  .programs-entry {
    flex-wrap: wrap;
  }
  .pe-box {
    max-width: inherit;
    width:49.5%;
    overflow: hidden;
    margin: 10px 0 0 0;
  }
  .pe-box-img img {
    width: 100%;
  }
}
@media only screen and (max-width: 540px) {
  .programs-entry {
    flex-wrap: wrap;
  }
  .pe-box {
    max-width: inherit;
    width:100%;
    overflow: hidden;
    margin: 10px 0 0 0;
  }
  .pe-box-img img {
    width: 100%;
  }
}

.mbl-header {display: none;}
@media only screen and (max-width: 780px) {
  .about_continer {
    width: 100% !important;

  }
  div.about_continer div.aboutinfo {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 10px !important;
  }
  .owl-nav {
    top:200px;
  }
  #home-top div.item div.home-slide-title {
    top:400px;
  }
  #home-top div.item div.home-slide-txt {
    top:457px;
  }

  .form-001, .form-002 {
    flex-direction: column;
  }
  .form-001 input, .form-002 input {
    width: 100% !important;
    margin: 5px 0;
  }
  .seasonal-sessions {
    flex-direction: column;
  }
  .session-block {
    width: 100% !important;
  }
  .class-btn {
    flex-direction: column;
  }
  .class-btn div {
    width: 100%;
    margin: 10px 0;
  }
  .class-details-box {
    flex-direction: column;
  }
  .cdb-img {
    width: 100%;
    min-height: 420px;
  }
  .cdb-txt {
    width: 100%;
  }

  .head {display: none;}
  #home-top {margin-top: 140px;}
  .main_content {margin-top: 140px;}
  .mbl-header {
    width: 100%;
    justify-content: space-between;
    /*position: relative;*/
    position:fixed;
    align-items: center;
    top:0;
    height: 140px;
    z-index:9999;
    display: flex;
    flex-direction: column;
    background-color:#003464;
    padding: 0 20px;
  }
  .mbl-header .nav-tabs {
    align-self: center;
  }
  .mbl-header .nav-tabs a.lang-toggle {
    color: #003666;
    max-width: 80px;
  }
  .mbl-header .nav-tabs span {
    width: 80px;
    display: inline-block;
  }
  .mbl-logo-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mbl-header .logoz {
    max-width: 320px;
  }

  .mbl-header .logoz img {
    width: 100%;

  }

  div.mbl-nav {
    display: none;
    position: absolute;
    top:140px;
    background-color: #fff;
    width: 100%;
  }

  div.mbl-nav ul {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  div.mbl-nav ul li {
    display: block;
    float: none;
    padding: 15px 0;
    width: 100%;
    text-align: center;
    border-bottom: 2px solid #003767;
  }
  div.mbl-nav ul li:last-child {
    border-bottom:none;
    background-color: #e41531;
    color: #fff;
  }
  div.mbl-nav ul li:last-child a{
    color: #fff;
  }
  div.mbl-nav ul li:hover {background-color: #000; color: #fff;}

  div.mbl-nav ul li:hover a {
    color: #fff;
  }

  div.mbl-nav ul li a {
    font-size: 22px;
    font-family: 'Helvetica-Bold';
    text-transform: uppercase;
    color: #000;
  }

  div.mbl-nav ul li ul {
    list-style: none;
    background: #666565;
    visibility: visible;
    opacity: 1;
    min-width: inherit;
    position: inherit;
    transition: all 0.5s ease;
    left: inherit;
    display: block;
    border: none;
    padding: 0;
    margin: 10px 0 0 0;
  }

  div.mbl-nav ul li ul li {
    border-bottom:1px solid white;
    text-indent: 30px;
  }

  div.mbl-nav ul li ul li a {
    color: #fff;
  }

  .mbl-header .head-mbl-nav-btn {
    display: block !important;
  }

  .ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .hamRotate.active {
    transform: rotate(45deg);
  }

  .hamRotate180.active {
    transform: rotate(180deg);
  }

  .line {
    fill:none;
    transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
    stroke:#fff;
    stroke-width:5.5;
    stroke-linecap:round;
  }

  .ham8 .top {
    stroke-dasharray: 40 160;
  }

  .ham8 .middle {
    stroke-dasharray: 40 142;
    transform-origin: 50%;
    transition: transform 400ms;
  }

  .ham8 .bottom {
    stroke-dasharray: 40 85;
    transform-origin: 50%;
    transition: transform 400ms, stroke-dashoffset 400ms;
  }

  .ham8.active .top {
    stroke-dashoffset: -64px;
  }

  .ham8.active .middle {
  //stroke-dashoffset: -20px;
    transform: rotate(90deg);
  }

  .ham8.active .bottom {
    stroke-dashoffset: -64px;
  }

  .insta-row p {
    margin: 30px 0;
  }

  .entry-circles {
    flex-direction: column;
    justify-content: center;
    margin: 20px auto;
  }
  .circle-thingy {
    margin: 20px auto;
  }

  .testi-slide{
    flex-direction: column;
  }
  .testi-slide-img {
    width: 100%;
  }
  .testi-slide-txt {
    width: 100%;
    margin-left: 0;
    padding: 0 20px;
  }
  #home-top .owl-dots  {display: none;}
  #testi-slider .owl-nav {top:20%;}

  .footer-copy-wrap {
    flex-direction: column;
  }
  .fc-logo img {
    margin: 0 auto;
  }
  .fc-locations {
    font-size: 24px;
  }
  .fc-loc-wrap {
    flex-direction: column;
  }

  .fc-loc-wrap div {
    margin: 10px auto;
    font-size: 18px;
    text-align: center;
  }
  .fc-copy {text-align: center;}
}

.flex-content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
#content-hidden {display: none;}


.flex-content div.pretty-large {
  width: 70%;
}
.camp-sub-nav {
  background-color: #f7bc2f;
  color: #000;
  padding:20px;
}

@media only screen and (max-width: 680px) {
  .flex-nowrap {
    flex-direction: column-reverse;
  }
  .flex-content div.pretty-large {
    width: 100%;
  }
}


.gallery-wrap {
  display: flex;
  flex-wrap:wrap;
  justify-content: space-evenly;
  gap: 40px;
}
.gallery-wrap div {

}
.gallery-wrap div img {
  object-fit: cover;
  height: 300px;
  width: 300px;
  display: block;
}

.gallery-wrap div:hover img {
  opacity:0.5;
}



select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  padding: 0 1em 0 0;
  margin: 0;
  width: 100%;
  font-family: inherit;
  font-size: inherit;
  cursor: inherit;
  line-height: inherit;
  z-index: 1;
  outline: none;
}
select::-ms-expand {
  display: none;
}

table select {
  background-color:#003464;
  color:#fff;
}


.select {
  display: grid;
  grid-template-areas: "select";
  align-items: center;
  position: relative;
  min-width: 15ch;
  max-width: 30ch;
  border: 1px solid var(--select-border);
  border-radius: 0.25em;
  padding: 0.25em 0.5em;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  background-image: linear-gradient(to top, #f9f9f9, #fff 33%);
  margin-top: 20px;
}
.select select, .select::after {
  grid-area: select;
}
.select:not(.select--multiple)::after {
  content: "";
  justify-self: end;
  width: 0.8em;
  height: 0.5em;
  background-color: var(--select-arrow);
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  clip-path: polygon(100% 0%, 0 0%, 50% 100%);
}
.select-l {
  max-width:100%;
}
select:focus + .focus {
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  border: 2px solid var(--select-focus);
  border-radius: inherit;
}

select[multiple] {
  padding-right: 0;
  /*
   * Safari will not reveal an option
   * unless the select height has room to
   * show all of it
   * Firefox and Chrome allow showing
   * a partial option
   */
  height: 6rem;
  /*
   * Experimental - styling of selected options
   * in the multiselect
   * Not supported crossbrowser
   */
}
select[multiple] option {
  white-space: normal;
  outline-color: var(--select-focus);
}

.select--disabled {
  cursor: not-allowed;
  background-color: #eee;
  background-image: linear-gradient(to top, #ddd, #eee 33%);
}

label {
  font-size: 1.125rem;
  font-weight: 500;
}

.select + label {
  margin-top: 2rem;
}

.session-1 {
  width: 100%;
}
.session-2 {
  width: 50%;
}
.session-3 {
  width: 33.3%;
}

.sched-selec-wrap {
  display: flex;
  width: 100%;
  background-color: #003767;
  color: #fff;
}
.sched-selec-wrap div {
  width: 50%;
  padding: 40px;
}
.sched-selec-wrap div p {
  font-size: 18px;
}
.sched-selec-wrap div p strong {
  font-size: 24px;
}
.sched-selec-wrap div input[type="submit"] {
  padding:5px 10px;
  border-radius: 5px;
  font-size: 18px;
  font-weight: 700;
  color: red;
  border:0;
}

.sched-day {
  width: 100%;
  display: block;
  margin: 40px 0 0 0;
  padding:5px;
  background-color: #003767;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}


.box1 {
  width: 260px;
  height: 360px;
  padding: 10px;
  background: rgb(48, 97, 144);

  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-style: inherit;
  text-decoration: inherit;
  text-align: center;

  line-height: 1.55em;
  float: left;
  margin: 10px;
}

.box2 {
  width: 260px;
  height: 300px;
  padding: 10px;
  background: rgb(48, 97, 144);

  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-style: inherit;
  text-decoration: inherit;
  text-align: center;

  line-height: 1.55em;
  float: left;
  margin: 10px;
}


a.location:hover {
  text-decoration:none;
}


ol.progtrckr {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ol.progtrckr li {
  display: inline-block;
  text-align: center;
  line-height: 3em;
}

ol.progtrckr[data-progtrckr-steps="2"] li { width: 49%; }
ol.progtrckr[data-progtrckr-steps="3"] li { width: 33%; }
ol.progtrckr[data-progtrckr-steps="4"] li { width: 24%; }
ol.progtrckr[data-progtrckr-steps="5"] li { width: 17%; }
ol.progtrckr[data-progtrckr-steps="6"] li { width: 16%; }
ol.progtrckr[data-progtrckr-steps="7"] li { width: 14%; }
ol.progtrckr[data-progtrckr-steps="8"] li { width: 12%; }
ol.progtrckr[data-progtrckr-steps="9"] li { width: 11%; }

ol.progtrckr li.progtrckr-done {
  color: black;
  border-bottom: 4px solid yellowgreen;
}
ol.progtrckr li.progtrckr-todo {
  color: silver;
  border-bottom: 4px solid silver;
}

ol.progtrckr li:after {
  content: "\00a0\00a0";
}
ol.progtrckr li:before {
  position: relative;
  bottom: -2.5em;
  float: left;
  left: 50%;
  line-height: 1em;
}
ol.progtrckr li.progtrckr-done:before {
  content: "\2713";
  color: white;
  background-color: yellowgreen;
  height: 1.2em;
  width: 1.2em;
  line-height: 1.2em;
  border: none;
  border-radius: 1.2em;
}
ol.progtrckr li.progtrckr-todo:before {
  content: "\039F";
  color: silver;
  background-color: white;
  font-size: 1.5em;
  bottom: -1.6em;
}

.btn {
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
  border-radius: 28px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.btn:hover {
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

.btnLink { color: #ffffff; }

.btnLink:hover {
  text-decoration: none;
}