/*
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;*/
}


#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  filter:alpha(opacity=70);
  -moz-opacity:0.7;
  -khtml-opacity: 0.7;
  opacity: 0.7;
  z-index: 10000;
}
div.popup-content{
   padding: 14px 10px;
   line-height: 1.5;
  max-width: 900px;
}
div.popup-content p {
  text-align:center;
  font-size: 16px;
  font-weight: 300;
  color:#000;
}
.popup-content p strong {
  font-weight: 900;
}
.popup-content img {
  width: 100%;
  height: auto;
  max-width: 620px;
  margin: 0 auto;
  display: block;
}
.cnt223 a{
  text-decoration: none;
}
.popup-onload{
  margin: 0 auto;
  display: none;
  position: fixed;
  z-index: 10001;
  top: 20px;
  left: 50%;
  margin-left: -450px;
}
.cnt223{
  max-width: 980px;
  width:100%;
  margin: 0 auto;
  background: #f3f3f3;
  position: relative;
  z-index: 10003;
  padding: 15px 35px;
  border-radius: 5px;
  box-shadow: 0 2px 5px #000;
}
.cnt223 p{
  clear: both;
  color: #555555;
  /* text-align: justify; */
  font-size: 15px;
  font-family: sans-serif;
}
.cnt223 p a{
  color: #d91900;
  font-weight: bold;
}
.cnt223 .x{
  float: right;
  height: 35px;
  left: 22px;
  position: relative;
  top: -25px;
  width: 34px;
}
.cnt223 .x:hover{
  cursor: pointer;
}
@media only screen and (max-width: 980px) {
  .popup-onload{
    margin-left:0 !important;
    left: 0;
  }
  .popup-content{
    padding: 5px;
    line-height: 1.5;
    max-width: 100%;
  }
  .popup-content p {
    text-align:center;
    font-size: 14px;
    font-weight: 300;
    color:#003464;
  }
  .popup-content p strong {
    font-weight: 900;
  }
  .popup-content img {
    width: 100%;
    height: auto;
    max-width: 620px;
    margin: 0 auto;
    display: block;
  }


  .cnt223{
    width:100%;
    padding: 0 !important;
  }
}
@media only screen and (max-width: 768px) {
  /*.popup-content img {display: none;}*/
}


@media only screen and (max-width: 400px) {
  .popup-onload{
    margin-left:0 !important;
    left: 0;
  }
  .cnt223{
    
  }
}




.head {
  display: flex;
  justify-content: space-between;
  max-width: 1366px;
  margin: 0 auto;
  height: 240px;
  padding: 0 20px;

}
.head .logo {
  max-width: 600px;
  align-self: center;
}
.head .logo img {
  width: 100%;
  height: auto;
  display: block;
  width: 300px;
}

.logo-social {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 10px 0;
  width: 39%;
}
.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;
  width: 61%;
  align-items: flex-end;
}

ul.main-menu {
  font-size: 15px;
  list-style: none;
  margin: 0;
  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;
  margin-bottom: 40px;
}
.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;
}
a.merch-tab {
  background-color: #e41531;
  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-title a {color:#fff;}
#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;
  background-color:#f7dfa8;
}
.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;
}
.class-large-box {
  max-width: 1366px;
  margin: 0 auto;
}
.clb-textarea {
  background-color: #003767;
  color: #fff;
  font-size: 16px;
  padding: 40px;
}

.freegentry div.pe-box {
  width: 19.5%;
}
.freegentry div.pe-box-title a{
  font-size: 18px;
}
.freegentry div.pe-box-txt {
  min-height: 100px;
}


.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: 33%;
  margin: 20px 0;
  text-align: center;
}
.member-box img {
  width: 100%;
  display: block;
  height: 300px;
  object-fit: contain;
  object-position: 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;
}

.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;
}

.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;
}




.bday-video-banner {
  height: 400px;
  width: 100%;
  position: relative;
}
.bday-video-banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}



.bday-photos .bdp {
  display: flex;
  justify-content: space-evenly;
}

.bday-photos .bdp a {
  width: 30%;
  display: block;
  font-weight: bold;
}

.bday-photos .bdp img {
  width: 100%;
  height: 350px;
  display: block;
  margin-top: 5px;
  object-fit: cover;
}



@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;
  }
  
  .sched-content-wrap {
    margin:140px auto 0 auto;
  }
  
}


@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) {
  
  .sched-selec-wrap {
    flex-direction:column;
  }
  .sched-selec-wrap div {
    width:100%;
  }
  
  
  
  .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;}
  .mbl-header {
    width: 100%;
    /*position: relative;*/
    position:fixed;
    align-items: center;
    top:0;
    height: 200px;
    z-index:9999;
    display: flex;
    flex-direction: column;
    background-color:#003464;
    padding: 0 20px;
  }
  .mbl-header .nav-tabs {
    align-self: center;
    margin-bottom: 10px;
  }
  .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 .logo {
    max-width: 320px;
  }

  .mbl-header .logo img {
    width: 100%;
    max-width: 180px;
  }

  div.mbl-nav {
    display: none;
    position: absolute;
    top:200px;
    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: 18px;
    font-family: 'Helvetica-Bold';
    text-transform: uppercase;
    color: #000;
    display:block;
    padding:10px 0;
  }

  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;
}


.pe-box-sub-title {
  background-color:#003464;
  color:#fff;
  font-weight:700;
  width:100%;
  height:100%;
  padding:10px;
  margin:0 !important;
}


@media only screen and (max-width: 680px) {
  .flex-nowrap {
    flex-direction: column-reverse;
  }
  .flex-content div.pretty-large {
    width: 100%;
  }
}

form#financeform > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form#financeform > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form#financeform > div > label,
legend {
  width: 25%;
  float: left;
  padding-right: 10px;
}
form#financeform > div > div,
form#financeform > div > fieldset > div {
  width: 75%;
  float: right;
}
form#financeform > div > fieldset label {
  font-size: 90%;
}
form#financeform fieldset {
  border: 0;
  padding: 0;
}

form#financeform input[type=text],
form#financeform input[type=email],
form#financeform input[type=url],
form#financeform input[type=password],
form#financeform textarea {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  padding:10px;
}
form#financeform input[type=text],
form#financeform input[type=email],
form#financeform input[type=url],
form#financeform input[type=password] {
  width: 50%;
}
form#financeform input[type=text]:focus,
form#financeform input[type=email]:focus,
form#financeform input[type=url]:focus,
form#financeform input[type=password]:focus,
form#financeform textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

form#financeform input[type=submit] {
  background-color: #003464;
  color: #fff;
  padding: 5px 10px;
  border-radius: 10px;
  font-size: 16px;
}

@media (max-width: 600px) {
  form#financeform  > div {
    margin: 0 0 15px 0;
  }
  form#financeform  > div > label,
  legend {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form#financeform  > div > div,
  form#financeform  > div > fieldset > div {
    width: 100%;
    float: none;
  }
  form#financeform input[type=text],
  form#financeform input[type=email],
  form#financeform input[type=url],
  form#financeform input[type=password],
  form#financeform textarea,
  form#financeform select {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  form#financeform  > div > label,
  form#financeform legend {
    text-align: right;
  }
}

@media (max-width: 420px) {
  .nav-tabs a {
    padding: 10px;
    font-size: 14px;
  }
}


.merch-wrapper {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.merch-wrapper h2 {
  width: 100%;
}
.merch-wrapper form {
  width: 50%;
  margin: 30px 0;
}
.merch-box {
  /*width: 340px;
  margin: 30px 0;*/
}
.merch-img img {
  width: 100%;
  height: auto;
  display: block;
  max-width: 115px;
  object-fit: cover;
  margin: 0 auto;
}
.merch-details {
  font-size: 17px;
  font-weight: 500;
  color: #000;
  text-align: center;
  margin: 20px 0 10px 0;
}

.merch-size {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px 0;
}
.merch-size label {
  font-size: 16px;

}
.merch-size select {
  width: 60%;
  border:1px solid #3c3c3c;
  border-radius: 5px;
  padding: 5px;
  margin-left: 15px;
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: auto;
}

.merch-size input[type='button'] {
  background-color: #ff0000;
  color: #fff;
  font-weight: 700;
  border:0;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
}

.merch-price {
font-size: 24px;
font-weight: 500;
color: red;
text-align: center;
}

.merch-payment {
  margin: 20px 0;
  text-align: center;
}
.merch-payment input[type='button'],
.merch-payment input[type='submit'],
.merch-sub
{
  background-color: #ff0000;
  color: #fff;
  font-weight: 700;
  border:0;
  padding: 10px;
  border-radius: 5px;
  margin-left: 10px;
}

#merch-table table {
  border: 1px solid #ccc;
  border-collapse: collapse;
  margin: 0;
  padding: 0;
  width: 100%;
  table-layout: fixed;
}

#merch-table table caption {
  font-family: 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 50px;
  color: #d0333a;
  font-weight: 700;
}

#merch-table table tr {
  background-color: #f8f8f8;
  border: 1px solid #ddd;
  padding: .35em;
}

#merch-table table th,
#merch-table table td {
  padding: .625em;
  text-align: center;
}

#merch-table table th {
  font-size: .85em;
  letter-spacing: .1em;
  text-transform: uppercase;
}

@media screen and (max-width: 600px) {
  #merch-table table {
    border: 0;
  }

  #merch-table table caption {
    font-size: 1.3em;
  }

  #merch-table table thead {
    border: none;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  #merch-table table tr {
    border-bottom: 3px solid #ddd;
    display: block;
    margin-bottom: .625em;
  }

  #merch-table table td {
    border-bottom: 1px solid #ddd;
    display: block;
    font-size: .8em;
    text-align: right;
  }

  #merch-table 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;
  }

  #merch-table table td:last-child {
    border-bottom: 0;
  }
}

.gift-card-wrap {
  color: #000;
  font-size: 18px;
  max-width: 980px;
  margin: 40px auto;
}

.gift-card-wrap form header {
  margin: 0 0 20px 0;
}
.gift-card-wrap form header div {
  font-size: 90%;
  color: #999;
}
.gift-card-wrap form header h2 {
  margin: 0 0 5px 0;
}
.gift-card-wrap form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
.gift-card-wrap form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
.gift-card-wrap form > div > label,
.gift-card-wrap legend {
  width: 25%;
  float: left;
  padding-right: 10px;
}
.gift-card-wrap form > div > div,
.gift-card-wrap form > div > fieldset > div {
  width: 75%;
  float: right;
}
.gift-card-wrap form > div > fieldset label {
  font-size: 90%;
}
.gift-card-wrap fieldset {
  border: 0;
  padding: 0;
}

.gift-card-wrap input {
  padding: 10px;
}

.gift-card-wrap .expiry-wrap input[type=text] {
  width: 25%;
}
.value-wrap input[type=number]{
  padding: 5px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}


.gift-card-wrap input[type=text],
.gift-card-wrap input[type=email],
.gift-card-wrap input[type=url],
.gift-card-wrap input[type=password],
.gift-card-wrap textarea {
  width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
}
.gift-card-wrap input[type=text],
.gift-card-wrap input[type=email],
.gift-card-wrap input[type=url],
.gift-card-wrap input[type=password] {
  width: 50%;
}
.gift-card-wrap input[type=text]:focus,
.gift-card-wrap input[type=email]:focus,
.gift-card-wrap input[type=url]:focus,
.gift-card-wrap input[type=password]:focus,
.gift-card-wrap textarea:focus {
  outline: 0;
  border-color: #4697e4;
}
.gift-card-wrap select {
  -webkit-appearance: initial;
  -moz-appearance: initial;
  appearance: initial;
  outline: none;
  border:1px solid #000;

}

@media (max-width: 600px) {
  .gift-card-wrap form > div {
    margin: 0 0 15px 0;
  }
  .gift-card-wrap form > div > label,
  .gift-card-wrap legend {
    width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  .gift-card-wrap form > div > div,
  .gift-card-wrap form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  .gift-card-wrap input[type=text],
  .gift-card-wrap input[type=email],
  .gift-card-wrap input[type=url],
  .gift-card-wrap input[type=password],
  .gift-card-wrap textarea,
  .gift-card-wrap select {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .gift-card-wrap form > div > label,
  .gift-card-wrap legend {
    text-align: right;
  }
}

.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;
}
.h2ai {
  text-align: center;
}
.reg-box-wrap {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}





.flex-table-tr {
  display: flex;
  flex-wrap: wrap;
}

.flex-table-tr td:first-of-type {
  width: 100%;
}
.flex-table-tr td:first-of-type table {
  min-height: initial !important;
}
.flex-table-tr td {
  width: 25%;
  text-align: center !important;
}
.flex-table-tr td table {
  width: 100%;
  min-height: 300px;
}


form#actPayment input[type="select"],
form#actPayment select {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  border:1px solid rgb(118, 118, 118);

}




/* REG STUFF */

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;
}