/* cmsms stylesheet: TSS SUBPAGE CSS modified: 02/03/22 06:46:39 */
/* START css for dekstop and standard modes */

.header-sub{
	width:100%;
	background-color: #014b92;
	
	
	position:relative;

}

.header-logo-sub{
	width: 20%;
	max-width: 600px;
	margin: 10px 10px 10px 0;

}
.nav-section-sub{
	width: 100%;
	background-color:#014b92;
	z-index: 1;
}
.nav-desktop-sub{
	position:absolute;
	bottom: 15px;
	right: 20px;
	
}
.nav-desktop-sub ul{
list-style:none;
}
.nav-desktop-sub li{
float:left;
}
.nav-desktop-sub a{
	color: #fff;
	padding: 10px;
	font-size: 1.3vw;
	font-weight: bold;
	
}
.nav-desktop-sub a:hover{
	
}

.sub-page-section p, .sub-page-section h3{
padding: 0 10px;
}

.phone-link-white{
	font-size: 3em;
	font-weight: bold;
	color: #fff;
	text-align:left;
}

.tss-contact-box{
position: relative;
}

.tss-contact-form{
width: 30%;
max-width: 500px;
margin: 0 auto;
}
.tss-contact-form p{
color:#ee3a43;
font-family: "P22";
font-size: 2em;
margin:0;
padding: 20px 0 0 0;
}
.tss-contact-form input, .tss-contact-form textarea{
width: 90%;
  padding: 12px 20px;
  margin: 8px 0;
  border: 0;
background-color: #004b91;
color:#fff;
font-family: Verdana;
font-size: 1.5em;
font-weight: bold;
  border: 3px solid #004b91;
}
.tss-contact-form textarea{
height: 200px;
}
.tss-contact-form select {
  width: 100%;
  padding: 16px 20px;
  border: none;
font-size: 1.5em;
font-weight: bold;
color:#fff;
margin: 20px 0;
  border-radius: 4px;
  background-color: #004b91;
-webkit-appearance: none;
}
.tss-contact-form input:focus, .tss-contact-form textarea:focus {
  border: 3px solid #ee3a43;
}
.form-control input{
width: 50px;
}
.tss-contact-box img{
position:absolute;
width: 30%;
z-index: -1;
left: 5%;
top: 50%;
transform: translateY(-50%);
}
.tss-contact-form button {
  -webkit-clip-path: polygon(20px 0%, 100% 1%, 100% 100%, 20px 100%,0 50%);
	clip-path: polygon(20px 0%, 100% 1%, 100% 100%, 20px 100%,0 50%);
	color: #fff;
	border:0;
	font-family: 'P22';
	display: block;
margin: 20px 0;
	text-decoration:none;
	width: 100%;
float:right;
font-size: 2em;
	background: #ee3a43;
	text-align:center;
	padding: 25px;
  cursor: pointer;
}
.form-boxes input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-box{
color:#004b91;
font-weight: bold;
}
.form-boxes{
display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #004b91;
  border-radius: 50%;
}
/* On mouse-over, add a grey background color */
.form-boxes:hover input ~ .checkmark {
  background-color: #ee3a43;
}

/* When the checkbox is checked, add a blue background */
.form-boxes input:checked ~ .checkmark {
  background-color: #ee3a43;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.form-boxes input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.form-boxes .checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.subimage{
transform: rotate(5deg);
margin: 0 auto;
border: 4px solid #fff;
width: 80%;
margin-left: 20px;
max-width: 600px;
max-height: 350px;
 object-fit: cover; /* Do not scale the image */
  object-position: center center; /* Center the image within the element */
}

.class-facts{
float:right;
width: 30%;
padding: 5px 20px;
margin: 10px;
border: 5px solid #004b91;
}
.class-section{
width: 60%;
float:left;
margin: 20px;
}
.class-table{

}
.class-intro{
max-width: 900px; margin: 0 auto 50px auto;
width: 95%;
}
#classes { position:relative; max-width: 900px;margin: 20px auto;}
#classes img, .class-link img { 
width: 100px;
border: 3px solid #fff;
border-radius: 50%;
position: relative;
top: 50%;
float:left;
transform: translate(-30%,-30%);
 }
#classes h4, .class-link { 
cursor:pointer; 
font-family: "Broadsheet";
font-size: 2em;
font-weight: normal;
color:#fff;
background-color: #014b92;
padding: 10px;
min-height: 50px;
width: 90%;
clear:left;
margin: 30px auto;
border-radius: 10px;
}
#classes h4.active	{ text-decoration:underline; }
#classes div   { position:relative;clear:both;width: 98%;}

.drop-arrow{
float:right;
margin-top: 10px;
font-size: .8em;
}


.class-details-button{
background-color: #ee3a43;
border-radius: 50%;
padding: 15px;
display:block;
text-align:center;
position: relative;
font-family: Verdana;
font-size: .5em;
font-weight: bold;
color: #fff;
float:right;
}

.class-page-shark{
float:right;
margin: 50px; 0;
width: 30%;
}
.class-page-pool{
float:right;
margin: 50px; 0;
width: 30%;
border-radius: 100%;
}

.price-payment{
color: #fff;
background-color: #ee3a43;
border-radius: 100%;
width: 80%;
    height: 100px;
    margin:10px 0 0 -10px;  
  
    -moz-border-radius: 100px / 50px;
    -webkit-border-radius: 100px / 50px;
    border-radius: 100px / 50px;
}

.price-intro{
width: 200px;
float:left;
padding: 10px;
}
.pricing-details{
padding-left: 300px;
}
.pricing-details table {
border-collapse: collapse;
 border: 0;
margin-bottom: 30px;
width:100%;
}
.pricing-details h3{padding:0;margin:0;font-size: 1.2em;}
.pricing-details th, td {
  text-align: left;
width: 50%;
font-size: 1.5em;
color:#004b91;
font-weight: bold;
  padding: 8px;
}
.price-small{
font-size: .8em;
}
.price-big{
font-size: 1.5em;
}


.responsive-table{

}
.jrRegLink{
border-radius: 10px;
background-color: #004b91;
color: #fff;
padding: 5px 10px 5px 10px;

}
.jr-reg-col a:link{
border-radius: 10px;
background-color: #004b91;
color: #fff;
padding: 5px 10px 5px 10px;

}
.jr-reg-col{
width: auto !important;
height: 30px;
vertical-align: middle !important;
}
.responsive-table tr{
font-size: .9em;
border-radius: 10px;
width: 95%;

}
.responsive-table td{
width: auto;
}


/* END css for desktop and all modes */


/* START css for mobile mode */

@media only screen and (max-width: 800px) {
  
  /* class tag to hide elements on mobile view */
.nav-section-sub{
	width: 100%;
	height: 50px;
	background-color:#014b92;
	z-index: 1;
}
.nav-desktop-sub{
	display:none;
}
  .header-logo-sub{
	float:none;
	width: auto;
	height: 50px;
	margin: 0 auto;
	display:block;
}

.phone-link-white{
font-size: 2em;
	font-weight: bold;
	color: #fff;
	text-align:center;
	width:100%;
}
  .tss-contact-box img{ display:none;}

.tss-contact-form{
width: 90%;
}

.class-facts{
float:none;
width: 90%;
padding: 0px 5px;
margin: 0 auto;
border: 0;
}
.class-section{
width: 100%;
float:none;
margin: 0 auto;
}
#classes h4 { 
padding: 10px;
width: 80%;
}

.class-page-shark{
display:none;
}
.class-page-pool{
float:none;
margin: 0 auto;
width: 100%;

}

.price-intro{
width: 90%;
float:none;
margin: 0 auto;
padding: 10px;
}
.pricing-details{
padding-left: 0px;
width: 100%;
}

.responsive-table{

}
.jrRegLink{
border-radius: 10px;
background-color: #004b91;
color: #fff;
padding: 5px 10px 5px 10px;
}
.jr-reg-col{
width: 50%;
height: 30px;
padding-top: 10px !important;
vertical-align: middle !important;
}

.responsive-table tr{
font-size: .7em;
border-radius: 10px;
}
.responsive-table td{

}



}
/* END css for mobile mode */
/* cmsms stylesheet: TSS POOLPAGE CSS modified: 05/23/20 18:02:17 */
/* START css for dekstop and standard modes */



.pool-title{
	font-size: 4em;
	color: #014b92;
	text-align:center;
	width:100%;
	padding: 20px;
}

.pool-page-photo{
	float:right;
	width:50%;
}

.pool-swimmer{
	position:absolute;
	bottom:0;
	left: 50px;
}

.pool-header{
	overflow:hidden;
	position:relative;
}

.pool-wave-top{
	position: absolute;
	bottom:0;
	left:0;
	width:100%;
}

.pool-info{
	background-color: #014b92;
	width:100%;
	position:relative;
	background-image: url('images/wave-blue-bottom.jpg');
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: contain;
}

.pool-info img, .pool-info iframe{
	position:absolute;
        width:25%;
      
	top: 50%;
	left: 50%;
	transform:translate(-50%,-50%);
}

.pool-details {
	padding-left: 50px;
	padding-bottom: 100px;
}

.pool-details-text{
	color:#fff;
font-family: Verdana;
font-size: 2em;
font-weight: bold;
}
.pool-details p, .pool-details a{
	color:#fff;
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
}
.pool-hours{
	color:#fff;
	padding: 10px;
	font-size: 1.5em;
	font-weight: bold;
	
}
.pool-hours td{
	padding: 10px 30px 0px 0px;
color:#fff;
font-size: 1em;
}

.pool-description{
width: 80%;
	margin: 0 auto;
	font-size: 1.5em;
}


#pool-buttons{
	position: absolute; right:0;top: 50%;width: 20%;min-width: 300px;transform:translate(0,-50%);
}

#pool-buttons a{
	margin-top: 20px;
	margin-bottom: 20px;
}

.360map {
position: relative;
         padding-bottom: 75%; /* 4:3 ratio*/
        overflow: hidden;
height: 500px;
}

/* Then style the iframe to fit in the container div with full height and width */
.360map iframe {
 position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/* END css for desktop and all modes */


/* START css for mobile mode */

@media only screen and (max-width: 800px) {
  
  /* class tag to hide elements on mobile view */

.pool-title{
	font-size: 3em;
	padding:0;
	margin: 20px auto;
}

.pool-page-photo{

	width:100%;
}

.pool-swimmer{
	display:none;
}



.pool-details {
	padding-bottom: 0;
	padding: 0;

}

.pool-info img, .pool-info iframe{
	position:relative;
	width:100%;
	top: 0;
	left: 0;
	transform:translate(0,0);
}

.pool-info{
	padding-bottom: 20px;
}

.pool-details-text{
	color:#fff;
font-family: Verdana;
font-size: 1.5em;
font-weight: bold;
}
.pool-details p, .pool-details a{
	color:#fff;
padding: 0;
width:90%;
margin: 10px auto;
	font-size: 1em;
	font-weight: bold;
}
.pool-hours{
	color:#fff;
	font-size: 1em;
	font-weight: bold;
	
}
.pool-hours td{
	padding: 10px 30px 0px 0px;
}

.pool-description{
width: 80%;
	margin: 0 auto;
	font-size: 1.5em;
}

#pool-buttons{
	position: relative; right:0;top: 0;transform:translate(0,0);

}

#pool-buttons a{
	margin-top: 20px;
	width: 80%;
	float:right;
	
	margin-bottom: 20px;
}

}
/* END css for mobile mode */
/* cmsms stylesheet: Instructor Gallery CSS modified: 07/05/20 16:17:28 */
/* Styling the Popup Window */
.instructor-image-container{
width: 80%;
margin: 0 auto;
}

.instructor-image-box{
position: relative;
float:left;
width: 18%;
margin-left: 2%;
margin-bottom: 30px;
cursor: pointer;
border: none;

background-color: transparent;
}


.instructor-image-box img{
border-radius: 100%;
width:100%;
border: 4px solid #fff;
}

.instructor-image-name{
font-size: 1em;
position: absolute;
text-align:center;
border: 3px solid #fff;
border-radius: 10px;
float:left;
color: #fff;
font-weight: bold;
padding: 5px;
width: 80%;
bottom:0;
left: 50%;
transform: translateX(-50%);
background-color: rgb(0, 75, 145, 0.8);
}

.popup {
display: none;
 position: absolute; 
top: 100px; 
left: 50%;
transform: translateX(-50%);
width: 50%;
max-width: 500px; 
margin-left: 0;
padding: 50px 30px;
z-index: 9999;
color:#fff;
background-color: rgb(0, 75, 145, 0.8);
background-image: url("/uploads/site-images/tss-logo-footer-mobile2.png");
background-size: 50%;
background-position: right bottom;
background-repeat:no-repeat;
}
.modal{
border-radius: 0 !important;
background-color: rgb(0, 0, 0, 0.8) !important;
}
  .modal-content {
border-radius: 30px !important;
color:#fff;
background-color: rgb(0, 75, 145, 0.8);
background-image: url("/uploads/site-images/tss-logo-footer-mobile2.png");
background-size: 50%;
background-position: right bottom;
background-repeat:no-repeat;
}


/* START css for mobile mode */

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

.instructor-image-box{
width: 28%;
margin-left: 4%;
}

.instructor-image-container{
width: 100%;
}

.instructor-image-name{
font-size: .6em;
}

}
/* cmsms stylesheet: TSS MAIN CSS modified: 03/14/21 15:08:41 */
/* START css for dekstop and standard modes */

@font-face {
   font-family: "P22";
   src: url("/uploads/fonts/P22 Koch Nueland Regular.ttf") format("truetype");
}

@font-face {
   font-family: "Broadsheet";
   src: url("/uploads/fonts/Broadsheet Regular.ttf") format("truetype");
}


body{
	margin: 0;
	padding: 0;
	font-family: 'Verdana';
	background-color: #dddddd;
}



/* HOMEPAGE CSS */
.header{
	width:100%;
	background-color: #2083c6;
	background-image: url('/uploads/site-images/wave-lightblue.png'),url('/uploads/site-images/blue-shadow.png'),url('/uploads/images/Gallery/page-photos/header-image2.jpg');
	background-position:center bottom,left top,center;
	background-repeat:no-repeat,repeat-x,no-repeat;
	background-size: contain,auto,cover;
	position:relative;
}

.header-logo{
	float:left;
	width: 40%;
	max-width: 600px;
	margin: 10px 10px 0 0;

}

.nav-top{
	float:right;
	width:30%;
	height: 40px;
	text-align:right;
padding-right: 25px;
	background-image: url('/uploads/site-images/tss-top-nav-bg.png');
	background-position: right top;
	background-repeat: no-repeat;
	background-size: contain;
	display:block;
}
.nav-top a{
	color: #fff;
	padding: 10px;
	font-size: 1em;
	font-weight: bold;
}

.nav-desktop{
	float:right;
	margin-top: 20px;
	display:block;
}
.nav-desktop ul{
	list-style: none;

}
.nav-desktop li{
float:left;
}

.nav-desktop a{
color: #fff;
	padding: 5px 5px;
	font-size: 1.2vw;
	font-weight: bold;
}
@media only screen and (min-width: 1650px) {
.nav-desktop a{padding: 15px 10px;}
}

.nav-desktop a:hover{
	
}

.header-shark{
	width:30%;
	margin-left: 3%;
	padding-top: 50px;
	display:block;
	clear:both;
}


/* HOMEPAGE content sections styling */
.content-bluewave{
	background-color: #004b91;
	background-image: url('/uploads/site-images/wave-blue-bottom.jpg');
	background-position: left bottom;
	background-repeat: no-repeat;
	background-size: contain;
padding-bottom: 75px;
}

.wave-blue-top{
	width: 100%;
	position:absolute;
	bottom:0;
	left:0;
}

.content-locations{
	width:100%;
}

.content-instructors{
background-color:#ee3a43;
	background-image: url('/uploads/site-images/background-red-curve.png'),url('/uploads/images/Gallery/page-photos/instructor-home-2.jpg');
	background-position: center top, right top;
	background-repeat: no-repeat, no-repeat;
	background-size: contain, 50%;
}

.content-contact{
	width:100%;
}


/* element styling */
.button-right-red{
	-webkit-clip-path: polygon(20px 0%, 100% 1%, 100% 100%, 20px 100%,0 50%);
	clip-path: polygon(20px 0%, 100% 1%, 100% 100%, 20px 100%,0 50%);
	color: #fff;
	border:0;
	font-family: 'P22';
	display: block;
	margin: 20px 0;
	width: 100%;
float:right;
font-size: 2em;
	background: #ee3a43;
	text-align:center;
	padding: 25px;
}



.button-right-white{
}
.button-left-red{
	clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
	color: #fff;
	border:0;
	font-family: 'P22';
	display: block;
width: 80%;
max-width: 300px;
font-size: 2em;
	background: #ee3a43;
	text-align:center;
	padding: 25px;
}

.button-left-white{
	clip-path: polygon(0% 0%, 95% 0, 100% 50%, 95% 100%, 0% 100%);
	color: #ee3a43;
	border:0;
	font-family: 'P22';
	display: block;
width: 80%;
max-width: 300px;
font-size: 2em;
	background: #fff;
	text-align:center;
	padding: 25px;
}

.member-links{
	width: 100%;
max-width: 800px;
margin: 0 auto;
}

.member-link-img{

}
.member-link-img img{
width: 24%;
}

.footer-site-map{
	color: #fff;
	width: 50%;
	text-align:left;
	margin: 20px 10px;
}
.footer-site-map a{
	color: #fff;
}
.footer-site-map ul{
list-style: none;
padding-inline-start: 0px;
}
.footer-site-map li{
	float:left;
padding-left: 20px;
padding-bottom: 5px;
}



/* text styling */


h1{
	font-family: 'Broadsheet';
color: #fff;
margin:0;
padding:0;
font-weight: normal;
}
.motto{
		text-align:center;
	font-size: 2.5em;
	padding-bottom: 20px;
}
h2{
font-family: 'Broadsheet';
margin:0;
font-weight: normal;
font-size: 5em;
padding:10px;
}
.h2-white{
	color: #fff;
}
.h2-red{
	color: #ee3a43;
}
.h2-blue{
}
h3{
color: #ee3a43;
font-family: 'P22';
font-weight: normal;
font-size: 2em;
}
h4{
color: #fff;
font-family: 'P22';
font-weight: normal;
font-size: 2em;
 text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

p{
}

a{
	text-decoration: none;
}

.phone-link{
	font-size: 5em;
	font-weight: bold;
	color: #004b91;
	display:block;
	width: 100%;
	text-align:center;
}
.phone-link-white{
}
.blue-text-bold, .circle-text-box p, .pool-description p{
	font-weight:bold;
	color: #004b91;
}
.white-text-bold, .instructors-section p{
	font-weight:bold;
	color: #fff;
}

.footer-text{
	color:#fff;
	font-style:italic;
	padding: 10px;
	text-align:center;
}



/* content sections styling */

.home-video-box{
	width: 90%;
	max-width: 1200px;
	margin: 0 auto;
background-repeat: no-repeat;
	position: relative;
}
	
.home-video{

}
.home-video iframe{
position: absolute;
right: 0;
width: 30%;
top: 20px;
}
	
	
.circle-text-box{
	width: 75%;
	padding-top: 100px;
	padding-left: 50px;
	min-height: 300px;
      background: #dddddd;
      border-radius: 50% / 50%;
	  margin-left: 30px;
	  transform: rotate(-5deg);
}
.circle-text-box-text {
	transform: rotate(5deg);
	padding: 0px 50px 10px 50px;
	width: 50%;
}
.circle-text-box-red{
	width: 75%;
margin: 0 auto;
	padding-top: 60px;
	padding-left: 50px;
	min-height: 200px;
      background: #ee3a43;
      border-radius: 50% / 50%;
	  transform: rotate(-5deg);
}
.circle-text-box-red p{
	transform: rotate(5deg);
color:#fff;
	padding: 0px 50px 10px 50px;
	width: 90%;
}
.circle-review-box{
	width: 65%;
	padding-top: 20px;
	padding-left: 10px;
	min-height: 300px;
}
.revwid-container .revwid-has-content-color{
color:#fff !important;
}

.video{
}

#find-swim-button{
position: absolute; right:0;bottom: 20%;width: 20%;min-width: 300px;
}
#contact-button{
	position: relative; float:right;display: block;width: 300px;
}

.location-right{
		width:40%;
	float:right;
	position:relative;
	display:block;
}
.location-icon-right{
	width: 60%;
float:left;
}
.location-icon-right img{
	border-radius: 50%;
	width: 100%;
}
.location-left{
	width:40%;
	float:left;
	position:relative;
	display:block;
}
.location-icon-left{
	width: 60%;
float:right;
}
.location-icon-left img{
	border-radius: 50%;
	width: 100%;
}




.footer{
	margin-top: 50px;
	background-color: #004b91;
	background-image: url('/uploads/site-images/tss-logo-footer.png'),url('/uploads/site-images/wave-footer.jpg');
	background-size: 30%, 100%;
	background-repeat: no-repeat,no-repeat;
	background-position: top right,top center;
	padding-top: 100px;
}

.footer-wave{
	width: 100%;
	margin:0;
	padding: 0;
}

.instructors-section{
	width: 40%;
	padding: 75px;
}


.triangle-awards{
	width: 90%;
	max-width: 900px;
	margin: 0 auto;
	display:block;
}




/* class tag to hide elements on desktop view */
.hide-desktop{
	display:none;
}	




.hamburger{
	cursor:pointer; position:absolute;top:10px;left:10px;
	width: 30px;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  border-right: 3px solid #fff;
  top: 0;
  left: -5px;
  background-color: #004b91;
  overflow-x: hidden;
  transition: 0.2s;
  padding-top: 60px;
  background-image: url('/uploads/site-images/tss-logo-footer-mobile.png');
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: fill;
}

.sidenav a {
  padding: 8px 8px 8px 0px;
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
  display: block;
  transition: 0.3s;
}

.sidenav ul{
list-style: none;
padding-left: 20px;
}

.sidenav a:hover {
  color: #f1f1f1;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}

.app-links{
width: 50%;
margin-top: -50px;
text-align:left;
margin-left: 100px;
max-width: 700px;
background: url('/uploads/site-images/app-phone-image.png');
background-repeat: no-repeat;
  background-size: contain;
background-position: right top;
display:block;
}
.app-links img{
margin: 10px;
width: 50%;
max-width: 300px;
}

@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 18px;}
}

#alertbox{
width:40%;
height: 50%;
top:50%;
left:50%;
color: #fff;
transform: translate(-50%, -50%);
border-radius:20px;
position: fixed;
padding: 20px;
background-color:#004b91;
border: 10px solid #ee3a43;
z-index: 999;
box-shadow: 5px 10px 10px #000;
}

/* END css for desktop and all modes */


/* START css for mobile mode */

@media only screen and (max-width: 800px) {
  
  /* class tag to hide elements on mobile view */
.hide-mobile{
	display:none;
}
.hide-desktop{
	display:block;
}
  
.nav-desktop{
	display:none;
}
.nav-mobile{
	
}

.nav-section{
	width: 100%;
	height: 50px;
	background-color:#014b92;
	z-index: 1;
}

.nav-top{
	width:20%;
	max-width: 100px;
	height: 50px;
	position:absolute;
	right: 0; top: 0;
	text-align:right;
padding-right: 5px;
	background-image: url('/uploads/site-images/tss-top-nav-bg-mobile.png');
}
.nav-top a{
	padding: 2px;
	font-size: .7em;
}

.header-logo{
	float:none;
	width: auto;
	height: 50px;
	margin: 0 auto;
	display:block;
}

#find-swim-button{
bottom: 10%;width: 40%; max-width: 200px; min-width: auto;
}
#contact-button{
bottom: 10%;width: 40%; max-width: 200px; min-width: auto;
}

.button-right-red{
	font-size: 1em;
		padding: 10px;
}
.button-left-red{
	font-size: 1em;
		padding: 10px;
}

.header{
	
	background-image: url('/uploads/site-images/wave-lightblue.png'),url('/uploads/images/Gallery/page-photos/header-image2.jpg');
	background-position:center bottom,center;
	background-repeat:no-repeat,no-repeat;
	background-size: contain,cover;

}

.header-shark{
	width:40%;
	padding-top: 100px;
}
  
.circle-text-box{
	width: 150%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	min-height: 150px;
	margin-left: -100px;
}  	
.circle-text-box-text{
	
	padding: 20px 50px 10px 50px;
	width: 65%;
}
.circle-text-box-red{
	width: 120%;
	padding-top: 20px;
	padding-bottom: 20px;
	padding-left: 50px;
	min-height: 150px;
	margin-left: -100px;
}  
.circle-text-box-red p{
	width: 70%;
padding: 0px 50px 10px 60px;
}  
.circle-review-box{
	width: 100%;
	padding-left: 0px;
}
  
.content-instructors{
	background-image: none;
}

.location-right{
		width:100%;
}
.location-icon-right{
	width: 70%;
	margin-left: 20px;
}

.location-left{
	width:100%;
}
.location-icon-left{
	width: 70%;
	margin-right:20px;
}


.instructor-meet-icon{
	border-radius: 50%;
	width: 100px;
	float:right;
	margin-top: -10px;
	margin-right: 5%;
	
}
.instructors-section{
	padding: 0;
	width: 90%;
	margin: 0 auto;
}
.button-left-white{

min-width: 150px;
width: 50%;
font-size: 1em;
padding: 15px;
}

.home-video iframe{
position: relative;
width:100%;

}

.phone-link{
	font-size: 2em;
	padding-top: 20px;
	width: auto;
	clear:both;
	text-align:center;
}

h2{

font-size: 2.5em;

}


.footer{
	background-image: url('/uploads/site-images/tss-logo-footer-mobile.png'),url('/uploads/site-images/wave-footer.jpg');
	background-size: 75%, 100%;
	background-repeat: no-repeat,no-repeat;
	background-position: bottom right,top center;
	padding-top: 50px;
}

.footer-text{
	text-align:center;
}
.footer-site-map{
	text-left;
width: 95%;
margin: 0 auto;
}
.member-links{
	width: 95%;
margin-left: 0;
margin: 0 auto;
}
.footer-site-map li{
	float:none;
}

.member-link-img{

}
  

.app-links{
width: 100%;
margin-left: 0;
}
.app-links img{
margin: 10px;
width: 50%;
max-width: 300px;
}
  

#alertbox{
width:85%;
padding: 10px;
border: 4px solid #ee3a43;
height: 75%;
}



}
/* END css for mobile mode */
