


/* ----------------------------------------------- */
/* BASIC SETUP */
/* ----------------------------------------------- */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html,
body {
    background-color: #fff;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
}

section {
    background-color: #fff;
}

p {
    display: block;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 0;
    margin-right: 0;

}

p.margin, 
div.margin, 
ul.margin {
    margin-left: 12px!important;
    margin-right: 12px!important;


}

/* header */


header {
    position: relative;
    width: 100%;
    background-color: #708c3f;
}

.topiconsize {
font-size : 11px!important;
}

}

.contentsecondarysmall {
    font-size: 0.875em;
    color: #000000;
    float: left;
    font-weight: 200;
    text-align: left;
    margin-bottom: 12px;
}

.leftside {
    text-align: left;
}

.leftside .indent {
    margin-left: 12px;
}

.indent {
    margin-left: 30px;
}

.indent45 {
    margin-left: 45px;
}
.dot {
  height: 10px;
  width: 10px;
  background-color: #267cc0;
  border-radius: 50%;
  display: inline-block;
}


/* boxes */

.beforeafterbox {
   margin: 12px 24px 12px 12px; border: 2px #267cc0 solid; padding: 12px;
}

.covidbox {
    max-width : 70%; margin: 4px auto; border: 2px #267cc0 solid; border-radius: 6px; padding: 6px;
}

.closurebox {
    border-radius: 10px;
    border: 2px solid #708c3f;
    min-width: 240px;
    margin: auto;
}

.holidayclosures {
    border-radius: 10px;
    border: thin solid #267cc0;
    text-align: center;
    margin: auto;
}

.darkbackbox {
    color: #000;
    padding: 0 10px;
    background-color: #f5f8fb;
    border: 2px #175aa4 solid;
}

.schoolsoutbox {
    border: 2px #175aa4 solid;
    padding: 10px;
    margin: 10px 20px;
    font-family: comic sans ms,sans-serif;
    background-color: #f5f8fb;
}

.trackbox {
    border: 2px #708c3f solid;
    padding: 10px;
    margin: 10px 40px;
    background-color: #ebf0ef;
    border-radius: 12px;
}
.preschoolbox {
    border: 2px #faedcd solid;
    background-color: #d2e0f1;
    border-radius: 12px;
    margin: 10px 30px;
    padding-bottom: 6px;
}
.trackboxnocolor {
    padding: 10px;
    margin: 10px 40px;
}

.sidebox {
    border: 2px #f5c625 solid;
    padding: 4px 10px;
    margin: 10px 10px;
    border-radius: 10px;
    line-height : 18px;
    background-color: #ebf0ef;
    font-size: 17px;
    text-align: center;
}

/* parks and facilities */



.bluetitle {
    font-size: 15px!important;
    color: #267cc0;
    font-weight: bold;
}

.holidaytitle {
    text-align: center;
    color: #d8020f;
    font-weight: bold;
    font-size: 1.1875em;
    padding-top: 8px;
    text-shadow: #003b11 0 0 0.5px;
}

.holidaytitlegreen {
    text-align: center;
    color: #47721f;
    font-weight: bold;
    font-size: 1.1875em;
    padding-top: 8px;
    text-shadow: #003b11 0 0 0.5px;
}

.col .textright,
.textright,
.textrightmobile,
.textrightgym {
    text-align: right;
}
.col .textleft {
    text-align: left;
}
.facebook32 {
    padding: 0 4px;
}

.register {
    margin-top: 20px;
    position: relative;
}

.searchpaddingtop12 {
    padding-top: 12px;
}

.searchpaddingbottom {
    padding-bottom: 4px;
}

.summerborder {
    border: thin solid #d1ddf1;
}

.mobile, 
.hrmobile {
    display: none;
}
.mobilewidth {
    width: 550px;
}

div.mobileenews
{
    border-left : none;
    display: none;
}
div.enews
{
    display: block;
}

.navback {
    position: relative;
    width: 100%;
    background: #175aa4;
    z-index: 100;
}

h1 {
    text-align: center;
    font-size: 1.25em;
    font-weight: 200;
    color: #708c3f;
    font-family: 'Hammersmith One', Arial, Helvetica, sans-serif;
    padding-top: 12px;
}

h1.nomargin {
    text-align: center;
    font-size: 1.25em;
    font-weight: 200;
    color: #708c3f;
    font-family: 'Hammersmith One', Arial, Helvetica, sans-serif;
    padding-top: 0;
}
h1.largerfont {
    text-align: center;
    font-size: 24px;
    font-weight: 200;
    color: #c60404;
    font-family: 'Hammersmith One', Arial, Helvetica, sans-serif;
    padding-top: 12px;
}


h1.intro {
    font-size: 1.25em;
    font-weight: 200;
    color: #708c3f;
    text-align: center;
    padding-top: 8px;
}



h2,
h2 .secondaryclassesa,
h2 .contentsecondary,
h2 .secondarypage, 
h2 .secondaryclassesfont,
h2 .nomargin {
    font-size: 1.15em;
    font-weight: 400;
    /* color: #4c523c;*/
    color: #708c3f;
    text-align: center;
    font-family: 'Hammersmith One', Arial, Helvetica, sans-serif;
    margin: 4px 0 10px 0;
}

h2.arial {
font-family: Arial, Helvetica, sans-serif!important;
}

h2.green {
color: #53978b;
}
h2.purple {
color: #708c3f;
}



h2.nopadding {
    margin: 0!important;
}

h2.underline {
    border-bottom: thin solid #708c3f;
}
h2.background {
    background-color: #ebf0ef;
}

span.background {
    background-color: #ebf0ef;
    padding: 0 6px;

}



h2.italic {
    color: #000000;
    font-style: italic;
    font-family: 'Hammersmith One', Arial, Helvetica, sans-serif;
}

h2.black {
    color: #000000;
}

h2.left {
    color: #708c3f;
    font-size: 1.15em;
    font-weight: 400;
    text-align: left;
    font-family: 'Hammersmith One', Arial, Helvetica, sans-serif;
}

h3 {
    font-size: 1.00em;
    font-weight: bold;
    background-color: #95cce0;
    text-align: left;
}

h4 {
    font-size: 1.00em;
    font-weight: 400;
    color: #708c3f;
    text-align: center;
    margin: 0;
    font-family: 'Hammersmith One', Arial, Helvetica, sans-serif;
}

.comicsans {
    font-family: comic sans ms,sans-serif;
}

.prop1title {
    background-color: #C25D38;
    color: white;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 28px;
    text-align: center;
}

hr {
    display: block;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    width: 80%;
}

hr.bluefullwidth {
    display: block;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    width: 100%;
    color: #a4a4a4;
    
}

hr.blue {
    display: block;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border: 1px solid #a4a4a4;    
}

hr.two {
    display: block;
    margin-bottom: 0.5em;
    margin-left: auto;
    margin-right: auto;
    border-style: inset;
    border-width: 1px;
    width: 100%;
}

/* colors */

.blue {
    color: #708c3f;
}

.red {
    color: #c60404;
}

.yellow {
    font-size : 18px; 
    font-weight: bold; 
    color: orange; 
    text-shadow: 2px 1px grey;
}

.orange {
color: #db773e;
}


/* content and font styles */


.levytext {
    color: #C25D38;
    font-size: 25px;
}

.bluetitle {
    color: #267cc0;
    font-weight: bold;
}

div.rightnavnew {
    border-left: 4px #d8e1de solid;
    margin-top: 20px;
    margin-left: 8px;
}
div.rightnavnew ul {
    padding-left: 10px;
}

div.rightnavnew ul li {
    list-style: none;
}

div.rightnav {
    border-left: 4px #d8e1de solid;
    margin-top: 30px;
}
div.rightnav ul {
    padding-left: 10px;
}

div.rightnav ul li {
    list-style: none;
}

.top {
    text-align: right;
    padding-right: 5%;
    font-style: italic;
}

.white {
    color: #ffffff;
}

.sidenav {
    list-style: none;
    margin: 0 0 10px 0;
    border-radius: 6px;
    box-shadow: 3px 3px 5px  #999;
    background: #708c3f;
    padding: 2px 4px 2px 4px;
    font-weight: bold;
    max-width : 250px;
    color: #ffffff;
}

.sidenav  a:link {
    color: #ffffff;
    text-decoration: none;
}

.sidenav  a:visited {
    color: #ffffff;
    text-decoration: none;
}

.sidenav a:hover {
    color: #ffffff;
    text-decoration: underline;
    text-shadow: 1px 1px #000000;
}

.waterbottle {
    color: black;
    padding: 4px 0.5%;
    font-size: 1.0em;
    text-align: center;
    border-radius: 10px;
    border: thin solid #d8e1de;
    box-shadow: 3px 3px 5px  #999;
    background: #c9e39c;
    margin: 40px 0px 0 0px;
    width: 196px;
}

.subnav {
    list-style: none;
    padding: 0;
    margin-bottom: 4px;
    color: #000000;
}

.subnav  a:link {
    color: #000000;
    text-decoration: none;
}

.subnav  a:visited {
    color: #000000;
    text-decoration: none;
}

.subnav a:hover, pressed {
    color: #000000;
    text-decoration: underline;
}


.subnavresident {
    list-style: none;
    border-radius: 6px;
    border-color: #267cc0;
    border-width: 2px;
    
    margin-bottom: 20px;
}

.subnavresident  a:link {
    color: #000000;
    padding: 4px 10px;
    border-radius: 6px;
    border-color: #708c3f;
    border-width: 2px;
    font-weight: bold;
    background: #c9e39c;
    text-decoration: none;
}

.subnavresident  a:visited {
    color: #000000;
    font-weight: bold;
    border-radius: 6px;
    border-color: #708c3f;
    border-width: 2px;
    padding: 4px 10px;
    background: #c9e39c;
    text-decoration: none;
}

.subnavresident a:hover {
    color: #ffffff;
    text-decoration: none;
    font-weight: bold;
    border-radius: 6px;
    border-width: 2px;
    padding: 4px 10px;
    background: #f05547;
    border-color: #708c3f;
}


.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
    background-color: #fff;
}

/* ----------------------------------------------- */
/* REUSABLE COMPONENTS */
/* ----------------------------------------------- */

.imageright {
    float: right;
    margin: 0 12px;
}




.savethedate {
    color: #000000;
    padding: 3px 7px;
    margin: 0 4px 2px 0;
    font-size: 17px;
    text-align: center;
    font-weight: bold;
    background-color: #b2d266;
    border-radius: 10px;
    font-style: italic;
    letter-spacing: 0.06em;
}
.new {
    color: #000000;
    padding: 4px 10px;
    margin: 0 4px 2px 0;
    font-size: 1.10em;
    text-align: center;
    font-weight: bold;
    background-color: #ffcb00;
    border-radius: 50%;

    
    font-style: italic;
    letter-spacing: 0.06em;
}

/* ----- BUTTONS ----- */
.newbutton {
    background-color: #149814;
    letter-spacing: 1.3px;
    padding: 1px 6px;
    border-radius: 6px;
    color: white;
    font-style: italic;
}

.newpoolbutton {
    background-image: linear-gradient(#e3e3e3, #a0d8ef, #a0d8ef);
    border-radius: 6px;
    text-decoration: none;
    color: #000000;
    font-weight : 700;

    text-align: center;  
    border: thin grey solid;  
}

a.newpoolbutton:link,
a.newpoolbutton:visited {
    color: #000000;
    padding: 6px 20px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
}

a.newpoolbutton:hover {
    color: #000000;
    opacity: 0.8;
    padding: 6px 20px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
}


.largepoolbutton {
    background-image: linear-gradient(#e3e3e3, #a0d8ef, #a0d8ef);
    border-radius: 6px;
    text-decoration: none;
    color: #000000;
    font-weight : 700;
    height : auto;
    width: 150px;
    text-align: center;  
    border: thin grey solid; 
    padding-top: 10px;
    padding-bottom: 8px;
}

a.largepool:link,
a.largepool:visited {
    color: #000000;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
     
}

a.largepool:hover {
    color: #4a4a4a;
    opacity: 0.8;
    text-align: center;
    font-size: 16px;
    text-decoration: underline;
}



/* online platform */
.platformbtn:link,
.platformbtn:visited,
input[type=submitplatformbtn] {
    display: inline-block;
    padding: 2px 4px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    border-radius: 200px;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-platform:link,
.btn-platform:visited {
    border: 2px solid #0077be;
    color: #0077be;
    background-color: transparent;
}

.btn-platform:hover,
.btn-platform:active {
    border: 2px solid #0077be;
    color: #fff;
    background-color: #0077be;
}

  
a.dancebutton:link {
    color: #4a4a4a;
    padding: 4px 12px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #708c3f;
    background: #fdb813;
    margin: 0px auto 16px auto;
    width: 250px;
}

a.dancebutton:visited {
    color: #4a4a4a;
    padding: 4px 12px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #708c3f;
    background: #fdb813;
    margin: 0px auto 16px auto;
    width: 250px;
}

a.dancebutton:hover {
    color: #4a4a4a;
    padding: 4px 12px;
    font-size: 15px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    border: 1px solid #708c3f;
    background: #ffffff;
    margin: 0px auto 16px auto;
    width: 250px;
}

a.common:link, a.common:visited {
    color: #2a539f;
    font-weight: bold;
    text-decoration: underline;
}

a.common:hover, a.common:active {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}


.underline {
    text-decoration: underline;
}

.row {
    max-width: 980px;
    margin: 0 auto;
}

.rowlogo {
    max-width: 980px;
    margin: 0 auto;
}

.row40 {
    max-width: 1140px;
    margin: 0 auto;
    padding-top: 24px;
}

.row900 {
    max-width: 900px;
    margin: 0 auto;
}

.rowbond {
    max-width: 900px;
    margin: 0 auto;
}

.row1000 {
    max-width: 1000px;
    margin: 0 auto;
}

.row1200 {
    max-width: 1200px;
    margin: 0 auto;
}

.width400 {
    width: 400px;
}

.width450 {
    width: 450px;
}

.width500 {
    width: 500px;
    margin: 0 auto;
}

.width700 {
    width: 700px;
    margin: 0 auto;
}

.quote {
    font-family: "Times New Roman", Georgia, Serif;
    font-style: italic;
}
.quotemartial {
    font-style: italic;
    padding-left: 30px;
    padding-right: 30px;
    background-color: #d8e1de;
}
.contacta,
.contactb {
    padding-left: 2.5%;
    text-align: left;
}

.event {
    width: 400px;
    margin-left: 50px;
}

.resume {
    font-size: 80%;
}

.wave {
    font-size: 30px;
    color: #267cc0;
    text-align: center;
}

.bold {
    font-weight: bold;
}

.bottomline {
    border-bottom: thin solid #98a594;
}

.innerrow {
    max-width: 800px;
    margin: 0 auto;
    font-size: 80%;
    line-height: 140%;
}

.innerrow p {
    padding-top: 10px;
}

.main {
    margin: 0 auto;
}

.pagetitle {
    color: #e1d991;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    padding-bottom: 10px;
}

.menubar {
    text-align: left;
}

#menu {
    z-index: 1000;
}

.box {
    padding: 1%;
}

.italic {
    font-style: italic;
}

.center {
    text-align: center;
}

.left {
    text-align: left;
}

.right {
    text-align: right;
}

.right768 {
    text-align: right;
}

.linebreak {
    text-align: center;
}

.lineheight26 {
    line-height: 26px;
}

:not(::first-line)

.smallfont {
    font-size: 75%;
}
 
.datefont {
    font-size: 12px;
}


.leftbondcolumn {
background-color: #ffc000; 
padding: 0 8px 48px 8px; 
line-height: 20px;
}

/* ----- HEADINGS ----- */
.bondheading {
    background-color: #ffc000; 
    padding: 4px;
}

.padding30 {
    padding-left: 30px;
    padding-right: 30px;
}

.paddingtop6 {
    padding-top: 6px;
}

.paddingtop10 {
    padding-top: 10px;
}

.paddingtop12 {
    padding-top: 12px;
}

.mobilepadding60 {
	padding-top: 60px;    
}

.paddingtop100 {
    padding-top: 100px;
}

.col .paddingtop20,
.paddingtop20 {
    padding-top: 20px;
}

.paddingtop12,
.col .paddingtop12 {
    padding-top: 12px;
}

.paddingtop24,
.col .paddingtop24 {
    padding-top: 24px;
}

.paddingtop36 {
    padding-top: 36px;
}

.col .paddingtop40,
.paddingtop40 {
    padding-top: 40px;
}

.col .paddingtop60,
.paddingtop60 {
    padding-top: 60px;
}

.col .paddingleft100,
.paddingleft100 {
    padding-left: 100px;
}

.paddingbottom6 {
    padding-bottom: 6px;
}
.paddingbottom12 {
    padding-bottom: 12px;
}

.paddingbottom24 {
    padding-bottom: 24px;
}

.paddingbottom30 {
    padding-bottom: 30px;
}

.paddingbottom60 {
    padding-bottom: 60px;
}

.paddingbottom966 {
    padding-bottom: 0;
}


.paddingrightconcert {
    padding-right: 24px;
    text-align: right;
}

.paddingright30 {
    padding-right: 30px;
}

.paddingright20 {
    padding-right: 20px;
}

.paddingright150 {
    padding-right: 150px;
}

.paddingleft150 {
    padding-left: 150px;
}

.paddingleft30 {
    padding-left: 30px;
}

.paddingleft20 {
    padding-left: 20px;
}
.asppaddingleft20 {
    padding-left: 20px;
}

.asppaddingtop20 {
    padding-top: 0;
}


.paddingleft12 {
    padding-left: 12px;
}

.paddingleft60 {
    padding-left: 60px;
}

.mobilepaddingleft20 {
    padding-left: 0;
}

.mobilemarginsides {
    margin-left : 0;
    margin-right: 0;
}

.nomobilepadding100 {
    padding-left: 100px;
}

.marginleft12 {
    margin-left: 12px;
}

.marginleft12mobile {
    margin-left: 12px;
}

.marginleft30 {
    margin-left: 30px;
}

.marginleft20 {
    margin-left: 20%;
}

.marginright20 {
    margin-right: 20%;
}

.marginleft60 {
    margin-left: 60px;
}

.marginright30 {
    margin-right: 30px;
}

.margintop6 {
    margin-top: 6px;
}
.margintop12 {
    margin-top: 12px;
}
.margintop20 {
    margin-top: 20px;
}
.margintop24 {
    margin-top: 24px;
}
.margintop30 {
    margin-top: 30px;
}

.margintop60 {
    margin-top: 60px;
}

.marginbottom12 {
    margin-bottom: 12px;
}
.marginbottom24 {
    margin-bottom: 24px;
}
.margintop50 {
    margin-top: 50px;
}

.contentsecondary ul {
    padding-left: 50px;
}

/* ----- fourbox ----- */

#fourbox-wrap {
    width: 100%;
    background-color: #becdc8;
}

#fourbox {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    padding: 12px 0 12px 0;
    height: auto;
    font-size: 14px;
}

#fourbox .mailingback {
    background-color: #ffffff;
    border: 2px solid #267cc0;
}

#fourbox .mailinglisttitle {
    font-weight: bold;
    font-family: Arial;
    color: #000000;
}

#fourbox .icons {
    margin: 6px;
    text-align: center;
}

#fourbox ul.horizontal-list {
    list-style: none;
    padding: 0;
}

#fourbox ul.horizontal-list li {
    display: inline;
    padding: 10px;
}

#fourbox .one,
#fourbox .two,
#fourbox .three,
#fourbox .four {
    border: 2px solid #267cc0;
    background-color: #ffffff;
    color: #000000;

    border-radius: 8px;
    height: 206px;
}

#fourbox .one {
    margin: 0 .5% 0 1.5%;
}

#fourbox .two {
    margin: 0 0.5%;
}

#fourbox .two ul {
    padding-left: 20px;
}

#fourbox .two ul li {
    padding-top: 6px;
}

#fourbox .three {
    margin: 0 0.5%;
}

#fourbox .four {
    margin: 0 0.5%;
}

#fourbox .four ul {
    padding-left: 20px;
    list-style: none;
}

#fourbox .four ul li {
    padding-top: 6px;
}

#fourbox p {
    text-align: left;
}

#fourbox .textright {
    float: right;
    text-align: left;
    margin-left: 0;
    width: 140px;
}

#fourbox .text {
    text-align: left;
    margin-left: 0;
}

#fourbox h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.125em;
    color: #000000;
    font-weight: bold;
    padding: 6px 0 4px 0;
    margin: 0 auto 6px auto;
    text-align: center;
    font-style: italic;
    border-bottom: thin solid #175aa4;
    background-color: #ffffff;
    border-radius: 8px 8px 0 0;
}

#fourbox a:link {
    color: #000000;
    text-decoration: none;
    outline: none;
    border: none;
    font-size: 14px;
    font-weight: 200;
}

#fourbox a:visited {
    color: #000000;
    text-decoration: none;
    outline: none;
    border: none;
    font-size: 14px;
}

#fourbox a:hover {
    color: #267cc0;
    text-decoration: underline;
    outline: none;
    border: none;
    font-size: 14px;
}

#fourbox .title4 {
    font-family: comic sans ms,sans-serif;
    font-size: 16px;
    color: #000000;
    font-weight: bold;
}



.signupbutton:hover {
    cursor: pointer;
    border: 1px blue solid;
    background-color: #eae8e8;
    border-radius: 5px;
    font-weight: bold;
    line-height: 18px;
}

.signupbutton {
    background-color: white;
    font-weight: bold;
    border-radius: 5px;
    border: 1px grey solid;
    line-height: 18px;
}

/* ----- PARAGRAPHS ----- */
.long-copy {
    line-height: 145%;
    width: 70%;
    margin-left: 15%;
}

.col ul {
    padding-left: 40px;
}

.col ul li {
    padding-top: 3px;
}

.col ul:before {
    padding-top: 40px;
}

.col ul li.square {
    list-style-type: square;
}

.col ul li.none {
    list-style-type: none;
}
/* ----- ICONS ----- */


.span-1-of-3-fixed {
	width: 33.33%;
    max-width: 400px;
    padding: 20px;
    margin: 0 auto;
}
.span-1-of-3-fixed img {
	width: 100%;
}
.span-1-of-6-roundicons img {
	width: 100%;
}
.span-1-of-6-roundicons:hover {
	background-color: transparent;
}
.span-1-of-6-roundicons a:link,
.span-1-of-6-roundicons a:hover,
.span-1-of-6-roundicons a:visited {
    text-decoration: none;
    font-size: 18px;
    color:#708c3f;
}

.roundicons img {
	width: 100%;
}
.roundicons {
    font-size: 18px;
}

.roundicons15 {
    font-size: 15px;
}

.roundicons a:link,
.roundicons a:hover,
.roundicons a:visited {
    text-decoration: none;
    font-size: 18px;
    color:#708c3f;
}

.roundicons a .fa-stack:hover {
    color: #c1c7ca!important;
}

.icon-big {
    font-size: 350%;
    display: block;
    color: #e67e22;
    margin-bottom: 10px;
}

.icon-small {
    display: inline-block;
    width: 30px;
    text-align: center;
    color: #e67e22;
    font-size: 120%;
    margin-right: 10px;
    /*secrets to align text and icons*/
    line-height: 120%;
    vertical-align: middle;
    margin-top: -5px;
}

/* ----- LINKS ----- */


.dancebox {
background-color: #ebf0ef; 
max-width : 152px; 
padding-bottom: 8px; 
margin: 0 auto;
border-radius: 10px;
}

a.dancebox:link  { display: inline-block; padding-left: 6px; padding-right : 6px; font-weight: bold; text-decoration: none; font-size: 17px; border-radius: 10px;color:#ffffff; background-color:#267cc0; text-decoration:none}
a.dancebox:visited {display: inline-block; padding-left: 6px; padding-right : 6px; font-weight: bold; text-decoration: none; font-size: 17px; border-radius: 10px;color:#ffffff; background-color:#267cc0; text-decoration:none}
a.dancebox:hover   {display: inline-block; padding-left: 6px; padding-right : 6px; font-weight: bold; text-decoration: none; font-size: 17px; border-radius: 10px;color:#267cc0; background-color:#ffffff; text-decoration:none}
a.dancelink:link  { display: inline-block; padding-left: 6px; padding-right : 6px; font-weight: bold; text-decoration: none; font-size: 17px; color:#000000; text-decoration:none}
a.dancelink:visited {display: inline-block; padding-left: 6px; padding-right : 6px; font-weight: bold; text-decoration: none; font-size: 17px; color:#000000; text-decoration:none}
a.dancelink:hover   {display: inline-block; padding-left: 6px; padding-right : 6px; font-weight: bold; text-decoration: none; font-size: 17px; color:#000000;  text-decoration:underline}





.btn-dance {
    transition: 0.6s;
}

.btn-dance:link,
.btn-dance:visited {
    border: 2px solid #267cc0;
    color: #ffffff;
    background-color: #267cc0;
}



a.largeicons:link {
    color: #708c3f;
    background-color: transparent;
    text-decoration: none
}

a.largeicons:visited {
    color: #708c3f;
    background-color: transparent;
    text-decoration: none
}

a.largeicons:hover {
    color: #708c3f;
    background-color: transparent;
    text-decoration: none
}

a.largeicons:active {
    color: #708c3f;
    background-color: transparent;
    text-decoration: none
}


a.newslink:link {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: none
}

a.newslink:visited {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: none
}

a.newslink:hover {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: underline
}

a.newslink:active {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: underline
}

a.whitelink:link {
    color: #ffffff;
    background-color: transparent;
    text-decoration: none
}

a.whitelink:visited {
    color: #ffffff;
    background-color: transparent;
    text-decoration: none
}

a.whitelink:hover {
    color: #ffffff;
    background-color: transparent;
    text-decoration: underline
}

a.whitelink:active {
    color: #ffffff;
    background-color: transparent;
    text-decoration: underline
}

a.newslinkunderline:link {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: underline
}

a.newslinkunderline:visited {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: underline
}

a.newslinkunderline:hover {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: underline
}

a.newslinkunderline:active {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: underline
}

.newslink a:link, .col .newslink a:link {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: none
}

.newslink a:visited, .col .newslink a:visited {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: none
}

.newslink a:hover, .col .newslink a:hover {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: underline
}

.newslink a:active, .col .newslink a:active {
    color: #4b67a1;
    background-color: transparent;
    text-decoration: underline
}

a.harvestbutton:link {
    color: #ffffff;
    padding: 4px 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    background: #175aa4;
    margin: 0px auto 16px auto;

}

a.harvestbutton:visited {
    color: #ffffff;
    padding: 4px 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    background: #175aa4;
    margin: 0px auto 16px auto;

}

a.harvestbutton:hover {
    color: #000000;
    padding: 4px 10px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    background: #fbc496;
    margin: 0px auto 16px auto;

}

a.flyerbutton:link {
    color: #ffffff;
    padding: 4px 6px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border-radius: 7px;
    background: #175aa4;
    border: thin solid #175aa4;

}

a.flyerbutton:visited {
    color: #ffffff;
    padding: 4px 6px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    background: #175aa4;
    border: thin solid #175aa4;

}

a.flyerbutton:hover {
    color: #175aa4;
    padding: 4px 6px;
    font-size: 13px;
    text-align: center;
    font-weight: bold;
    border-radius: 5px;
    background: #ffffff;
    border: thin solid #175aa4;

}

a.redlink:link  {color: #c60404; background-color:transparent; text-decoration:none}
a.redlink:visited {color: #c60404; background-color:transparent; text-decoration:none}
a.redlink:hover   {color: #c60404; background-color:transparent; text-decoration:none}
a.redlink:active  {color: #c60404; background-color:transparent; text-decoration:none}
a.greylink:link  {color: #ffffff; background-color:transparent; text-decoration:underline;}
a.greylink:visited {color: #ffffff; background-color:transparent; text-decoration:underline;}
a.greylink:hover   {color: #c9e39c; text-decoration:underline;}
a.greylink:active  {color: #ffffff;  text-decoration:underline;}



.moreinfo {
    float: right;
    margin-right: 12px;
}

.moreinfocenter {
    text-align: center;
}

.farmersicon {
    padding: 4px;
}

a.market:link {
    color: #ff6600;
    text-decoration: underline;
    font-weight: bold;
}

a.market:visited {
    color: #ff6600;
    text-decoration: underline;
    font-weight: bold;
}

a.market:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
}

a.envelope:link {
    background-image: url('../../graphics/envelope2019-icon.png');
    background-repeat: no-repeat;
}

a.envelope:hover {
    background-image: url('../../graphics/envelope2019-hover.png');
    background-repeat: no-repeat;
}

a.registerbtn:hover {
    opacity: 0.9;
}

a.envelope:hover {

}
.onlinebutton {
    margin-bottom: 26px;
}


/* buttons */

.solidbluebtn {
    background: url('../../graphics/registration-blue.gif') repeat-x;
    border: thin solid grey;
    padding: 6px 10px 6px 10px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 10px;
    text-decoration: none;
}

a.solidbluebtn:link,
a.solidbluebtn:visited {
    color: black;
    text-shadow: 1px 1px #999999;
}

a.solidbluebtn:hover {
    color: black;
    text-shadow: 1px 1px #999999;
    transition: 0.5s;
    opacity: 0.8;
}

.bluebtn {
    background: url('../../graphics/registration-blue.gif') no-repeat;
    border: thin solid grey;
    padding: 10px 12px 8px 12px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 10px;
    text-decoration: none;
}

a.bluebtn:link,
a.bluebtn:visited {
    color: black;
    text-shadow: 1px 1px #999999;
}

a.bluebtn:hover {
    color: black;
    text-shadow: 1px 1px #999999;
    transition: 0.5s;
    opacity: 0.8;
}

.orangebtn {
    
    border: thin solid grey;
    padding: 6px 12px 6px 12px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 10px;
    text-decoration: none;
}

a.orangebtn:link,
a.orangebtn:visited {
    color: white;
    text-shadow: 1px 1px #999999;
    box-shadow: 3px 3px 5px  #999;
    background-image: linear-gradient(#708c3f, #708c3f, #708c3f);
}

a.orangebtn:hover {
    color: white;
    transition: 0.5s;
    background-image: linear-gradient(#d2e0f1, #d2e0f1, #d2e0f1);

    box-shadow: 3px 3px 5px  transparent;
}

.greenbtn {
    background-image: linear-gradient(#ffffff, #89b93f);
    
    border: thin solid grey;
    padding: 6px 12px 6px 12px;
    text-align: center;
    font-size: 17px;
    margin: 4px 2px;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: 0.6px;
}

a.greenbtn:link,
a.greenbtn:visited {
    color: black;
    text-shadow: 1px 1px #999999;
}

a.greenbtn:hover {
    color: black;
    text-shadow: 1px 1px #999999;
    transition: 0.5s;
    opacity: 0.8;
}

.holidaybtn {
    background-color: green;
    
    border: thin solid grey;
    padding: 6px 8px 6px 8px;
    text-align: center;
    font-size: 17px;
    margin: 4px 2px;
    border-radius: 10px;
    text-decoration: none;
    letter-spacing: 0.6px;
}

a.holidaybtn:link,
a.holidaybtn:visited {
    color: white;
    text-shadow: 1px 1px #999999;
}

a.holidaybtn:hover {
    color: red;
    text-shadow: 1px 1px #999999;
    transition: 0.5s;
    opacity: 0.8;
}


.newpoolbtn {
    background-image: linear-gradient(#ffffff, #1e85c5);
    border: thin solid grey;
    padding: 10px 12px 8px 12px;
    text-align: center;
    font-size: 16px;
    margin: 4px 2px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: bold;
}

a.newpoolbtn:link,
a.newpoolbtn:visited {
    color: black;
}

a.newpoolbtn:hover {
    color: black;
    transition: 0.5s;
    opacity: 0.8;
}

.summerjobsbtn {
    color: green;   
    height: 50px;
    padding: 10px 12px 8px 12px;
    
    width: 160px;
    background-color: #ffcb00;
    border-radius: 50%;
    font-size: 18px;
    text-align: center;
    font-weight : bold;
    border: 2px dotted green;
}

a.onlinebutton {
    color: #000000;
    text-decoration: none;
    background: #fcb215 url('../../graphics/registration-back-f16.gif') no-repeat;
    margin-top: 4px;
    padding: 10px 12px 8px 12px;
    text-align: center;
    border-radius: 10px;
    text-shadow: 1px 1px #999999;
    box-shadow: 3px 3px 5px  #999;
}

a.onlinebutton:link,
a.onlinebutton:visited {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    background: #fcb215 url('../../graphics/registration-back-f16.gif') no-repeat;
    margin-top: 4px;
}

a.onlinebutton:hover {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    background: #fcb215 url("../../graphics/registration-hover-f16.gif") no-repeat;
    margin-top: 4px;
}

a.bluebutton {
    color: #000000;
    text-decoration: none;
    background: #fcb215 url('../../graphics/registration-back-f16.gif') no-repeat;
    margin-top: 4px;
    padding: 10px 12px 8px 12px;
    text-align: center;
    border-radius: 10px;
    text-shadow: 1px 1px #999999;
    box-shadow: 3px 3px 5px  #999;
}

a.bluebutton:link,
a.bluebutton:visited {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    background: #fcb215 url('../../graphics/registration-blue.gif') no-repeat;
    margin-top: 4px;
}

a.bluebutton:hover {
    color: #000000;
    text-decoration: none;
    font-weight: 500;
    background: #fcb215 url("../../graphics/registration-hover-blue.gif") no-repeat;
    margin-top: 4px;
}

.main a:link,
.main a:visited,
.footer a:link,
.footer a:visited {
    color: #f3f3f3;
    outline: none;
    text-decoration: none;
    font-weight: normal;
    border-bottom: 1px solid #f3f3f3;
    transition: border-bottom 0.2s, color 0.2s;
}

.main a:hover,
.main a:active,
.footer a:hover,
.footer a:active {
    color: #747654;
    outline: none;
    font-weight: normal;
    text-decoration: none;
    border-bottom: 1px solid #9c9f78;
}

.photo a:hover,
.photo a:active,
.photo a:link,
.photo a:visited {
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.4s, transparent 0.4s;
}

.photo a:hover {
    filter: alpha(opacity=70);
    /*Internet Explorer 5, 6, 7, 8 */
    opacity: 0.7;
    /* Modern browsers */
    transition: opacity 0.4s, color 0.4s;
}

.mobileclick {
    display: none;
}

.bxslider a:link,
.bxslider a:visited {
    color: #4c765a;
    outline: none;
    text-decoration: none;
    font-weight: normal;
    border-bottom: transparent;
}

.bxslider a:hover,
.bxslider a:active {
    outline: none;
    font-weight: normal;
    text-decoration: none;
    border-bottom: transparent;
}

/* box */

.notice250 {
    width: 250px;
    margin: 0 auto;
}

.notice250box {
    background-color: #f5f8fb;
    border-radius: 10px;
    border: thin solid #175aa4;
    padding: 4px;
    text-align: center;
    line-height: 18px;
}

.volunteerbox {
    background-color: #ffd16e;
 /* light green */
    border-radius: 10px;
    border: thin solid #b2d266;
    width: 80%;
    margin: 0 auto;
}

.volunteerboxtext {
    padding: 10px;
    text-align: left;
}

.aquaticsboxjuly {
    background-color: #d1ddf1;
    border-radius: 10px;
    border: thin solid #0077be;
    padding: 4px;
    text-align: center;
}

.poolbox {
    border: medium dotted #267cc0;
    margin: 0 auto;
    text-align: left;
    padding: 4px 4px 4px 20px;
}

.boldcolor {
    font-weight: bold;
    color: #53978b;
}

.swimnotice {
    width: 200px;
    margin: 0 auto;
}

.swimbox {
    background: #b2d266;
    border-radius: 10px;
    box-shadow: 3px 3px 5px  #999;
    padding: 4px;
    text-align: center;
    font-weight: bold;
}

.swimboxfall {
    background: #f5f8fb;
    border-radius: 10px;
    box-shadow: 3px 3px 5px  #999;
    padding: 4px;
    text-align: center;
    font-weight: bold;
}

.boxmarket {
    border-radius: 8px;
    border: 1px solid #ce7203;
    width: 206px;
    margin: 10px auto 0 auto;
    padding: 3px;
    background-color: #e5f0cd;
}

.boxmarket .boxinside {
    padding-bottom: 4px;
    padding-top: 4px;
    margin-top: 4px;
    background-color: white;
    text-align: center;
}

.col .dottedbox {
    border: medium dotted #267cc0;
    margin: 0 auto;
    text-align: left;
    padding: 4px 8px 2px 8px;
    background-color: #ffd16e;
}

.dottedboxtitle {
    font-size: 18px;
    text-align: center;
}

.compplanbox {
    border: 2px solid #0077be;
    border-radius: 20px;
    width: 500px;
    padding: 6px 12px;
    margin: auto;
}

.swimschedule {
    color: #000000;
    padding: 4px;
    font-size: 1.25em;
    text-align: center;
    border-radius: 10px;
    box-shadow: 3px 3px 5px  #999;
    width: 180px;
}

a.swimbuttonfall:link {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.0em;
}

a.swimbuttonfall:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.0em;
}

a.swimbuttonfall:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    font-size: 1.0em;
}

a.swimbutton:link {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    background: #b2d266;
    font-size: 1.0em;
}

a.swimbutton:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.0em;
    background: #b2d266;
}

a.swimbutton:hover {
    color: #000000;
    text-decoration: underline;
    font-weight: bold;
    background: #b2d266;
    font-size: 1.0em;
}

.aquaticstable {
    margin: 0 auto;
}

.poolschedule {
    margin: 0 auto;
}

.topheading {
    color: #000000;
    background-color: #d2e0f1;
    text-align: center;
}

.aquaheading /* lighter background on pool schedule */ {
    color: #000000;
    background-color: #dcddde;
}

.swimclassestable {
    padding: 10px;
    background-color: #cfd7e8;
    border-radius: 10px;
    border: 1px #267cc0 solid;
    width: 80%;
    margin: 0 auto;
}

#swimclasses {
    border-collapse: collapse;
    margin: 0 auto;
    border-radius: 10px;
}


#swimclasses th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #fff;
    color: #000;
}
#swimclasses th.center {
    text-align: center;
}

#swimclasses td.center {
    text-align: center;
}

#swimclasses td {
    border: 1px solid #ddd;
    padding: 4px;
    text-align: center;
}

.width30 {
    width: 32%;
}


#swimclasses tr:nth-child(even){background-color: #f2f2f2;}

#swimclasses tr:hover {background-color: #ddd;}



#morningclasses {
    border-collapse: collapse;
    margin: 0 auto;
    border-radius: 10px;
}


#morningclasses th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #fff;
    color: #000;
}
#morningclasses th.center {
    text-align: center;
}

#morningclasses td.center {
    text-align: center;
}

#morningclasses td {
    border: 1px solid #ddd;
    padding: 12px 8px;
    text-align: center;
}

#morningclasses tr:nth-child(even){background-color: #f2f2f2;}

#morningclasses tr:hover {background-color: #ddd;}



#lifeguard {
    border-collapse: collapse;
    margin: 0 auto;
    border-radius: 10px;
}


#lifeguard th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #fff;
    color: #000;
}
#lifeguard th.center {
    text-align: center;
}

#lifeguard td.center {
    text-align: center;
}

#lifeguard td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}

#lifeguard tr:nth-child(even){background-color: #f2f2f2;}

#lifeguard tr:hover {background-color: #ddd;}




th.center {
    text-align: center;
}



.sessions {
    width: 80%;
    margin: auto;
}
/*TABLES */

table.swimlessonfeetable  {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
    border: 1px solid #000;
}
.swimlessonfeetable td,
.swimlessonfeetable th {
    display: table-cell;
    vertical-align: inherit;
    border: 1px solid #d2e0f1;
    padding: 6px;
    text-align: center;
    }

.swimlessonfeetable tr {
    background: #FFF!important;
}

.swimlessonfeetable tr.grey {
    background: #d2e0f1!important;
}

.swimlessonfeetable td.light {
    background: #d2e0f1!important;
}

table.lessons  {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
    border: 1px solid #fff;
}
.lessons td,
.lessons th {
    display: table-cell;
    vertical-align: top;
    border: 1px solid #708c3f;
    padding: 6px;
    text-align: left;
    }

.lessons tr {
    background: #FFF!important;
}

.lessons tr.grey {
    background: #d2e0f1!important;
}

.lessons td.light {
    background: #d2e0f1!important;
}

.light {
    background: #d2e0f1;
    border-bottom: 1px solid #d2e0f1;
}


table.covidswim {
    border-collapse: collapse;
    border-spacing: 0;
    width: 96%;

}

th.covidswim {
    display: table-cell;
    vertical-align: inherit;
    height: auto;
    width: 50%;
}

td.covidswim {

    display: table-cell;
    vertical-align: inherit;
    height: auto;
    width: 50%;
}



table.aquaticstable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 70%;
    border: 1px solid #999;
}

th.aquaticstable {
    display: table-cell;
    vertical-align: inherit;
    height: 30px;
    border: 1px solid #999;
}

table.aquaticstable td {
    display: table-cell;
    padding: 4px;
    vertical-align: inherit;
    height: auto;
    border: 2px solid #999;
}



table.aquaticstable tr:nth-child(even) {
    background: #fff;
}  

table.swimequivalency {
    padding: 6px;
    border: thin #999 solid;
}

th.swimequivalency {
    padding: 6px;
    border: thin #999 solid;
}

td.swimequivalency {
    padding: 6px;
    border: thin #999 solid;
}

table.school td {
padding: 6px;
background-color: white;
vertical-align:top;
}
table.school td.greyback {

background-color: #e9e9e9;
}

table.school td.border {
border-bottom: thin black solid;
}


.wide table {
    width: 100%;
    border-collapse: collapse;
    border-color: black;
}

tr:nth-child(even) {
    background: #e3e3e3;
}

tr:nth-child(odd) {
    background: #FFF
}

table.basic tr:nth-child(even) {
    background: #fff;
}
table.basic td {
    padding: 6px 20px 0 40px;
}


table.newpool tr:nth-child(even) {
    background: #fff;
}
table.newpool td {
    padding: 6px 12px;
}


table.basic td.border {
    border: thin grey solid;
}
table.basic th {
text-align: left;
font-weight : normal;
font-style: italic;
padding-bottom: 6px;
padding-top: 10px;
}

table.poolpartyfee tr:nth-child(even) {
    background: transparent;
}

table.poolpartyfee tr:nth-child(odd) {
    background: transparent;
}

table.poolpartyfee td {
    padding: 2px 10px;
}



.wide th {
    padding: 6px;
    background-color: #ffd16e;
    border: 1px solid #000;
    text-align: left;
    font-weight: bold;
    border-color: black;
}

.wide td {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

.wide td.bordernone {
    border: thin white solid;
}

.danceschedule {
    color: #000000;
    padding: 4px;
    font-size: 1.25em;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 3px 3px 5px  #999;
    background: #84bc05;
    margin: 40px 0 0 40px;
    width: 180px;
}



.programfinder {
    color: Black;
    padding: 4px 14px;
    font-size: 1.00em;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    margin: 0 auto;
}

a.programfinder {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    margin-top: 4px;
}

a.programfinder:link {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    background-image: linear-gradient(#fec43e, #ffecba, #ffecba);
    margin-top: 4px;
}

a.programfinder:visited {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    margin-top: 4px;
    background-image: linear-gradient(#fec43e, #ffecba, #ffecba);
}

a.programfinder:hover {
    color: #000000;
    text-decoration: none;
    font-weight: bold;
    background-image: linear-gradient(#ffecba, #fec43e, #fec43e);
    margin-top: 4px;
}

.btn:link,
.btn:visited,
input[type=submit] {
    display: inline-block;
    padding: 2px 4px;
    text-decoration: none;
    border: solid 1px #788c73;
    border-radius: 4px;
    font-size: 90%;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn:hover,
.btn:active,
input[type=submit]:hover,
input[type=submit]:active {
    background-color: #CBD2C9;
    border: solid 1px #788c73;
}

/* lists */


div.list:nth-child(odd) {
    background: #e9e9e9;
}

div.list:nth-child(even) {
    background: white;
}

ul.poolmobile {

margin: 0;
max-width : 90%;
}

ul.poolmobile li.day {
 margin-left: -20px;
    list-style-type: none; 

}

ul.poolmobile li.day span {
background-color: #267cc0; 
color: white; 
padding-top: 2px; 
padding-bottom: 2px;   
padding-left: 10px;
    padding-right: 10px;
    }
    
    

ul.poolmobile li {
    list-style-type: none; 
    padding: 4px;   

}

ul.poolmobile li:nth-child(odd) {
    background: #e9e9e9;
}

ul.poolmobile li:nth-child(even) {
    background: white;
}

ul.nostyle {

margin: 0;
}

ul.nostyle li.event {
 margin-left: 120px;
    list-style-type: none; 
    padding: 4px; 

}



ul.rightside {
    margin: 0;
    padding-left: 20px;
    font-size : 14px;
}

ul.img-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
    text-align: center;
}


ul.img-list li {
    display: inline-block;
    height: 180px;
    position: relative;
    width: 180px;
}

ul.img-list li a {
    border-bottom: #000000;
    text-decoration: none;
}

ol li {
    list-style: decimal;
    list-style-position: inside;
      padding: 5px;
  margin-left: 35px;
}

span.text-content span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

ul.img-list li:hover span.text-content {
    opacity: 1;
    border: none;
}

span.text-content {
    color: white;
    cursor: pointer;
    display: table;
    height: 180px;
    left: 0;
    position: absolute;
    top: 0;
    width: 180px;
    opacity: 0;
    transition: opacity 1000ms;
}

span.text-content-store span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

ul.img-list-store li:hover span.text-content-store {
    opacity: 1;
    border: none;
}

span.text-content-store {
    background: rgba(120,140,115,0.7);
    color: #fff;
    cursor: pointer;
    display: table;
    height: 149px;
    left: 0;
    position: absolute;
    top: 0;
    width: 182px;
    opacity: 0;
    transition: opacity 1000ms;
    text-shadow: 2px 2px #524b26;
}


.danceregisterbutton {
    border-radius: 8px;
    text-decoration: none;
    text-align: center; 
    box-shadow: 3px 3px 5px  #999;   
    color: #666666;
    padding: 12px 20px;
    font-size: 20px;
    margin: 8px 2px;    
    font-weight : bold;
    background-image: linear-gradient(#708c3f, #708c3f, #708c3f);
}

a.danceregisterbutton:link,
a.danceregisterbutton:visited {
    background-image: linear-gradient(#708c3f, #708c3f, #708c3f);
    color: #ffffff;
    padding: 12px 20px;
    text-align: center;
    font-size: 20px;
    margin: 8px 2px;    
    font-weight : bold;
    text-shadow: 1px 1px #000;
    box-shadow: 3px 3px 5px  #999;
}

a.danceregisterbutton:hover {
    background-image: linear-gradient(#708c3f, #708c3f, #708c3f);
    color: #ffffff;

    padding: 12px 20px;
    text-align: center;
    font-size: 20px;
    margin: 8px 2px;
    font-weight : bold;    text-shadow: 1px 1px #000;
    box-shadow: 3px 3px 5px  transparent;
}

li.contenthover {
    padding: 0px 20px 10px 20px;
    height: 250px;
}

li.contenthover, .contenthover h3, .contenthover a {
    color: #fff;
}

li.contenthover h3 {
    font-size: 16px;
    margin: 12px 0 4px 0;
    padding: 0;
    text-align: center;
}

table.poolscheduletable  {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
    border: 1px solid #000;
}
.poolscheduletable td,
.poolscheduletable th {
    display: table-cell;
    vertical-align: inherit;
    border: 1px solid #999;
    padding: 3px;
    text-align: center;
}

table.feetable  {
    border-collapse: collapse;
    border-spacing: 0;
    margin: auto;
    border: 1px solid #000;
}

.feetable td,
.feetable th {
    display: table-cell;
    vertical-align: inherit;
    border: 1px solid #999;
    padding: 2px;
    text-align: center;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}

.lessonstable td:first-child {
    background: #dbe6de;
    padding: 8px 4px; 
    text-align: center;
    font-size : 14px;
    font-weight: bold;
}

.lessonstable td:last-child {
    background: #fff;
    padding: 8px 4px; 
    text-align: center;
    font-size : 14px;
}
.lessonstable td:nth-child(2) {
    background: #fff;
    padding: 8px 4px; 
    text-align: center;
    font-size : 14px;
}
.lessonstable th {
    color: #fff;
    background-color: #267cc0;
    text-align: center;
    font-weight: bold;
    padding: 8px 4px; 
    padding-bottom: 4px;
}

.sessionstable td:first-child {
    background: #ffffff;
    padding: 8px 4px; 
    text-align: left;
    font-size : 14px;
    font-weight: bold;
}

.sessionstable td:last-child {
    background: #fff;
    padding: 8px 4px; 
    text-align: left;
    font-size : 14px;
}
.sessionstable td:nth-child(2) {
    background: #fff;
    padding: 8px 4px; 
    text-align: left;
    font-size : 14px;
}
.sessionstable th {
    color: #fff;
    background-color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 8px 4px; 
    padding-bottom: 4px;
}



.selecttable td:first-child {
    background: #ffffff;
    padding: 8px 20px; 
    text-align: left;
    font-weight: bold;
}

.selecttable td:last-child {
    background: #fff;
    padding: 8px 20px; 
    text-align: left;
}
.selecttable td:nth-child(2) {
    background: #fff;
    padding: 8px 20px; 
    text-align: left;
}
.selecttable th {
    color: #fff;
    background-color: #ffffff;
    text-align: center;
    font-weight: bold;
    padding: 8px 20px; 
    padding-bottom: 4px;
}


.showerbox {
    background-color: #ffd16e;
    border-radius: 10px;
    border: thin solid #b2d266;
    padding: 6px;
}



.col .holidaybox {
    border-radius: 8px;
    border: 1px solid #fec43e;
    width: 400px;
    margin: 10px auto 0 auto;
    padding: 3px;
    background-color: #c9e39c;
}

/* holiday bazaar */
.newbtn:link,
.newbtn:visited,
input[type=submitnewbtn] {
    display: inline-block;
    padding: 6px;
    font-weight: bold;
    text-decoration: none;
    font-size: 17px;
    border-radius: 10px;
}

.btn-harvest:link,
.btn-harvest:visited {
    border: 2px solid #FA8B20;
    color: #fff;
    background-color: #FE4E1A;
}

.btn-harvest:hover,
.btn-harvest:active {
    border: 2px solid #FA8B20;
    color: #FE4E1A;
    background-color: transparent;
}

.btn-rental {
    display: inline-block;
    padding: 2px 4px;
    font-weight: bold;
    border-radius: 8px;
    font-size: 14px;
    transition: 0.6s;
}

.btn-rental:link,
.btn-rental:visited {
    border: 2px solid #0077be;
    color: #555751;
    background-color: #ebdadb;
    text-decoration: none;
}

.btn-rental:hover,
.btn-rental:active {
    border: 2px solid #0077be;
    color: #fff;
    background-color: #0077be;
}

.btn-holiday:link,
.btn-holiday:visited {
    border: 2px solid #d61100;
    color: #555751;
    background-color: transparent;
}

.btn-holiday:hover,
.btn-holiday:active {
    border: 2px solid #d61100;
    color: #fff;
    background-color: #d61100;
}
.btn-ghost,
.btn-holiday {
    transition: 0.6s;
}

.btn-ghost:link,
.btn-ghost:visited {
    border: 2px solid #267cc0;
    color: #555751;
    background-color: transparent;
}

.btn-ghost:hover,
.btn-ghost:active {
    border: 2px solid #53978b;
    color: #fff;
    background-color: #708c3f;
}

.btn-survey:link,
.btn-survey:visited {
    border: 2px solid #555751;
    color: #555751;
    background-image: linear-gradient(#e9f6cd, #b8e15b, #b8e15b);
    display: inline-block;
    padding: 6px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    border-radius: 10px;
}

.btn-survey:hover,
.btn-survey:active {
    border: 2px solid #555751;
    color: #000;
    background-image: linear-gradient(#b8e15b, #b8e15b, #e9f6cd);
    display: inline-block;
    padding: 6px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    border-radius: 10px;
}
.btn-register {
    border-radius: 6px;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    border-radius: 10px;
    text-align: center;  
}

 
.btn-register:link,
.btn-register:visited {

    background-image: linear-gradient(#708c3f, #708c3f, #708c3f);
    color: #ffffff;
    display: inline-block;
    padding: 3px 12px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    text-shadow: 1px 1px #000;
    box-shadow: 3px 3px 5px  #999;
}

.btn-register:hover,
.btn-register:active {
    color: #fff;
    
    background-image: linear-gradient(#53978b, #53978b, #53978b);
    
    display: inline-block;
    padding: 3px 12px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    text-shadow: none;
    box-shadow: 3px 3px 5px  transparent;
}

.btn-register-green {
    border-radius: 6px;
    text-decoration: none;
    color: #000000;
    font-size: 15px;
    border-radius: 10px;
    text-align: center;  
}

 
.btn-register-green:link,
.btn-register-green:visited {

    background-image: linear-gradient(#b8e15b, #b8e15b, #b8e15b);
    color: #ffffff;
    display: inline-block;
    padding: 3px 12px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    text-shadow: 1px 1px #000;
}

.btn-register-green:hover,
.btn-register-green:active {
    color: #fff;
    
    background-image: linear-gradient(#a6cd4e, #a6cd4e, #a6cd4e);
    
    display: inline-block;
    padding: 3px 12px;
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
    border-radius: 10px;
    text-shadow: 1px 1px #000;
}

.drop-in {
    background-image: linear-gradient(#267cc0, #267cc0, #267cc0);
    color: white;
    font-weight: bold;
    padding: 3px 6px;
    margin-right: 10px;
    border-radius: 10px;
    text-shadow: 1px 1px #000;
    font-size: 14px;
 }


#fourbox .span-fourbox .newbtn:link,
#fourbox .span-fourbox .newbtn:visited,
#fourbox .span-fourbox input[type=submitnewbtn] {
    display: inline-block;
    padding: 6px 12px;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    border-radius: 60px;
    color: #fff;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
    box-shadow: 3px 3px 5px  #999;
}

#fourbox .span-fourbox .btn-ghost:link,
#fourbox .span-fourbox .btn-ghost:visited {
    border: 2px solid #FE4E1A;
    color: #000;
    background-color: #FA8B20;
}

#fourbox .span-fourbox .btn-ghost:hover,
#fourbox .span-fourbox .btn-ghost:active {
    border: 2px solid #FA8B20;
    color: #FE4E1A;
    font-weight: bold;
    background-color: #fff;
}

.borderright {
    border-right: thin black solid;
}



.aligntop {
    vertical-align: text-top;
}

.staffbiobox {
    border-radius: 10px;
    border: thin solid #b2d266;
    margin: auto;
    padding: 6px;
    width: 80%;
}

.dropinschedule {
    color: #000000;
    padding: 4px;
    font-size: 1.25em;
    text-align: center;
    font-weight: bold;
    border-radius: 10px;
    box-shadow: 3px 3px 5px  #999;
    background: #c4db59;
    margin: 0px auto 16px auto;
    width: 250px;
}

.photo {
    text-align: center;
    border-radius: 20px;
    border: thin solid #b2d266;
}

.dancewide table {
    border-collapse: collapse;
    border-color: black;
    width: 60%;
    margin: auto;
}

.dancewide th {
    padding: 6px;
    background-color: #b2d266;
    border: 1px solid #b2d266;
    text-align: center;
    color: #000000;
}

.dancewide .comicsans {
    text-align: left;
    font-size: 17px;
    font-family: "Comic Sans MS", sans-serif;
    color: #4c523c;
}

.comicsanslarge {
    text-align: center;
    font-size: 20px;
    font-family: "Comic Sans MS",  sans-serif;

}
.fontsizelarge, 
.fontlarge {
    font-size: 16px;
}
.dancewide td {
    padding: 6px;
    border: 1px solid #ccc;
    text-align: left;
}

.dancewide td.bordernone {
    border: thin white solid;
}

table .bordernone {
    border: thin white solid;
}

.schedule table {
    border-collapse: collapse;
    margin: auto;
    width: 100%;
}

.schedule th {
    padding: 4px 2px;
    background-color: #d2e0f1;
    border: 1px solid #708c3f;
    text-align: center;
    font-weight: bold;
}

.schedule td.left{
    padding: 4px 2px 4px 10px;
    border: 1px solid #ccc;
    text-align: left;
}
.schedule td {
    padding: 2px;
    border: 1px solid #ccc;
    text-align: center;
}

.schedule .bordernone {
    border: thin white solid;
    text-align: left;
}

/* HOME */


.homeimage {
    text-align: center;
    margin: 20px auto 10px auto;
    padding-top: 10px;
}

/* images */

figure {
margin-top: 20px!important;
margin-bottom: 4px;
margin-left: 4px;
margin-right: 4px;
display: table;
}
figure.topphoto {
margin-top: 4px!important;
margin-bottom: 4px;
margin-left: 4px;
margin-right: 4px;
display: table;
}
figure.right {
float: right;
}

.roundededge {
    border-radius: 10px;
}

/* secondarypage */

.maxwidth90 {
    max-width: 90%;
}

.maxwidth60 {
    max-width: 60%;
}

.secondaryclassesa {
    padding: 0 2.5% 6px 2.5%;
    text-align: left;
    font-size: 0.925em;
}

.secondaryclassesfont {
    padding: 0 2.5% 6px 2.5%;
    text-align: left;
} 

.secondaryclasses {
    padding: 0 0 10px 0;
    text-align: left;
    font-size: 0.925em;
}
.secondaryclassestopleft {
    padding: 0 10px 0 0!important;
    text-align: left;
    font-size: 0.925em;
    
}
.twocolumnleft {
    padding: 0 10px 0 0;
    text-align: left;
}

.twocolumnright {
    padding: 0 0 0 10px;
    text-align: left;
}
.secondaryclassestopright {
    padding: 0 0 0 10px!important;
    text-align: left;
    font-size: 0.925em;
}
.secondaryclassesb {
    padding: 0 2.5% 6px 2.5%;
    font-size: 0.925em;
}

.secondaryclassesb p {
    padding: 0 30px;
}

.secondaryclassesa p, 
.secondaryclassesfont p {
    padding: 0 30px;
}

.smallercolumnfirst,
.smallercolumnfirst div,
.smallercolumnfirst p {
    padding: 0 1.5% 10px 1.5%;
    font-size: 13px;
}

.smallercolumn,
.smallercolumn div,
.smallercolumn p {
    padding: 0 6% 10px 6%;
    font-size: 13px;
}

.secondaryclassesa div.paddingtop30,
.secondaryclassesfont div.paddingtop30{
    padding-top: 30px;
}

.secondarybox {
    border: 2px #267cc0 solid;
    padding: 10px;
    margin: 10px;
    border-radius: 10px;
    font-family: comic sans ms,sans-serif;
    background-color: #f5f8fb;
 /* light purple */
}

.sunimageposition {
    position: relative;
}

.sunimage {
    position: absolute;
    left: -24px;
    top: -30px;
}


.calendarimageposition {
    position: relative;
}

.calendarimage {
    position: absolute;
    left: 20px;
    top: 0;
}


.teencampbox {
    border: 2px #267cc0 solid;
    padding: 4px;
    margin:  0 auto 10px auto;
    font-size: 18px;
    max-width: 300px;
    border-radius: 10px;
    font-family: comic sans ms,sans-serif;
    background-color: #f5f8fb;
 /* light purple */
}

.secondaryclassesa div, 
.secondaryclassesfont div
   {
    padding-left: 10px;
    padding-right: 10px;
}

.secondaryclassesb p.summary,
.secondaryclassesa p.summary {
    margin: 0 0 30px 0;
    background-color: #e2eec7;
    font-weight: bold;
    padding: 10px;
    font-style: italic;
}

.secondaryclassesb div {
    padding-left: 10px;
    padding-right: 10px;
}

/* commission */

.commission-wrap {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
} 

.emphasis{
    font-weight: bold;
    background-color: #d2e0f1;
    padding-left: 2px; 
    padding-right: 2px;
}
.emphasisyellow{
    font-weight: bold;
    background-color: yellow;
    padding-left: 2px; 
    padding-right: 2px;
}

.emphasispool {
    font-weight: bold;
    background-color: #a6dcde;
    padding-left: 2px; 
    padding-right: 2px;
    color: #007c7c;
    border-radius: 2px;
    font-size : 18px;
}


.emphasiscamps {
    font-weight: bold;
    border-radius: 2px;
    background-color: #708c3f;
    color: #111111;
    padding:2px;
}



.faqpadding {
    padding-left: 60px;
}

.questions {
    width: 75%;
    margin: auto;
}

/* ----------------------------------------------- */
/* LOGOS */
/* ----------------------------------------------- */

div.bottomlogo {
    display: table-cell;
    width: 275px;
    height: 232px;
    vertical-align: middle;
    text-align: center;
}

.tagline {
    display: block;
    max-width: 1000px;
    margin: 0 auto;
    padding-right: 24px;
    text-align: right;
}

.logomobile {
    display: none;
}

/* form */


.formrow {
    display: inline-block;
    width: 95%;
    margin-left: 2%;
    margin-top: 1.25%;
    clear: both;
}

.formrow .label {
    width: 30%;
    float: left;
    padding-right: 2%;
    text-align: right;
}

.formrow .input {
    display: inline-block;
    width: 65%;
}

.formrow .input input {
    width: 100%;
}

.formrow .input select {
    max-width: 100%;
}

.formrow .comment {
    font-size: 85%;
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.formrow .input .formrow_80 {
    width: 80%;
}

.formrow .center {
    padding-left: 40%;
}

.formrow .padding35 {
    padding-left: 33%;
}

.required {
    font-family: Arial, Helvetica, sans-serif;
    color: #ff0000;
    font-weight: bold;
}

input[type="text"], input[type="number"], input[type="tel"], input[type="email"] {
    display: inline-block;
    border: 1px solid #ccc;
    height: 1.5em;
    line-height: 1.5em;
    padding: 0 0 0 5px;
}

.inputsubmitmedium {
    border: 1px solid #4e2614;
    color: #4e2614;
    background-color: #e4deb9;
    font-size: 13px;
    font-family: "Arial Rounded MT Bold", "Helvetica Rounded", Arial, Helvetica, sans-serif;
    padding-top: 5px;
    padding-bottom: 5px;
    border-radius: 4px;
}

.galleria-lightbox-shadow {
    background-color: white;
}

.inputsubmitmedium:hover {
    border: 1px solid #4e2614;
    cursor: pointer;
    color: #586340;
}

.shadow {
    box-shadow: 5px 5px 5px  #999;
}

/* footer */

#footer-wrap {
    width: 100%;
    background-color: #799844;
    padding-bottom: 20px;
}

.bottom {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    color: #ffffff;
    font-weight: bold;
}
.bottom a:link {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    font-weight: 200;
}

.bottom a:visited {
    color: #ffffff;
    text-decoration: none;
    outline: none;
    border: none;
    font-weight: 200;
}

.bottom a:hover {
    color: #ffffff;
    text-decoration: underline;
    outline: none;
    border: none;
    font-weight: 200;
}
.bottom .footertext {
    font-size: 0.875em;
    padding-top: 4px;
    margin: 0;
    border: none;
    font-weight: 100;
}

footer {
    height: auto;
    margin: 30px auto 0 auto;
}

footer p {
    font-size: 90%;
    line-height: 24px;
}

.social-links {
    list-style: none;
    float: right;
}

.social-links li {
    display: inline-block;
    margin-right: 20px;
}

.email-link li {
    display: inline-block;
    margin-right: 20px;
}

.email-link {
    list-style: none;
    float: right;
}

li {
    list-style-type: square;
}

ul .nopadding {
    padding-left: 0;
}

ul li.nopadding {
    padding-left: 0;
}

.social-links li a:hover,
.social-links li a:active {
    color: #ffffff;
    border-bottom: 2px solid transparent;
}

.phoneicon {
    padding-top: 6px;
}

footer .copyright {
    color: #000000;
    text-align: center;
    margin-top: 20px;
    font-size: 80%;
}

/*paddings and margins */

.paddingbottom10 {
    padding-bottom: 10px;
}

.paddingright6 {
    padding-right: 6px;
}

.paddingright12 {
    padding-right: 12px;
}

.dottedboxwide {
    width: 90%;
    border: medium dotted #267cc0;
    margin: 0 auto;
    text-align: left;
    padding: 6px 2.0%;
}

.volunteerboxsmall {
    background-color: #c8e2ea;
 /* light blue */
    border-radius: 10px;
    border: thin solid #267cc0;
}

.volunteerboxtext {
    padding: 10px 10px 4px 10px;
    text-align: left;
}

/* TABLE CAMP*/

    /*
    Max width before this PARTICULAR table gets nasty
    This query will take effect for any screen smaller than 760px
    and also iPads specifically.
    */

th.week {
    font-weight: bold;
    color: #000;
    background-color: #d1ddf1;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

td.week {
    font-weight: bold;
    color: #000;
    background-color: #d1ddf1;
    text-align: center;
    border-bottom: 1px solid #ccc;
}

td.camp {
    padding: 6px;
    border-bottom: 1px solid #ccc;
}

th.camp {
    font-weight: bold;
    font-style: italic;
    color: #003592;
    border-bottom: 1px solid #ccc;
}

table, thead, tbody, th, td, tr {
    font-family: Arial, Helvetica, san-serif;
    
}

.breakmobile
{
    display: inline-block;
}

.mobilebreak
{
    display: none;
}

.mobileaccordion {
	
float: left;  width: 50%; text-align: center; padding-left: 12px;
}

@media screen and (max-width:1025px){ 
.row1000 {
    padding: 0 24px;
}
}
@media screen and (max-width:981px){ 
footer .title {
    padding-top: 20px;
}
header .logopaddingtop {
    padding-top: 12px;
}

.mobileaccordion {
	width: 100%;
    text-align: center;
}
}

@media screen and (max-width:800px) {
.poolscheduletable td {
font-size : 12px;
}

.schedulespecialized {
    max-width : 95%;
}


figure.right {
float: none;
margin: 0 auto;
text-align: center;
}

}

@media screen and (max-width:767px) {
div.rightnavnew {
    border-left: none;
    margin-top: 12px;
    margin-bottom: 12px;
}
}

@media only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px) {
.mobilemarginsides {
    margin: 0 auto;
    max-width: 300px;
}
.mobilewidth {
    width: 80%;
}
.mobilecenter {
    text-align: center!important;
    }


.marginleft12mobile {
    margin-left: 0;
}

.mobilebreak,
.breakmobile
{
    display: block;
    margin-top: 12px;
}

/* lists mobile */

ul.nostyle {

margin: 0;
}

ul.nostyle li.event {
 margin-left: 10px;
    list-style-type: none; 
    padding: 4px; 

}

.hrmobile {
    display: block;
    margin-top: 24px;
}

    tr.camp {
        border: thin solid #bbbbbb;
    }

    td.camp {
            /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #ccc;
        position: relative;
        padding-left: 50%;
    }

    td.camp:before {
            /* Now like a table header */
        position: absolute;
            /* Top/left values mimic padding */
        top: 6px;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        white-space: nowrap;
    }


        /*
        Label the data
        */
    td.camp:nth-of-type(1):before {
    }

    td.camp:nth-of-type(2):before {
        content: "Mini/Little/Big Si";
        font-weight: bold;
        font-style: italic;
        color: #003592;
    }

    td.camp:nth-of-type(3):before {
        content: "RAD/RAD Jr.";
        font-weight: bold;
        font-style: italic;
        color: #003592;
    }

    td.camp:nth-of-type(4):before {
        content: "All Camp Fieldtrip";
        font-weight: bold;
        font-style: italic;
        color: #003592;
    }

    td.teen:nth-of-type(1):before {
    }

    td.teen:nth-of-type(2):before {
        content: "Field Trip Schedule";
        font-weight: bold;
        color: #000000;
    }

    tr.camp:nth-child(even) {
        background-color: #ebeadb;
    }    
    .beforeafterbox {
    max-width : 94%;
}
.mobilemargin30 {
    margin-top: 30px; 
    margin-bottom: 30px;
}

hr.nomobile {
    display: none;  
}


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

.topiconsize {
font-size : 11px!important;
margin-bottom: 6px!important;
}

}

@media screen and (max-width:700px) {
  
  .imageright {
    float: none;
        display: block;
        margin: auto;
        text-align: center;
    
}


.specializedbox {
    border-radius: 10px;   
    padding: 6px 20px; 
    margin: 20px;
    background-color: #9eb8d6;
}

}

@media screen and (max-width:600px) {
.nomobilepadding100 {
    padding-left: 40px;
}
.mobilepadding60 {
	padding-top: 12px;    
}

}

@media only screen and (max-width: 480px) {
    
.span-1-of-3-fixed {
	width: 100%;
    max-width: 400px;
    padding: 20px;    
}

.mobilepadding60 {
	padding-top: 12px;    
}

}

@media screen and (max-width:375px) {
.nomobilepadding100 {
    padding-left: 6px;
}
}